/*=============================
	Plain HTML
*/
BODY
{
	margin: 0px;
	font-size: 80%;
	font-family: arial;
	text-align: center;
}

A
{
	color: #D5D5D5;
}

A:hover
{
	text-decoration: none;
}

UL
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
}

LI
{
	margin: 0px;
	margin-left: 5px;
}

TABLE TD
{
	font-size: 80%;
	font-family: arial;
	padding: 2px;
}

/*============================
	Basic Containers
============================*/
	#container
	{
		margin: 0px auto;
		width: 1000px;
		text-align: left;
		background-image: url("images/footer.jpg");
		background-repeat: repeat-x;
		background-position: bottom center;
	}
		
		#header
		{
			position: relative;
			width: 100%;
			height: 160px;
			background-image: url("images/header.jpg");
			background-repeat: no-repeat;
			background-position: top center;
			border-bottom: 2px solid #D5D5D5;
			margin-bottom: 5px;
		}
		
		#footer
		{
			clear: both;
			width: 100%;
			height: 50px;
			margin-top: 40px;
			margin-bottom: 10px;
			text-align: center;
		}
		
		#logo
		{
			padding:7px;
		}
		
		#breadsearchContainer
		{
			width:100%;
			height: 25px;
			position: relative;
			clear: both;
		}
			
			#breadcrumbContainer
			{
				width: 72%;
				float: left;
				padding-left: 5px;
				padding-right: 5px;
				padding-top: 2px;
				padding-bottom: 2px;
				font-size: 0.9em;
			}
			
				#breadcrumbContainer A
				{
					color: #2D71A2;
				}
			
			#searchContainer
			{
				float: left;
				width: 23%;
				padding-left: 5px;
				padding-right: 5px;
				text-align: right;
				margin-left: 10px;
			}
			
				#searchContainer INPUT
				{
					width: 100px;
					height: 20px;
					border: 1px solid #2D71A2;
					color: #000000;
					text-align: left;
				}
				
				#searchContainer .searchButton
				{
					background-color: #2D71A2;
					color: #FFFFFF;
					text-align: center;
					font-weight: bold;
					cursor: pointer;
				}
	
	/*	Content Pane Action Buttons	*/
	DIV.actionsTopContainer
	{
		position: absolute;
		top: 5px;
		right: 10px;
		width: 50px;
		text-align: right;
	}
	
	DIV.actionsTopLeftContainer
	{
		float: left;
		margin-top: 5px;
	}
	
	DIV.actionsBottomContainer
	{
		clear: both;
		width: 100%;
	}

/* ==================================
	Content boxes
 ==================================*/

 DIV.contentLarge
{
	width: 650px;
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
}

DIV.contentSmall
{
	width: 250px;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	float: left;
}

DIV.contentHalf
{
	width: 450px;
	margin-left: 19px;
	margin-right: 19px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
}

DIV.contentMid
{
	width: 297px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right:5px;
	float: left;
}

DIV.midLeft
{
	margin-left: 24px;
}

DIV.midRight
{
	margin-right: 24px;
}

DIV.contentFull
{
	margin-left: 25px;
	margin-right: 25px;
}

DIV.roundedContent
{
	padding: 5px;
}

/* ==================================
	Menu CSS
 ==================================*/

#gpvideo
{
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 110px;
	height: 25px;
	background-color: #D5D5D5;
	background-image: url("images/gpvideo-logo.jpg");
	background-repeat: no-repeat;
}
 
 /*SOLPARTMENU*/
/*SOLPARTMENU*/
#menu
{
	position: absolute;
	bottom: 15px;
	left: 0px;
	width: 890px;
	height: 25px;
}

.MainMenu_MenuContainer
{
	background-color: transparant;
}

