﻿*
{
	padding: 0px;
	margin: 0px;
}
body
{
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background:url(../admin_images/osa-bg-browser.gif) repeat-x #95d9f9;
}
#loginSite
{margin:auto; padding:8px; margin-top:20px; width:442px; background-color:#ececec; border:30px solid #fff;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;}
#header
{
	background: #FFF url(../admin_images/login_header.gif) no-repeat left top;
	text-indent: -99999px;

	height:80px; border:1px solid #afafaf; border-bottom:none;
}
#header h1
{
}
#header h2
{
}
#content
{border:1px solid #afafaf; border-top:none; background:#fff;
	padding:0 10px 10px 10px;
	text-align: center;
}
#content table
{ width:90%;
    margin: auto;
}
fieldset
{
	border: none 0px #FFF;
	width: 100%;
}
legend
{color:#085c84; display:block; text-align:center; font-size:1em; width:100%; border-top:1px dotted #999; border-bottom:1px dotted #999; font-size:18px; font-weight:bold; padding:8px 0; margin-bottom:10px;}
fieldset p
{
	padding: 10px 0px;
}
.LoginMessage
{
	text-align: left;
}
.FailureText
{
	text-align: left;
	color: #000;
}

.formRow
{
	text-align: left;
	padding: 4px;
}
.formRow label
{
    padding-right: 3px;
}

.formRowCenterd {text-align:center;}
table .formRowCenterd {text-align:left; padding-left:47%;}
input.submitButton
{
	width: auto;
}

#help
{
	font-size: 0.8em;
	text-align: right;
	padding: 5px;
}

#footer {font-size:0.8em; color:#333; padding:6px 0 3px 0;}
h1
{
	font-size: 1.4em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.2em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 10px 10px 4px;
}
h4
{
}
li
{
	display: list-item;
	list-style-type: disc;
	margin-left: 25px;
}

/* LINKS */
a
{
	color: #3b4348;
}
a:hover
{
	color: #000;
}
a:visited
{
	color: #3b4348;
}
a:active
{
	color: #000;
}

/* TABLES */

.dataGrid
{
	margin: 10px;
}
.BG0
{
	background-color: #CCC;
}
.BG1
{
	background-color: #DDD;
}
.dataGrid TH
{
	font-size: 0.7em;
	font-weight: bold;
	padding: 2px 4px;
	text-align: center;
}
.dataGrid TD
{
	font-size: 0.7em;
	padding: 2px 4px;
}

/* FORM DISPLAY ELEMENTS AND CLASSES */

input
{
	font-size: 0.9em;
}
select
{
	font-size: 0.9em;
}
textarea
{
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input.short
{
	width: 11em;
}
input.medium
{
	width: 30em;
}
input.long
{
	width: 60em;
}
fieldset
{
	border: none 0px #FFF;
	margin: 15px 0px;
}
.formRow
{
	display: block;
	clear: both;
	margin: 3px 5px 5px 0px;
}
.formRow label
{
	float: left;
	display: block;
	text-align: right;
	width:45%; margin-right:2%;
	font-weight: bold;
	padding-top: 3px;
}
table .formRow input {font-size:12px !important;}

.formMoveSelects
{
	text-align: center;
	margin: 10px;
}
.formRowLeft
{
	display: block;
	float: left;
}
.formRowRight
{
	display: block;
	float: left;
}
.formRowMiddle
{
	display: block;
	float: left;
}
.formRowLeft label, .formRowRight label
{
	float: none;
	width: auto;
	display: inline;
	text-align: left;
}

.submitRow
{
	margin: 20px 0px 10px 150px;
}

.submitButton
{
	width: auto;
	color: #3b4348;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}
select.fixedMultiple
{
	height: 200px;
	width: 200px;
}
.moveButtons
{
	margin-top: 75px; 
	text-align: center;
}
.ValidationSummary
{
	font-size: 1.1em;
	margin: 5px 10px 10px 5px;
	font-weight: bold;
}
.ValidationSummary li
{
	font-size: 1em;
	font-weight: normal;
}

/* General Classes */
.centered
{
	text-align: center;
}
.bold
{
	font-weight: bold;
	font-size: 1em;
}
