@import url("css/menu.css");

* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	background: #636466 url(../../globalimages/SIDRA-bg-gradient.png) repeat-x top left;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1.title {
	position: absolute;
	top: 20px;
	left: 0;
	width: 450px;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
}

h2.grhead,
h2.grhead_stack {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #8DCA41;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
h2.grhead {
	margin-top: 20px;
}

h3 {
	padding-bottom: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}

p {
	padding-bottom: 10px;
}

img {
	border: none;
}

tr, td, th {
	vertical-align: top;
}

.pale, .pale a:link {
	color: #999999;
}

.topLink, a.topLink:link {
	color: #000000;
	font-size: small;
}

/*** DEFAULT LINKS ***/
a, a:link, a:visited, a:active {
	color: #8cc642;
	text-decoration: none;
}
a:hover {
	background-color: #8cc642;
	color: #feffff;
	text-decoration: none;
}

.links {
	text-align: center;
}
.links, a.links:link, a.links:active, a.links:visited {
	color: #de5727;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
a.links:hover {
	text-decoration: none;
	background-color: #de5727;
	color: #feffff;
}

A.SkinObject:link {
	color: #8cc642;
	text-decoration: none;
}
A.SkinObject:hover {
	background: none;
	text-decoration: none;
}

.NormalRed {
	color: #8cc642;
	font-family: Arial Narrow, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
}

A.CommandButton:link {
	color: #8cc642;
	text-decoration: underline;
}
A.CommandButton:hover {
	background: none;
	color: lime;
}
A.CommandButton:visited {
	color: #8cc642;
	text-decoration: underline;
}

* html #btnBuyOnline {
	float: left;
	height: 61px;
	width: 184px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/0/SIDRA-btn-buyonline-green.png',sizingMethod='crop');
	cursor: pointer;
}
	* html #btnBuyOnline img {
		display: none;
	}

* html #btnDownload {
	float: left;
	height: 61px;
	width: 184px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/0/SIDRA-btn-download.png',sizingMethod='crop');
	cursor: pointer;
}
	* html #btnDownload img {
		display: none;
	}

* html #btnPaymentOptions {
	float: left;
	height: 61px;
	width: 184px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/0/SIDRA-btn-paymentoptions.png',sizingMethod='crop');
	cursor: pointer;
}
	* html #btnPaymentOptions img {
		display: none;
	}

* html #btnStepByStep {
	float: left;
	height: 61px;
	width: 184px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/0/SIDRA-btn-stepbystepguide.png',sizingMethod='crop');
	cursor: pointer;
}
	* html #btnStepByStep img {
		display: none;
	}


/**************************/
/*          LOGO          */
/**************************/
#logo {
	position: absolute;
	top: 0;
	right: 0;
	margin: 3px 0 0 0;
	z-index: 5000;
}


/**************************/
/*    LAYOUT STRUCTURE    */
/**************************/
.wrapper {
	margin: auto;
	width: 978px;
	overflow: hidden;
}
.contentwrap {
	position: relative;
	padding-top: 7px;
}
.top_space {
	height: 1px;
}
.lang_pad {
	padding: 7px 35px 0 0;
}
.logo_pad {
	position: absolute;
	top: 0;
	right: 0;
	margin: 2px 0 0 0;
	z-index: 100;
}
.bot_pad {
	margin-bottom: 20px;
	padding: 0 30px 0 20px;
}
#login_style {
	float: right;
	padding: 1px 0 2px 0;
}
.center_bg {
	padding: 0;
	margin-top: 0;
}
#terms_style {
	float: left;
}
#copy_style {
	float: right;
}
.clear_float {
	clear: both;
}


/**************************/
/*        MENU BAR        */
/**************************/
.Top_Menu_SolPart_margin {
	padding: 0 0 0 36px;
	width: 941px;
}
	.Top_Menu_SolPart {
	
	}

