body
{
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #000000 url('/layout/images/background.gif') repeat-x fixed center bottom;
}
form
{
	padding:0px;
	margin:0px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.bluetext
{
	color: #0066CC;
}
.lightgraytext
{
	color: #c0c2c5;
}
#loadingCover
{
	top:0px;
	left:0px;
	position: fixed;
	height:100%;
	width:100%;
	background-color: orange;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:5;
}
#loadingIndicatorWrap
{
	top:0px;
	left:0px;
	z-index:6;
	width:100%;
	height:100%;
	position:fixed;
	text-align:center;
}
	#loadingIndicator
	{
		border:dotted orange 2px;
		margin: 0px auto;
		background-color:black;
		width:240px;
	}
#mainlayout
{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}
	#mainlayout .topsection
	{
		width:100%;
		background-color:black;
	}
		#mainlayout .topsection .topsection-row1
		{
			width:100%;
			height:115px;
			background-image: url('/layout/images/top-logo.jpg');
			background-repeat: no-repeat;
			border-bottom: solid #cccccc 2px;
			vertical-align:top;
		}
		#mainlayout .topsection .topsection-row2
		{
			width:100%;
			height:30px;
			vertical-align:top;
			background-image: url('/layout/images/top-button.gif');
			background-repeat: repeat-x;
			background-position: 0px -30px;
		}
		#mainlayout .topsection .menuleft
		{
		}
			#mainlayout .topsection .menuleft div
			{
				padding-left:10px;
				padding-right:10px;
			}
			#mainlayout .topsection .menuleft .buttonOff
			{
				cursor:pointer;
				background-image: url('/layout/images/top-button.gif');
				background-position: 0px -30px;
				background-repeat: repeat-x;
				height:30px;
				text-align:center;
				text-decoration:none;
				color:white;
				font-weight:normal;
				font-size:11px;
			}
			#mainlayout .topsection .menuleft .buttonOn
			{
				cursor:pointer;
				background-image: url('/layout/images/top-button.gif');
				background-position: 0px 0px;
				background-repeat: repeat-x;
				height:30px;
				text-align:center;
				text-decoration:underline;
				color:white;
				font-size:11px;
			}
			
		#mainlayout .topsection .loginright
		{
			margin-top:70px;
		}
			#mainlayout .topsection .loginright .loginbox
			{
				float:right;
			}
				#mainlayout .topsection .loginright .loginbox .labels
				{
					color: #979696;
					font-size:11px;
				}
				#mainlayout .topsection .loginright .loginbox input
				{
					background-color:#9b9b9b;
					border:  solid #333333 1px;
					color: black;
					width:130px;
				}
			
			#mainlayout .topsection .loginright .loggedinmessage
			{
				float:right;
				margin-right:15px;
				padding-top:20px;
				color:#979696;
				font-size:13px;
			}
				


#mainlayout .middlesection
{
	background-color:black;
}

/**********LEFT MENUS********************/
#mainlayout .middlesection .menusection
{
	padding:10px;
	vertical-align:top;
}

.pagemenu
{
	margin-bottom:14px;
	margin-top:6px;
	width:190px;
}
	.pagemenu .pagemenutop
	{
		height:17px;
		text-align:left;
		padding-left:8px;
		color:white;
		font-weight:bold;
		font-size:11px;
		/** default colors of menu box top */
		background-color:#666a6e;
		border-top:solid #555a61 1px;
		border-bottom:solid #555a61 1px;
	}
		.pagemenu .pagemenutop span
		{
			font-size:13px;
		}
	.pagemenu .pagemenubottom
	{
		padding-top:3px;
		padding-bottom:3px;
		/** default colors of menu box top */
		background-color:#141c25;
	}
	.pagemenu .pagemenuoption
	{
		padding-left:14px;
		padding-right:14px;
		height:20px;
	}
		.pagemenu .pagemenuoption div
		{
			cursor:pointer;
			font-size:9px;
			color:white;
		}
		.pagemenu .pagemenuoption span
		{
			font-size:12px;
		}

#mainlayout .middlesection .contentsection 
{
	vertical-align:top;
	text-align:left;
	width:100%;
}	
	#mainlayout .middlesection .contentsection ul,
	#mainlayout .middlesection .contentsection li
	{
		color: #ffa500;
		list-style-type: square;
	}
	#mainlayout .middlesection .contentsection p
	{
		margin: 0px;
		padding: 0px;
		margin-bottom:5px;
		font-size:12px;
		color:#989898;
		line-height:18px;
	}
	#mainlayout .middlesection .contentsection h1
	{
		font-size: 30px;
		font-weight:bold;
		color:#CCCCCC;
		line-height:34px;
		vertical-align:text-top;
		margin: 0px;
	}
	#mainlayout .middlesection .contentsection h2
	{
		font-size: 18px;
		color:#999999;
		color:orange;
		margin:0px;
		line-height:25px;
	}
	#mainlayout .middlesection .contentsection h3
	{
		font-size: 15px;
		color:#747474;
		color:orange;
		margin:0px;
		line-height:19px;
	}
	#mainlayout .middlesection .contentsection a
	{
		color: #0066CC;
		text-decoration: none;
	}
	#mainlayout .middlesection .contentsection a:hover
	{
		color:#979696;
		text-decoration: underline;
	}
	#mainlayout .middlesection .contentsection table
	{
		border:  solid #405978 1px;
		border-right:none;
	}
	#mainlayout .middlesection .contentsection th
	{
		padding:5px;
		background-color: #7188aa;
		border-right: solid #405978 1px;
		text-align:center;
		font-size:13px;
		color:white;
	}
		#mainlayout .middlesection .contentsection .tableSectionTop
		{
			background-color:#3e4c62;
			text-align:left;
			border-top:none;
			color:white;
			font-size:13px;
			font-weight:bold;
			padding:5px;
		}
				
	#mainlayout .middlesection .contentsection td
	{
		border: solid #405978 1px;
		border-left:none;
		border-bottom:none;
	}
	#mainlayout .middlesection .contentsection .tableLabel
	{
		color:white;
		font-weight:bold;
		text-align: right;
		padding:3px;
	}
	#mainlayout .middlesection .contentsection select
	{
		border:  solid #cccccc 1px;
	}
	#mainlayout .middlesection .contentsection .tableInput
	{
		padding:3px;
	}
		#mainlayout .middlesection .contentsection .tableInput input
		{
			border:  solid #cccccc 1px;
		}
		
	#mainlayout .middlesection .contentsection .tableButton
	{
		padding:3px;
		font-size:10px;
		background-color:#b65100;
		border: solid #eaddd2 1px;
		color:white;
		font-weight:bold;
		cursor:pointer;
	}
	#mainlayout .middlesection .contentsection .tableRowColor1
	{
		background-color:#222222;
	}
	#mainlayout .middlesection .contentsection .tableRowColor2
	{
		background-color:#121212;
	}

#mainlayout .bottomsection
{
}
	#mainlayout .bottomsection .footermenu
	{
		float:right;
		color:gray;
		font-size:10px;
		padding-right:6px;
	} 
		#mainlayout .bottomsection .footermenu a
		{
			color:gray;
		}
