/* <style> */
/* CSS TippOff CMS */
* {
	margin:0;
	padding:0;
    font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#336699;
}

html {
	height: 100%;
}

body {
	background:-moz-linear-gradient(left, #006 0px, #99c 250px, #fff 250px, #fff 100%); /* Firefox */
	background:-webkit-linear-gradient(left, #006 0px, #99c 250px, #fff 250px, #fff 100%); /* Safari, Chrome */
	background:-ms-linear-gradient(left, #006 0px, #99c 250px, #fff 250px, #fff 100%); /* IE */
	background:-o-linear-gradient(left, #006 0px, #99c 250px, #fff 250px, #fff 100%); /* Opera */
	background:linear-gradient(left, #006, 10%,  #006, 30%); /* W3C Standard */
}

p {
	padding-bottom:10px;
}

table {
	border:0;
	border-collapse:collapse;
	font-size:inherit
}
td {
	padding:5px;
}

h1 {
	font-weight:bold;
	font-size:24px;
	padding-bottom:5px;
}

h2 {
	font-weight:bold;
	font-size:20px;
	padding-bottom:5px;
}

h3 {
	font-weight:bold;
	font-size:18px;
	padding-bottom:5px;
}

h4 {
	font-weight:bold;
	font-size:16px;
	padding-bottom:5px;
}

h5 {
	font-weight:bold;
	font-size:14px;
	padding-bottom:5px;
}

h6 {
	font-weight:bold;
	font-size:12px;
	padding-bottom:5px;
}

.filter_link { 
	color:#99c;
	text-decoration:none;
	cursor:pointer;
	margin-right:10px;
}

.header {
	color:#006;
	font-weight:bold;
	padding-bottom:5px;
}

form{}

input[type="text"], input[type="password"], input[type="number"] {
	font-size:12px;
	border:1px solid #99c;
	width:200px;
	padding:2px;
	background:-moz-linear-gradient(left, #fff, #eee); /* Firefox */
	background:-webkit-linear-gradient(left, #fff, #eee); /* Safari, Chrome */
	background:-o-linear-gradient(left, #fff, #eee); /* Opera */
	background:-ms-linear-gradient(left, #fff, #eee); /* IE */
	background:linear-gradient(left, #fff, #eee); /* W3C Standard */
}

input[type="submit"], input[type="button"] {
	border:1px solid #006;
	padding:3px 7px 5px 7px;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	background:-moz-linear-gradient(top, #99c, #006); /* Firefox */
	background:-webkit-linear-gradient(top, #99c, #006); /* Safari, Chrome */
	background:-o-linear-gradient(top, #99c, #006); /* Opera */
	background:-ms-linear-gradient(top, #99c, #006); /* IE */
	background:linear-gradient(top, #99c, #006); /* W3C Standard */
}

input[type="submit"]:hover, input[type="button"]:hover {
	background:-moz-linear-gradient(top, #99f, #009); /* Firefox */
	background:-webkit-linear-gradient(top, #99f, #009); /* Safari, Chrome */
	background:-o-linear-gradient(top, #99f, #009); /* Opera */
	background:-ms-linear-gradient(top, #99f, #009); /* IE */
	background:linear-gradient(top, #99f, #009); /* W3C Standard */
}

textarea {
	border:1px solid #99c;
	padding:2px;
	background:-moz-linear-gradient(135deg, #fff, #eee); /* Firefox */
	background:-webkit-linear-gradient(135deg, #fff, #eee); /* Safari, Chrome */
	background:-o-linear-gradient(135deg, #fff, #eee); /* Opera */
	background:-ms-linear-gradient(135deg, #fff, #eee); /* IE */
	background:linear-gradient(135deg, #fff, #eee); /* W3C Standard */
}

select {
	border:1px solid #99c;
	background:-moz-linear-gradient(left, #fff, #eee); /* Firefox */
	background:-webkit-linear-gradient(left, #fff, #eee); /* Safari, Chrome */
	background:-ms-linear-gradient(left, #fff, #eee); /* IE */
	background:linear-gradient(left, #fff, #eee); /* W3C Standard */
	background:-o-linear-gradient(left, #fff, #eee); /* Opera */
}


#login, #menu {
	left:0;
	top:0;
	position:absolute;
	padding:5px;
	margin-top:10px;
	padding-top:60px;
	width:240px;
	/*background:url(../images/logo.png) top center no-repeat;*/
}

#login ul, #menu ul {
	list-style:none;
}
#login li {
	height:20px;
	margin-bottom:5px;
	list-style:square;
	list-style-position:inside;
	display:block;
	font-weight:bold;
	color:#fff;
}

#login input[type="submit"] {
	background:-moz-linear-gradient(top, #aaa, #666); /* Firefox */
	background:-webkit-linear-gradient(top, #aaa, #666); /* Safari, Chrome */
	background:-o-linear-gradient(top, #aaa, #666); /* Opera */
	background:-ms-linear-gradient(top, #aaa, #666); /* IE */
	background:linear-gradient(top, #aaa, #666); /* W3C Standard */
	
}

#menu li {
	font-size:12px;
	height:20px;
	margin-bottom:5px;
	list-style:square;
	list-style-position:inside;
	display:block;
}

#menu li a {
	font-size:inherit;
	width:inherit;
	height:17px;
	color:#ccc;
	text-decoration:none;
	padding:3px 0 0 5px;
	display:block;
}

#menu li a:hover,#menu li a:focus {
	color:#fff;
	background-color:#99c;
	text-decoration:none;
}

#menu li a span {
	font-size:inherit;
	color:#fff;
	font-weight:bold;
}

.sub_li {
	margin-left:10px;
}

.sub_sub_li {
	margin-left:20px;
}

.padded_li {
	margin-top:30px;
}

#content {
	left:250px;
	top:0;
	position:absolute;
	padding:5px 10px;
}

#location {
	color:#99c;
	font-style:italic;
	padding-bottom:20px;
}

.table_list {
	border-collapse:separate;
	border-spacing:0;
}
.table_list tr:hover {
	background-color:#eee;
}
.table_list th {
	border:none;
	color:#fff;
	font-weight:bold;
	background-color:#99c;
	padding:5px 10px;
	background:-moz-linear-gradient(top, #99c, #006); /* Firefox */
	background:-webkit-linear-gradient(top, #99c, #006); /* Safari, Chrome */
	background:-ms-linear-gradient(top, #99c, #006); /* IE */
	background:linear-gradient(top, #99c, #006); /* W3C Standard */
	background:-o-linear-gradient(top, #99c, #006); /* Opera */
}

.table_list td {
	color:inherit;
	border-right:1px solid #99c;
	border-bottom:1px solid #99c;
	padding:2px;
}

.table_list td:first-child {
	border-left:1px solid #99c;
}

.table_list img {
	border:0;
	text-align:center;
	vertical-align:middle;
}

.team_new {
	border: 3px solid #99c;
}

.team_new td {
	padding-bottom:10px;
}
.team_new tr td:first-child {
	width:130px;
}
.team_new tr:last-child td {
	padding-top:10px;
}

.error {
	color:#d00;
	font-weight:bold;
}

#preview_box {
	opacity: 1;
	background-color:#fff;
	position:absolute;
	height:600px;
	width:800px;
	z-index: 11;
	border: 3px solid #99c;
	left:50%;
	margin-left:-400px;
	top:100px;
	overflow:hidden;
}

#preview_close {
	width:100%;
	text-align:right;
	height:25px;
	background-color:#eee;
	background:-moz-linear-gradient(top, #99c, #006); /* Firefox */
	background:-webkit-linear-gradient(top, #99c, #006); /* Safari, Chrome */
	background:-ms-linear-gradient(top, #99c, #006); /* IE */
	background:linear-gradient(top, #99c, #006); /* W3C Standard */
	background:-o-linear-gradient(top, #99c, #006); /* Opera */
}

#preview_close img {
	padding:3px;
	border:none;
	cursor:pointer;
}

#preview_text {
	width:790px;
	height:565px;
	overflow:auto;
	padding:5px;
}

#team_icon_box {
	opacity: 1;
	background-color:#fff;
	position:absolute;
	height:200px;
	width:400px;
	z-index: 11;
	border: 3px solid #99c;
	left:50%;
	margin-left:-200px;
	top:100px;
	overflow:hidden;
	text-align:center;
}

#team_icon_preview {
	display:block;
	border:1px solid #000;
}

.version_string {
	padding:0px 5px 25px;
	font-size:8px;
	color:#777;
}