/*** SEARCH BOX ***/
.search_style {
	float: right;
	border: none;
}
* html .search_style 
{
    float: right;
	margin-right: 0;
}
.search_bg {
	padding-right: 0;
}
.search_bg Input {
	color: #43494D;
}
.Search_Input {
	margin: 3px 0 0 0;
	height: 21px;
	width: 230px;
}
.Search_Input_Btn
{
    position: relative;
    top: 2px;
    margin: 0;
    padding: 0 8px 0 8px;
    width: 16px ! important;
    height: 16px ! important;
    background-image: url('images/search.png');
}
.Search_Input_Btn:hover
{
    background-image: url('images/search_hover.png');
}
.Search_Input input 
{
    border-left: solid 1px #AFAFB0 ! important;
    border-right: solid 1px #E0E0E1 ! important;
    border-top: solid 1px #616162 ! important;
    border-bottom: solid 1px #89898A ! important;
    padding: 2px 2px 2px 2px;
    margin: 2px 0px 0px 10px;
	width: 178px;
	height: 15px;
}
#accBtn:hover
{
    background: black;
}

/*** SHOPPING CART BUTTON ***/
a.shopping_cart {
	float: left;
	display: block;
	width: 29px;
	height: 29px;
	background: url(../../globalimages/SIDRA-nav-cart.gif) 50% 50% no-repeat;
}
a.shopping_cart:hover {
	background: #000 url(../../globalimages/SIDRA-nav-cart-o.gif) 50% 50% no-repeat;
}
	a.shopping_cart span {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}


/************************/
/*        BANNER        */
/************************/
#banner {
	height: 276px;
	width: 100%;
	background: url(images/SIDRA-banner-rpt-green.gif) 0 0 repeat-x;
}
	#banner .inner {
		margin: 0 auto;
		display: block;
		text-align: center;
		width: 978px;
		height: 276px;
		text-align: center;
	}
		#org-bdr {
			position: relative;
			height: 15px;
			background: url(images/SIDRA-banner-rpt-green.png) bottom left repeat-x;
		}
		* html #org-bdr {
			background-image: url(images/SIDRA-banner-green-botom.gif);
		}
			#org-bdr-img {
				position: relative;
				margin: 0 auto;
				padding-right: 20px;
				width: 978px;
				outline: none;
			}
				#org-bdr-img a {
					float: right;
					margin-top: 8px;
					outline: none;
					border: none;
				}
				* html #org-bdr-img a {
					position: absolute;
					top: 0;
					right: 10px;
				}


/****************************/
/*      CONTENT LAYOUT      */
/****************************/
.TopPane .RightPane {
	z-index: 0;
}
.ContentPane {
	width: 978px;
	height: 400px;
	background: url(../../globalimages/SIDRA-body-rpt.png) 0 0 repeat-y;
}
.skinrgtheader {
	position: absolute;
	top: 0;
	left: 0;
	width: 978px;
	height: 128px;
	background: url(../../globalimages/SIDRA-body-top.png) 0 0 no-repeat;
	z-index: 1;
}
div.skinbtomRgt_gradient {
	width: 978px;
	height: 140px;
	background: url(images/SIDRA-body-base-green.gif) 0 0 no-repeat;
}
.BottomPane {
	/*padding-top: 50px;*/
	/*background: url(../../globalimages/SIDRA-footer-rpt.gif) 0 0 repeat-x;*/
}

/*** BREADCRUMBS ***/
.Breadcrumb, a.Breadcrumb:link, a.Breadcrumb:active, a.Breadcrumb:visited {
	color: Gray;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
}
a.Breadcrumb:hover {
	color: #8cc642;
	background: none;
}


/***************************/
/*         SIDEBAR         */
/***************************/
.relative_position {
	float: right;
	position: relative;
	width: 210px;
	z-index: 1000;
}