.menuBar, .MainMenu_MenuBar
{
	background-color: #D5D5D5;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

.MainMenu_MenuItem, .menuItem
{
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.MainMenu_MenuArrow {
	visibility: hidden;
	width: 0px;
}

.MainMenu_RootMenuArrow {
	visibility: hidden;
}

.MainMenu_MenuIcon
{
	visibility: hidden;
	width: 0px;
}

.MainMenu_MenuBreak
{
	border: 1px solid #CC0001;
	background-color: #CC0001;
}

.rootMenuItem TD
{
	background-color: #D5D5D5;
	cursor: pointer; 
	cursor: hand;
	color: #2D71A2; 
	font-size: 0.9em; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 7px;
	padding-right: 8px;
	font-weight: bold;
}

.rootMenuItemSelect TD
{
	background-color: #D5D5D5;
	cursor: pointer; 
	cursor: hand;
	color: #2D71A2;
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 7px;
	padding-right: 8px;
	font-weight: bold;
}

.MainMenu_MenuItemSel 
{
	background-color: #D5D5D5;
	cursor: pointer; 
	cursor: hand;
	color: #2D71A2;
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 7px;
	padding-right: 8px;
	font-weight: bolder;
}



.subMenuItem
{
	margin: 1px;
	padding: 0px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	color: #D5D5D5;
	z-index: 1000;
	margin-top: 5px;
	_margin-top: 2px;
}

	.subMenuItem TD
	{
		border-bottom: 1px solid #CC0001;
		color: #A0A0A0;
		font-size: 0.9em;
		padding-right: 10px;
		padding-left: 5px;
	}
	
	.subMenuItem TD A
	{
		padding-right: 5px;
	}

	.subMenuItem IMG
	{
		width: 0px;
	}

.subMenuItemSelect
{
	margin: 1px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #FFFFFF;
}
	
	.subMenuItemSelect TD
	{
		font-size: 1.1em;
		color: #FFFFFF;
		padding-right: 5px;
	}
	
.rootMenuItemSelect
{
	font-size: 1em;
}

/*MODULEMENU*/
.ModuleTitle_MenuContainer 
{
	border: 0px solid #000000;
}

.ModuleTitle_MenuBar 
{
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem 
{
	cursor: pointer;
	cursor: hand; 
	color: #A5A5A5; 
	font-family: Arial, Helvetica; 
	font-size: 0.8em; 
	font-weight: bold; 
	font-style: normal; 
	border: 0px solid #D5D5D5;
	background-color: Transparent;
	z-index: 900;

}

.ModuleTitle_MenuIcon 
{
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 23;
}

.ModuleTitle_SubMenu {
	z-index: 900; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	border: 1px solid #D5D5D5;

}

.ModuleTitle_MenuBreak {
	border-bottom: #D5D5D5 1px solid; 
	border-left: #D5D5D5 0px solid; 
	border-top: #D5D5D5 1px solid;  
	border-right: #D5D5D5 0px solid; 
	background-color: #D5D5D5; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica; 
	font-size: 0.8em; 
	font-weight: bold; 
	font-style: normal;

	background-color: #2D71A2;
	z-index: 900;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*=========================
	Diverse
=========================*/

#terms
{
	width: 100%;
	position: relative;
}

.terms {
	font-family: arial, helvetica;
	color: #D5D5D5;
	font-size:10px;
	font-weight: normal;
}
a.terms:link {
	font-family: arial, helvetica;
	color: #2D71A2;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.terms:active {
	font-family: arial, helvetica;
	color: #CC0001;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.terms:visited {
	font-family: arial, helvetica;
	color: #D5D5D5;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.terms:hover {
	font-family: arial, helvetica;
	color: #CC0001;
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
}
.copyright {
	font-family: arial, helvetica;
	color: #D5D5D5;
	font-size:10px;
	font-weight: normal;
}

.login {
	font-family: arial, helvetica;
	color: #D5D5D5;
	font-size:10px;
	font-weight: normal;
}
a.login:link {
	font-family: arial, helvetica;
	color: #2D71A2;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.login:active {
	font-family: arial, helvetica;
	color: #CC0001;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.login:visited {
	font-family: arial, helvetica;
	color: #D5D5D5;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.login:hover {
	font-family: arial, helvetica;
	color: #CC0001;
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
}

#agentslogin
{
	position: absolute;
	right: 5px;
	width: 150px;
	height: 12px;
	text-align: right;
	font-family: arial, helvetica;
	color: #D5D5D5;
	font-size:10px;
	font-weight: normal;
}

	#agentslogin A
	{
		color: #2D71A2;
		font-weight: bold;
		font-size:10px;
		font-family: arial, helvetica;
		text-decoration: none;
	}

.greybar
{
	height: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #D5D5D5;
	width: 100%;
}
