/* CSS Document */

/* --- page ---------------------------------------------------------- */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #797979;
}
body {
	background: #DFE8F4;
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
}
a {
   color: #49BCF3;
   text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page {
	width: 700px;
	margin: auto;
}
.mainAreaColumn {
	float: right;
	margin-left: 30px;
	width: 450px;
}
/* --- common elements ---------------------------------------------------------- */
li {
	list-style-image: url(images/bullet_red.gif);
	color: #000000;
	padding-bottom: 5px;
}
p, h1, h2, h3, h4, h5, h6{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	/*padding-bottom: 10px;
	padding-top: 0px;*/
}
h1 {
	font-size: 160%;
	font-weight: bold;
	color: #57BCFF;
}
h2 {
	padding-top: 10px;
	font-size: 110%;
	color: #0055AA;
}
h3 { 
	font-size: 105%;
	color: #57BCFF;
}
h4, h5, h6 {
	font-size: 100%;
	color: #003399;
	font-weight: bold;
} 
hr {
	height: 1px;
	color: #00CCFF;
	margin-left: 25px;
	margin-right: 25px;
}
.justify {
	text-align: justify;
}

.cleaner {
	visibility: hidden;
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.reset {
border: 0px none;
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 0px;
height: 1px;
line-height: 0px;
font-size: 0px;
} 

.noWrap {
	white-space: nowrap;
}
.small {
	font-size: 85%;
	color: #CCCCCC;
}
.selectedText, .selectedText a {
	color:#CC3300;
}
/* --- layout elements ---------------------------------------------------------- */
#splashTop {
	float: left;
	width: 303px;
	height: 113px;
	background: url(images/splash_top.jpg) no-repeat left top;
}
#loginField {
	margin-left: 16px;
	margin-top: 80px;
	color: #FFFFFF;
}
#logoLCS {
	float: right;	
	margin-top: 22px;
	margin-right: 14px;
	position: relative;
	width: 300px;
	text-align: right;
}

#footer {
	width: 640px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}
.IEerrorFix {
	color: #99C4EB;
}
/* --- menu ---------------------------------------------------------- */
#mainMenu {
	padding: 0px;
	/*background: #CC0000;*/
	/*height: 26px;*/
	position: absolute;
	right: 0px;
	top: 63px;
}
.submenu {
	background: #F2F2F2;
	height: 22px;
}
/* --- buttons ---------------------------------------------------------- */
.buttonLogout {
	vertical-align: middle;
	border: solid 1px #516CAF;
}
.buttonLogout:hover {
	border: solid 1px #FFFFFF;
}

.buttonCommon {
	vertical-align: middle;
	border: solid 1px #CCCCCC;
}
.buttonCommon:hover {
	border: solid 1px #333333;
}
/* --- images ---------------------------------------------------------- */
.imageLeft {
	float: left;
}

/* --- window with borders ---------------------------------------------------------- */
.windowContent {
	border: 0px;
	margin: 0px 28px 0px 28px;
	/*padding: 0px 5px 5px 5px;*/
	padding: 20px 0px 10px 0px;
}

.shadowSides {
	background: #FFFFFF url(images/dot_gray.gif) repeat-y right top;
	border-right: solid 1px #BCC7E3;
	border-left: solid 1px #BCC7E3;
	padding: 0px 1px 0px 1px;;
}
.shadowTop {
	background:  url(images/border_top.jpg) left top repeat-x;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.shadowTopLeft {
	background: url(images/corner_topleft.jpg) no-repeat left top;
	width: 11px;
	height: 113px;
	float: left;
}
.shadowTopRight {
	background: url(images/corner_topright.jpg) no-repeat right top;
	width: 11px;
	height: 113px;
	float: right;
}
.shadowBottom {
	background: #FFFFFF url(images/border_bottom.gif) left bottom repeat-x;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 11px;
}
.shadowBottomLeft {
	background: url(images/corner_bottomleft.gif) no-repeat left bottom;
	width: 11px;
	height: 11px;
	float: left;
}
.shadowBottomRight {
	background: url(images/corner_bottomright.gif) no-repeat right bottom;
	width: 11px;
	height: 11px;
	float: right;
}


#splashAdmin {
	float: left;
	width: 303px;
	height: 113px;
	background: url(images/splash_admin.jpg) no-repeat left top;
}

#adminMenu {
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 63px;
	color:#33CCFF;
	font-size: 110%;
}
#adminMenu a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 4;
}

#adminMenu a#adminMenuSelected {
	border-bottom: solid 2px #FF0000;
	color: #FFCCCC;
}

.adminTable {
}
.adminTable th {
	font-size: 90%;
	font-weight: normal; 
}
.rowOdd {
	background: #F1F1F1;
}
.rowEven {
	background: #F9F9F9;
}
.stateDone {
	color: #009900;
}
.statePending {
	color: #FF9900;
}
.stateCanceled {
	color: #FF0000;
}
.buttonState {
	border: solid 1px #CCCCCC;
}


.commonBox, .accountBox {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	border: solid 1px #3366CC;
	color:#333333;
	background: #F9F9F9;
}
.accountBox {
	width: 350px;
}