.ContentPane #sidebar {
	position: relative;
	float: right;
	margin-top: 40px;
	right: 10px;
	width: 210px;
	z-index: 1000;
}
	#sidebar_ {
		color: #000;
		font-size: 75%;	
	}
		#sidebar_ h2 {
			margin: 0 0 5px 23px;
			color: #000;
			font-size: 100%;
			font-weight: bold;
			text-transform: uppercase;	
		}
		#content_ #sidebar_ ul {
			margin: 0 10px 0 20px;
			list-style: none;
		}
			#content_ #sidebar_ ul li {
				line-height: 180%;
				list-style: none;
				text-transform: capitalize;
			}
				#content_ #sidebar_ ul li a {
					padding: 0 4px;
					font-size: 12px;
					font-variant: small-caps;
					letter-spacing: 0.1em;
					text-decoration: none;
				}
				#content_ #sidebar_ ul li a.current_sidra, 
				#content_ #sidebar_ ul li a:hover {
					padding: 3px;
					background-color: #8cc642;
				}
				#content_ #sidebar_ ul li a:hover {
					text-decoration: underline;
				}
		#content_ #sidebar_ ul#subnav_sidra {
			padding-bottom: 30px;
		}
		#content_ #sidebar_ ul#linknav_ {
			margin-bottom: 5px;
			padding-bottom: 30px;
			background: url(../../globalimages/SIDRA-angles-rhs.gif) 3px 100% no-repeat;
		}
			#content_ #sidebar_ ul#subnav_sidra li a, 
			#content_ #sidebar_ ul#linknav_ li a,
			#content_ #sidebar_ ul#dnn_R_MENU1_linkOther_ li a {
				padding: 3px;
				color: #000000;	
			}
		
.dash-rpt {
	margin:0 0 10px 23px;
	width:150px;
	height:2px;
	background: url(../../globalimages/SIDRA-dash-rpt.gif) 0 0 repeat-x;
}


/******************************/
/*       SEARCH RESULTS       */
/******************************/
div.SearchContainer {
	position: relative;
	white-space: nowrap;
}
	div.SearchContainer a {
		position: relative;
		display: block;
		padding: 0 5px;
	}
div.SearchBorder {
	position: absolute;
	right: 35px;
	margin-top: 2px;
	width: 200px;
	height: 20px;
	border: solid 1px #e0e0e0;
	background-color: White;
	white-space: nowrap;
}
div.SearchIcon {
	float: left;
	width: 31px;
	height: 20px;
	background: no-repeat 0px 0px;
	text-align: right;
	cursor: pointer;
	z-index: 11;
}
	div.SearchIcon img {
		margin-top: 3px;
	}

input.SearchTextBox {
	float: left;
	width: 150px;
	height: 18px;
	border: 0;
	z-index: 10;
}

#SearchChoices {
	clear: both;
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	margin: 0;
	padding: 0;
	border: solid 1px #C3D4DF;
	background-color: #F3F7FA;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	z-index: 2000;
}
	#SearchChoices li {
		display: block;
		margin: 0;
		padding: 2px 2px 0 25px;
		height: 18px;
		border: none;
		background-color: #F3F7FA;
		background-repeat: no-repeat;
		background-position: 2px center;
		text-align: left;
		list-style: none;
		list-style-image: none;
		cursor: pointer;
	}
	#SearchChoices li.searchHilite {
		border: none;
		background-color: #CE0D0D;
		color: #ffffff;
	}
	#SearchChoices li.searchDefault {
		border: none;
		background-color: #F8FAFF;
	}

.right_search_sec {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
}

.Search_Input .search-icon {
	border: none;
	cursor: pointer;
}

.NormalTextBox_Search {
	margin-top: 0;
	padding: 0 2px;
	color: #000;
	font: normal 11px/15px Arial Narrow, Arial, Helvetica;
	outline: none;
}

.searchResults {
}
	.searchResults tr {
		background: url(../../globalimages/SIDRA-dash-rpt.gif) bottom left repeat-x;
		vertical-align: top;
	}
		.searchResults tr td {
			padding: 10px 5px;
		}
			.searchResults tr td .SubHead {
				margin: 0;
				line-height: 15px;
			}
			.searchResults tr td p {
				margin: 3px;
			}

div.acc:hover > ul {
	display: block;
	position: absolute;
	top: 30px;
	]left: 0;	
	padding: 1px;
	width: 114px;
	border: 1px solid #8a8a8c;
	background: #ffffff url(images/menubg-gradient.jpg) 0 0 repeat-x;
	letter-spacing: 1px;
	list-style-type: none;
}

.noBacgroungForImg {
	background: none !important;
}


/******************************/
/*        PRINT STYLES        */
/******************************/
#printHeader,
#printFooter {
	display: none;
}
.accessibility {
left:-999px;
position:absolute;
top:-9999px;
}