/*TAGS-------------------------*/
body {
	/*      Top Right Bottom Left*/
	padding: 0px;
	margin: 0px;
	background-color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
	background-position: right bottom;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	height: 100%;
}

#page {
	top:0;
	margin:0;
	padding:0;
	height:100%;
}

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;
}

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;
}

.hiddenContent{
	top: -100px;
	left: 0px;
	position: absolute;
	overflow:hidden;
	height:40px;
	width:400px;
}

/*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;
}

#noShow {
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	left: 0px;
	padding: 0px;
	height: 100%;
	width: 320px;
	z-index:1;
	background-color:#000;
}
#content {
	padding-left:		32px;
	position: 		relative;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:white;
	background-color:#000;

}

#footer {
	
	margin-left:		0px;
	margin-top:			40px;
	margin-top:			40px;
	position: 			relative;
}

a {
	color:#fff;
}

