﻿
* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	/*color:#000;*/
	}
	
a:hover {
	border-bottom-color:#000;
	color: Red; 
	}
	
h1 a, h2 a, h3 a {
	border:none;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	color:#555;
	}

p {
	margin:1.5em 0;
	}
	
h1, h2, h3 {
	font-weight:bold;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:1.12pt;
	letter-spacing:-.05em;
	margin:12pt 0 .25em;
	}
	
h1 {
	font-size:2.5em;
	color:#000;
	}
	
h2 {
	font-size:2em;
	color:#666;
	}
	
h3 {
	font-size:1.5em;
	}
	
	
small {
	font-size:9pt;
	color:#000;
	}
.formSelect
{
	border: 1px solid #ccc;
	font-size: 9pt;
	width: 247px;
}
.stateCountrySelect
{
	font-size: 7pt;
	padding: 3px;
}
.inputText
{
	border:1px solid #ccc;
	background:#fff;
	font-size:9pt;
	padding:3px;
	
}
.disabledText
{
	border:1px solid #fff;
	background:#fff;
	font-size:9pt;
	padding:3px;
	color: #000;
	
}
.inputText1
{
	border:1px solid #ccc;
	background:#fff;
	font-size:12pt;
	padding:0px;
	
}
.inputTextPage
{
	border:1px solid #ccc;
	background:#fff;
	font-size:9pt;
	padding-bottom: 6px;
	padding-top: 1px;
	text-align: center;
}
.inputButton
{
	font-size: 9pt;
	
}
.blueLink
{
	color:blue;
	font-size:.9em;
}

.formTableHeader
{
	font-size:9pt;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.formTableData
{
	font-size:9pt;
	color: #000000;
	text-align: left;
	vertical-align: middle;
}	
 .tableData
{
	text-align: left;
}

 .tableData1
{
	text-align: right;
}
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
img
	{
		border: none;
	}

.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Structure */
body {
	/*background:#fafafa;*/
	background: #666;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
	}
	
#page {
	background:#fff;
	margin:20px auto;
	text-align:center;
	border: 1px solid #ccc;
	/*-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; */
	width:1150px;
	text-align:left;
	}


/* Begin Header */	
#header {
	background:#fff;
	padding:10px;
	border-bottom:1px solid #ccc;
	text-align: center;
	}
			
/* End Header */
#logoSpan
{
	text-align: center;
}
/* Begin Page List */
#nav {
	height:30px;
	line-height:30px;
	font-size:9pt;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	background:#f5f5f5;
	}
	
	#nav li {
		float:left;
		list-style:none;
		padding:0 10px;
		}
		
		#nav li a {
			border:none;
			padding:2px 10px;
			/*background:#ddd;*/
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			background:#ccc;
			}

		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:1.4em;
	float:left;
	padding:20px 0 20px 20px;
	width:660px;
	background:#ffffff;
	}
#contentFull {
	font-size:1.2em;
	line-height:1.4em;
	float:left;
	padding:20px 0 20px 20px;
/*	width:970px;*/
	background:#ffffff;
	}
	
/* Begin Sidebar */
#sidebar {
	float:right;
	font-size:1.12pt;
	padding:20px 20px 20px 0;
	width:300px;
	text-align:center;
	background:#ffffff;
	}

	#sidebar table{
		border:1px solid #cc0000;
	}
	
	#sidebar ul {
		padding:10px;
		background:#ffffff;
		border:1px solid #ccc;
		}
		
		#sidebar ul ul {
			padding:0 0 0 10px;
			background:none;
			border:none;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:15px;
			}
		
		#sidebar li li {
			margin:5px 0;
			}
			
	#sidebar h4 {
		padding:5px;
		font-size:1.2em;
		background:#ccc;
		}
/* End Sidebar */


/* Begin Footer */
#footer {
	background:#fff;
	padding:20px;
	border-top:1px solid #ccc;
	text-align:center;
	}
/* End Footer / End Structure */
#menu-wrap {
	height:30px;
	background-color:#eee;
	border-bottom:1px solid #ddd;
}
#customerService
{
	display:block;
	text-decoration:none;
	color:#000;
	font-size: 1em;
	border:none;
	line-height:30px;
	text-align: right;
}
/* hack to correct IE5.5 faulty box model */
* html #menu-wrap {
	width:100%;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu-wrap * {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu-wrap li,#menu-wrap a,#menu-wrap div {
	margin:0;
	padding:0;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu-wrap ul li {
	float:left;
	position:relative;
	line-height:30px;
	border-right:1px solid #fff;
}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited, #menu-wrap div {
	display:block;
	text-decoration:none;
	color:#000;
	padding:0 10px;
	border:none;
}


* html #menu-wrap ul ul a, * html #menu-wrap ul ul a:visited {
	width:150px;
	font-size:12pt;
}

/* style the top level hover */
#menu-wrap a:hover ,#menu-wrap li:hover {
	color:#000;
	background:#ccc;
}

#menu-wrap li.selected_page a {
	background-color:#999;
	color:#fff;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu-wrap table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

.basicbord {
 background-color: #cc0000;
 /* background-color: #cc0000; */
}

/* This is for our YUI styled ItemSearch GridView */
.tablestyle {
	font-family: arial;
	font-size: small;
	border: solid 1px #7f7f7f;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.ravenproducts-table {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #7f7f7f;
	border-collapse: collapse;
	table-layout: fixed;
	word-wrap: break-word;
	margin-top: 20px;
}


.altrowstyle 
{
    background-color: #edf5ff;
}

.headerstyle th 
{
    background: url(/img/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}  

.headerstyle th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
    padding-right: 10px;
}

.tablestyle td, .tablestyle th {
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}

.rowstyle .sortaltrow, .altrowstyle .sortaltrow 
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow 
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td 
{
    padding: 4px 4px 4px 4px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader 
{
    background: url(/img/sprite.png) repeat-x 0px -100px;
}

.headerstyle .sortascheader a 
{
    background: url(/img/dt-arrow-up.png) no-repeat right 50%;
} 

.headerstyle .sortdescheader 
{
    background: url(/img/sprite.png) repeat-x 0px -100px;
}   

.headerstyle .sortdescheader a 
{
    background: url(/img/dt-arrow-dn.png) no-repeat right 50%;
}

#example {
    text-align: center;
}

    #example .demo-container {
        display: inline-block;
        text-align: left;
    }

/* Customize uploaded file name */
html .RadUpload .ruUploadProgress {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

html .demo-container .ruFakeInput {
    visibility: hidden;
    width: 0;
    padding: 0;
}

html .RadUploadProgressArea {
    margin-top: 10px;
}

.submenu {
	display: none;
	list-style: none;
	padding-left: 20px;
}

#cms-nav-top-menu .has-submenu {
	position: relative;
}

#cms-nav-top-menu .submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
	z-index: 1000;
}

#cms-nav-top-menu .has-submenu:hover .submenu {
	display: block;
}

#cms-nav-top-menu .submenu li {
	display: block;
	width: 100%;
}

	#cms-nav-top-menu .submenu li a {
		display: block;
		padding: 10px 15px;
		text-decoration: none;
		color: #333;
		white-space: nowrap;
	}

		#cms-nav-top-menu .submenu li a:hover {
			background-color: #f0f0f0;
		}

#cms-nav-top-menu .menu-parent::after {
	content: " ▼";
	font-size: 10px;
}