@import url("grid.css");
@import url("reset.css");
html, body {
	height:100%
}
body {
	color:#444;
	background:#eaeaea;
	font:12px/1.8 Arial, sans-serif
}
input, b
input, button, select, textarea {
	font:12px/15px Arial, sans-serif
}


r:#0460A7;
	text-decoration:none
}

.small {

	font-weight:normal;
	
	}
a:hover {
	color:#cb6400
}
p {
	margin-bottom:20px
}
p:last-child {
	margin-bottom:0
}
h1, h2 {
	font-weight:normal
}
h1 {
	font-size:21px
}
h2 {
	font-size:18px
}
h3 {
	font-size:12px;
	color:#0460A7;
	font-weight:bold;
}

h3 {
	margin-bottom:.7em
}
.floatLeft {
	float:left
}
.floatRight {
	float:right
}
.alignright {
	text-align:right
}

header#top {
	height:100px;
	color:#ccc;
	border-bottom:1px solid #000;
	background:#2c2c2c;
	background:#0000CC;
	min-width:960px
}
div#logo {
	margin-top:30px;

}
header#top div#logo a {
	text-decoration:none;
	color:#aaa
}
header#top div#logo a:hover {
	color:#ccc
}
div#logo img {
	vertical-align:middle
}
div#logo a span {
	color:#eee
}
a#view-site {
	font-size:11px;
	font-weight:normal;
	border:1px solid #444;
	padding:1px 3px;
	margin-left:10px;
	background:#333;
	vertical-align:middle
}


#userinfo {
	margin-top:15px;
	text-align:right
}
#userinfo a {
	padding:4px 10px 4px 25px;
	
}
footer#bottom {
	height:40px;
	color:#ccc;
	font-size:11px;
	background:#2c2c2c;
	padding:20px 0;
	min-width:960px
}
header#top a:hover, footer#bottom a:hover {
	color:#fff
}
nav#topmenu {
	height:34px;
	line-height:36px;
	min-width:960px;
	position:relative;
	z-index:1;
	background:#0460A7;
	/*! border-top:1px solid #4bc9de; */
	/*! border-bottom:1px solid #0460A7 */
}
nav ul li {
	float:left;
	position:relative;
	top:-1px
}
nav ul li a {
	display:block;
	color:#fff;
	padding:0 10px
}
nav ul li {
	text-shadow:1px 1px 0 #555
}
nav ul ul li {
	text-shadow:none
}
nav ul li.current a, nav ul li a:hover {
	color:#eee
}
nav ul#mainmenu {
	float:left
}
nav ul#usermenu {
	float:right;
	font-size:11px
}
nav ul#usermenu a.inbox {

	background-position:8px center;
	background-repeat:no-repeat;
	padding-left:28px
}
section#content {
	/*min-height:80%;*/
	padding:20px 0;
	min-width:960px;
	text-align:justify
}
article {
	border:1px solid #aaa;
	background:#fff;
	padding:20px;
	margin-bottom:15px
}
article h1 {
	font-family:Tahoma;
	font-weight:normal;
	background:#f4f4f4;
	padding:1px 10px;
	margin-bottom:15px
}
article h2 {
	color:#902452;
	margin:15px 0 10px
}

.content img {
	border:1px solid #ddd;
	padding:4px
}
.content ul, .content ol {
	margin-left:10px;
	padding-left:10px;
	margin-bottom:10px
}
.content ul ul, .content ol ol {
	margin-bottom:0
}
.content ul {
	list-style:circle
}
.content ol {
	list-style:decimal
}
.content ol ol {
	list-style:lower-alpha
}
.content dl dd {
	margin:0 0 10px 20px
}


.mainform table {
	width:100%
}
.mainform table td {
	border:1px solid #eee;
	padding:5px 10px;
	font:11px Tahoma, sans-serif;
	vertical-align:middle;
	
}
.mainform table td  {
	font-weight:bold
}

.box {
	background:#fff;
	margin-bottom:15px;
	position:relative;
	padding:0;
	border:1px solid #bbb;
	background:#fff url(box-header.gif) 0 0 repeat-x
}
.box h2 {
	position:relative;
	height:23px;
	padding:5px 36px;
	font-size:13px;
	font-weight:bold;
	color:#555;
	text-shadow:1px 1px 0 #fff;
	background:url(bullet_go.png) 10px center no-repeat
}
.box section {
	padding:10px;
	font-size:11px
}
.box img.toggle {
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer
}


.sr {
	padding:15px 10px;
	border-color:#ccc;
	background:#f4f4f4
}
.sr label {
	font:11px Tahoma, sans-serif;
	color:#777;
	font-weight:bold;
	margin:0 0 3px 2px;
	display:block
}

