/*TAGS-------------------------*/
body {
	/*      Top Right Bottom Left*/
	padding: 0px;
	margin: 0px;
	background-color: #333333;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../images/adminBack.jpg);
	background-position: right bottom;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	color: #FFFFFF;
}

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #97C4E1;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
}

h1 {
	font-size: 13px;
}


/*CELLS-----------------------*/
.contentBlock {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: justify;
	width: 700px;
	line-height: 17px;
	border: 1px solid #FFFFFF;
	background-color: #272727;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.subContent {
	background-image: url(../images/adminDivBack.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}


/*TEXT-----------------------*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	padding-right: 10px;
}

.gray {
	color: #999999
}

.subLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cccccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#content {
	padding-left:		32px;
	position: 		relative;

}

#footer {
	
	margin-left:		0px;
	margin-top:			70px;
	position: 			relative;
}

