@charset "UTF-8";
/* CSS Document */

/* color reference

	gray: 75797C
*/

html {
	height : 100%;
	width : 100%;
	padding : 0;
	margin : 0;
}
body {
	height : 100%;
	width : 100%;
	padding : 0;
	margin : 0;
	padding-top : 20px;
	background:url(../images/blackgrad.jpg);
	background-repeat:repeat-x;
	background-color : #000000;
}
img {
	border : 0;
}
.contentWrapper {
	width : 95%;
	margin-right : auto;
	margin-left : auto;
	font-size : 9pt;
	font-family : helvetica;
}
.contentWrap {
	width : 100%;
	margin-left : auto;
	margin-right : auto;
	outline : none;
}
.content {
	margin:0;
	padding:0;
	background-color : #FFFFFF;
	border : 2px solid #E5E5E5;
	padding : 10px;
	outline : none;
	position : relative;
}
.contentLeft {
	text-align : left;
	vertical-align : top;
	padding : 10px;
	padding-left : 0;
}
.contentRight {
	text-align : left;
	vertical-align : top;
	padding : 10px;
	padding-left : 50px;
}
td {
	vertical-align : top;
}
p {
	vertical-align : top;
	margin-top:0px;
}
h1, h2, h3, h4 {
	font-weight : bold;
	margin : 0;
	color:#75797C;
}

/* LINKS */
a:link {
	color : #75797C;
	text-decoration : none;
}
a:visited {
	color : #75797C;
	text-decoration : none;
}
a:hover {
	color : #000000;
	text-decoration : underline;
}
a:active {
	color : #75797C;
	text-decoration : none;
}
a.appNameLink:link{
	color : #FFFFFF;
	text-decoration : none;
}
a.appNameLink:visited{
	color : #FFFFFF;
	text-decoration : none;
}
a.appNameLink:hover{
	color : #FFFFFF;
	text-decoration : none;
}
a.appNameLink:active{
	color : #FFFFFF;
	text-decoration : none;
}
a.headerBarLink:link {
	color : #000000;
	text-decoration : none;
	vertical-align:middle;
}
a.headerBarLink:visited {
	color : #000000;
	text-decoration : none;
}
a.headerBarLink:hover {
	color : #75797C;
	text-decoration : none;
}
a.headerBarLink:active {
	color : #000000;
	text-decoration : none;
}
a.footerLink:link {
	color : #75797C;
	text-decoration : none;
}
a.footerLink:visited {
	color : #75797C;
	text-decoration : none;
}
a.footerLink:hover {
	color : #FFFFFF;
	text-decoration : underline;
}
a.footerLink:active {
	color : #75797C;
	text-decoration : none;
}
a.tableSort:link{
	color : #FFFFFF;
	text-decoration : none;
}
a.tableSort:visited{
	color : #FFFFFF;
	text-decoration : none;
}
a.tableSort:hover{
	color : #75797C;
	text-decoration : none;
}
a.tableSort:active{
	color : #FFFFFF;
	text-decoration : none;
}

/* END LINKS */

.navBarTop {
	padding : 0;
	margin : 0;
	background:url(../images/gradbg.png);
	white-space:nowrap;
	color:white;
	text-align:right;
	padding:2px;
	font-size:9pt;
	
}
.appName {
	padding : 0;
	color:#FFFFFF;
	font-weight:bold;
	font-size:34px;
}

.navBarBottom {
	padding : 0;
	margin : 0;
	background:url(../images/gradbg.png);
	white-space:nowrap;
	color:#9d9d9d;
	text-align:right;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:0px;
	padding-left:10px;
	font-size:9pt;
	display:block;
	height:24px;
}

.navBarBottomLinks{
	padding-top:6px;
	display:inline;
	float:left;
}
.social{
	padding:0px;
	display:inline;
	float:right;
	white-space:nowrap;
}

.btnSubmit {
	font-size : 15pt;
	width : 100px;
}
.divForm {
	background-color : #dedede;
	padding : 10px;
	border : 1px solid #667666;
}
.errorDiv {
	font-size : 10pt;
	margin-top : 5px;
	margin-bottom : 5px;
	padding-bottom : 10px;
	padding-left : 30px;
	padding-right : 15px;
	padding-top : 0;
	color : red;
	background : url(../images/att.gif);
	background-repeat : no-repeat;
	background-position : 5px 15px;
}
.okDiv {
	font-size : 10pt;
	margin-top : 5px;
	margin-bottom : 5px;
	padding-bottom : 15px;
	padding-left : 45px;
	padding-right : 15px;
	padding-top : 12px;
	border : 1px solid green;
	background : url(../images/ok.gif);
	background-repeat : no-repeat;
	background-position : 5px 15px;
}
.doneDiv {
	font-size : 10pt;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0;
	margin-right : 0;
	padding-bottom : 10px;
	padding-left : 30px;
	padding-right : 15px;
	padding-top : 15px;
	color : green;
	background : url(../images/ok.gif);
	background-repeat : no-repeat;
	background-position : 5px 15px;
}
.infoDiv {
	font-size : 10pt;
	margin-top : 5px;
	margin-bottom : 5px;
	padding-bottom : 15px;
	padding-left : 45px;
	padding-right : 15px;
	padding-top : 12px;
	background : url(../images/info.gif);
	background-repeat : no-repeat;
	background-position : 5px 5px;
}


/* data grid styles */

.tableHeader {
	background:url(../images/gradbg.png);
	color:white;
	padding:3px;
	padding-left:10px;
	font-weight:bold;
	font-size:9pt;
}
.tableCellData{
	padding:3px;
	padding-left:10px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.tableCellData_alt{
	padding:3px;
	padding-left:10px;
	background-color:#CCCCCC;
	vertical-align:top;	
}


/* FORM ELEMENTS */
.buttonGreen{
	margin:0px;
	height:23px;
	padding:0px;
	padding-bottom:2px;
	color:#FFFFFF;
	border:1px solid #75797C;
	background-color:#098E01;
	vertical-align:middle;
	cursor:pointer;
	width:75px;
}
.buttonGreen:hover{
	border:1px solid #FFFFFF;
}
.buttonRed{
	margin:0px;
	height:23px;
	padding:0px;
	padding-bottom:2px;
	color:#FFFFFF;
	border:1px solid #75797C;
	background-color:#61050A;
	vertical-align:middle;
	cursor:pointer;
	width:75px;
}
.buttonRed:hover{
	border:1px solid #FFFFFF;
}

.searchBox{
	margin:0px;
	height:19px;
	color:#75797C;
	border:1px solid #75797C;
	border-left:0px;
	border-right:0px;
	vertical-align:middle;
	width:150px;
	text-align:center;
}