form fieldset {
	margin:10px;
	padding:10px;
	border:1px solid #e5e5e5
}

form div.buttons {
	margin:20px 0 10px 25%
}
form input[type="text"], form select,  form input[type="password"], form textarea {
	border:1px solid #ccc;
	padding:4px 5px;
	


	background:#fff url(input-bg.gif) 0 0 repeat-x
}
form select {
	padding:3px
}
form input[type="text"]:hover, form input[type="email"]:hover, form input[type="password"]:hover, form select:hover, form textarea:hover {
	border:1px solid #999
}
form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
	border:1px solid #777
}
form input[type="radio"], form input[type="checkbox"] {
	vertical-align:top
}

form input.small, form select.small, form textarea.small {
	width:170px
}

form input.small2, form select.small2, form textarea.small2 {
	width:100px
}

form input.small3, form select.small3, form textarea.small3 {
	width:73px
}
form input.medium, form select.medium, form textarea.medium {
	width:280px
}

form input.medium2, form select.medium2, form textarea.medium2 {
	width:480px
}
form input.big, form select.big, form textarea.big {
	width:670px;
	margin-bottom:2px;
	padding-bottom:2px;	
}

form input.error, form input.error:hover, form input.error:focus, form select.error, form textarea.error {
	border:1px solid #ED7476;
	background:#FFEDED
}


	
}
form {
	clear:left;
	margin-bottom:0;
	padding:5px 0;
	width:100%
}

.button {
	font:11px Tahoma, sans-serif;
	font-weight:bold;
	color:#fff;
	display:inline-block;
	zoom:1;
	display:inline;
	vertical-align:baseline;
	margin:0 3px 0 1px;
	outline:none;
	cursor:pointer;
	text-align:center;
	padding:6px 8px;
	text-shadow:1px 1px 1px #555;
	width:auto;
	overflow:visible;
	line-height:110%
}
.button:hover {
	opacity:0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90)
}
a.button:hover {
	color:#fff
}
.button:active {
	position:relative;
	top:1px
}
.button.big {
	font:15px Arial, sans-serif;
	font-weight:bold;
	padding:8px 10px
}
.button.small {
	font-weight:normal;
	padding:4px 5px
}


.button.gray {
	border:1px solid #444;
	background:#888
}
.button.white {
	color:#444;
	text-shadow:1px 1px 0 #fff;
	border:1px solid #999;
	background:#FFFFFF;
	color:#D7D7D7
	background:#f7f7f7
}
.button.white:hover {
	color:#444
}
section.buttons {
	text-align:center
}
section.buttons .button {
	margin-bottom:15px
	
}

header#top {
	background: #FEFEFE;
	/*! background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0460A7), to(#0460A7)); */
	/*! background: -moz-linear-gradient(#0460A7, #0460A7); */
	/*! background: linear-gradient(#0460A7, #0460A7); */
	/*! -pie-background: linear-gradient(#0460A7, #0460A7); */

}
nav#topmenu {
	/*! background:-webkit-gradient(linear, 0 0, 0 bottom, from(#0460A7), to(#0460A7)); */
	/*! background:-moz-linear-gradient(#0460A7, #0460A7); */
	/*! background:linear-gradient(#0460A7, #0460A7); */
	/*! -pie-background:linear-gradient(#0460A7, #0460A7) */
}
.button {
	-webkit-box-shadow:inset 0 1px 2px rgba(255, 255, 255, .6), inset 0 -5px 15px rgba(0, 0, 0, .3), 1px 1px 1px #ccc;
	-moz-box-shadow:inset 0 1px 2px rgba(255, 255, 255, .6), inset 0 -5px 15px rgba(0, 0, 0, .3), 1px 1px 1px #ccc;
	box-shadow:inset 0 1px 2px rgba(255, 255, 255, .6), inset 0 -5px 15px rgba(0, 0, 0, .3), 1px 1px 1px #ccc
}

form fieldset {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
form input[type="text"], form select, form textarea {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}

a {
	color: #666;
	
}

.left {
	font:11px Tahoma, sans-serif;
	color:#777;
	font-weight:bold;
	margin:0 0 3px 2px;

}

nav#topmenu {
	background: #1A75BC;
	/*! background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888), to(#666)); */
	/*! background: -moz-linear-gradient(#888, #666); */
	/*! background: linear-gradient(#888, #666); */
	/*! -pie-background: linear-gradient(#888, #666); */
	/*! border-top: 1px solid #aaa; */
	/*! border-bottom: 1px solid #444; */
}
.button {
	border: 1px solid #444;
	background: #888;
}



}
#login section {
	padding:20px
}
#login a {
	font-size:11px
}
input#username, input#adminpassword {
	width:150px
}

.over {
    max-height: 120px;
    overflow: auto;
}
