﻿/* CSS Document */

html, body {	
 	background-color:#bdcbe8;
}

body, div, td {
	color:White;
}

a, a:link, a:visited {
	color:black;
	text-decoration:underline;	
	}
a:hover {
	text-decoration:underline;	
	}
	
#contentContainer
{
	float:left;
	width:990px;
	margin-left:30px;
	}
	
#contentRight
{
	width:230px;
	margin-left:20px;	
	float:left;
	}
	
#contentMain
{
	width:100%;
	float:left;
	text-align:left;
	background-color:Transparent;
	}
	
	
	
	
	
	/* NAVIGATION */
	.navMenuVerticalRootLevelItem {
		cursor:				pointer;
		color:              White;
		font-family:        Arial;
		font-size:          13px;
		line-height:		16px;
		text-transform:		lowercase;
		background-color:   Transparent;
	}
	
	.rootNavItemFR {
		font-size:13px;	
	}
	
	.navMenuVerticalRootLevelItemHover {
		cursor:				pointer;
		color:              White;
		font-family:        Arial;
		font-size:          13px;
		line-height:		16px;
		font-weight:		bold;
		text-transform:		uppercase;
		background-color:   Transparent;
	}
	
	.navMenuVerticalRootLevelItemSelected {
		cursor:				pointer;
		color:              White;
		font-family:        Arial;
		font-size:          13px;
		line-height:		16px;
		text-transform:uppercase;
		font-weight:		bold;
		background-color:   Transparent;
	}
	
	
                
	.navMenuVerticalChildLevelItem {
		font-family:Verdana;
		font-size:11px;
		color:              Orange;
		font-weight:        bold;
		height:             25px;
		background-color:   Gray;
	}
	
	/* EXTRA NAV */
	.navExtra td.navExtraLbl {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		line-height:0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		vertical-align:middle;
	}
	
	.navExtra td.navExtraCtrl {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		line-height:0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		padding-left:3px;
		vertical-align:middle;
	}
	
	/* search DIALOG CSS */
		.searchFormSubmit {
			float:left;
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;		
			font-size: 100%;
			background: transparent;
			background-color:White;
			font-size:11px;
			padding:-3px;
			width:15px;
			margin-left:1px;
			height:15px;
			cursor:pointer;
		}
		.searchFormInput {
			float:left;
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;			
			vertical-align:baseline;
			font-size: 100%;
			background: transparent;
			background-color:White;
			font-size:11px;
			width:98px;
			height:15px;
			
		}
		
		
		
		.searchDialog{
			width:804px;
			background-color:White;
			color:black;
			}
			
		.searchDialogHeader{
			width:804px;
			background-color:#330099;
			height:25px;
		}	
		
		.searchOptionsContainer {
			padding:0px 10px 10px 10px;
			background-color:#330099;			
			}
			
		.searchDialogCloseButton{
			cursor:pointer;
			position:absolute;
			right:-5px;
			top:0px;
			width:150px;
			background:transparent;
			background-image:url(/templates/13/common/images/btn_close.gif);
			background-position:right top;
			background-repeat:no-repeat;
			padding:5px 30px 5px 5px;
			color:#330099;
			font-size:11px;
			font-weight:bold;			
		}
		
		.searchDialogModal{			
		}
		
		.searchDialogIframe{
			margin:0;
			padding:0;
			outline:0;
			width:804px;
			height:380px;
			background-color:White;
			border:0px;
			margin:0px;
			overflow:visible;
			color:black;
			
		}
			
			
		.searchDialogFooter{
			width:804px;
			height:0px;
			background:white;
		}
			
			
		/* RESULTS */
		.searchDialogSearchResultsContainer, #pnlSearchResultsPages{
			background-color:white;
			padding:10px;
			color:black;
		}
		#pnlSearchResultsPages {
			min-height:100px;	
			overflow:auto;
			display:block;
			}
		
		.searchDialogSearchResultRow0 {
			font-size:11px;
			margin:0px 0px 25px 0px;
		}
		
		.searchDialogSearchResultRow0 span, .searchDialogSearchResultRow0 div {
			color:black;	
		}
			
		.searchDialogSearchResultRow1 {
			font-size:11px;
			}
			
		.searchDialogSearchResultLabelName {
			font-size:18px;
			padding-bottom:3px;
		}
			
		.searchDialogSearchResultLabelMetaDesc {
		}
		
		.searchDialogSearchResultLabelMetaDesc span {
		}	
		
		.searchDialogSearchResultLabelMetaTags{			
		}
			
		.searchDialogSearchResultLabelMetaTags span{
		}
			
		.searchDialogSearchResultLabelLink{
		}
