/* Main Page CSS Document */
/* replace all headers with crm_header, then delete these ones*/

/* Default Selectors */

/**** Main ****/

	html, body {
		height:100%;
		width:100%;
	}

	body {
		background-color: #D7D7D7;
		margin:0px;
		padding:0px;
        font-family:      tahoma, arial, helvetica, sans-serif;
		font-size:        11px;
	}


/**** Input Forms ****/

	input, select, textarea
	{
		font-family:      tahoma, arial, helvetica, sans-serif;
		font-size:        11px;
		color:            #000000;
		background-color: #FFFFFF;
		border:           1px solid #C0C0C0;
		font-weight:      normal;
	}
	

/**** Text ****/

	a
	{
		color:           #0066FF;
		font-weight:     bold;
		text-decoration: none;
	} /* End a */

	a:hover
	{
		text-decoration: underline;
	}


/**** Images ****/

img
	{
		border:0px;
		padding:0px;
		margin:0px;
	}


div.spacer {
  clear: both;
}


#left_menu {
    margin: 1px 0 0 0;
    border-width: 0 1px 0 1px;
    border-color: #b9b9b9;
    border-style: solid;
    background-color: #E6E6E6;
}


#left_menu a {
    padding: 2px;
    padding-right: 12px;
    text-align:right;
    display: block;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #B9B9B9;
}


#left_menu a:hover{
    background-color: #F8F8F8;
    color: #434343;
}


.spacer {
	display: block;
	font-size: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}


.super_head {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #4A4A4A;
	display: block;
	padding: 10px 11px 10px 11px;
	margin: 0;
	text-align:right;
}


#container {
	width: 802px;
	margin: 10px auto 0 auto;;
	background: white url(images/container_bg1.gif) center repeat-y;
/*	overflow: hidden; */
	line-height: 1.0em;
	border: 0px solid #c0c0c0;
}


#container_inside {
	width: 780px;
	margin: 0 auto;
	background-color: white;
/*	overflow: hidden; */
	line-height: 1.0em;
}


#container_inner_top {
	padding-top: 9px;
	background: transparent url(images/container_bg0.gif) center top no-repeat;
}


#container_inner_bottom {
	padding-bottom:  9px;
	background: transparent url(images/container_bg2.gif) center bottom no-repeat;
}


#bottom {
	width: 780px;
	margin: 0 auto;
	padding: 5px;
	color: #888;
	text-align: center;
}

#bottom hr {
	display: none;
}

#bottom a {
	text-decoration: underline;
	font-weight: normal;
	color: #555;
}

#bottom a:hover {
	text-decoration: none;
	color: #444;
}

#bottom p {
	margin: 3px;
}


#left_menu {
	margin-top: 1px;
	border-width: 0 1px 0 1px;
	border-color: #b9b9b9;
	border-style: solid;
	background-color: #E6E6E6;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
}

	#left_menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
	}

#left_menu li {
	margin: 0;
	padding: 0;
	clear: both;
}

#left_menu div.menu {
	overflow: hidden;
}

#left_menu a {
	font-weight: normal;
	padding: 3px;
	line-height: 13px;
	text-align: right;
	display: block;
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #B9B9B9;
	background-color: #e0e0e0;
}

#left_menu a:hover {
	background-color: #F8F8F8;
	color: #434343;
}
	
	
#content {
/*	overflow: hidden; */
	line-height: 1.1em;
	background: #fff url('../images/content_bg.gif') repeat-y;
/*	height: 100%; */
}

#login_content {
/*	overflow: hidden; */
	line-height: 1.1em;
/*	background: #fff url('../images/content_bg.gif') repeat-y; */
/*	height: 100%; */
}

#content_left {
	float: left;
	width: 190px;
/*	height: 100%; */
}

#content_right {
	float: left;
	width: 590px;
/*	overflow: hidden; */
}

#login_content_right {
	float: left;
	width: 780px;
/*	overflow: hidden; */
}


#top_banner {
	height: 80px;
	position: relative;

}

#top_banner h1 {
	height: 100%;
	margin: 0;
	padding: 0;
}

#top_banner h1 a {
	display: block;
	height: 100%;
	background: transparent url(images/top_banner2.gif) top left no-repeat;
	text-indent: -10000px;
}

#top_menu {
	clear: both;
	border-bottom: 4px solid #6F6F6F;
	line-height: 1.0em;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 44px;
	overflow: hidden;
	background: #ccc url('../images/top_menu_bg.gif') repeat-x;
}

#top_menu a, #top_menu a img {
	float: left;
	display: block;
}

#top_menu a.eval {
	float: right;
}

/*
body, td, p, div, span, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	padding: 0px;
}

td, p, div, span, select
{
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
}

body
{
	margin: auto;
	background-color: #A7A7AB;
	text-align: center;
}
*/

table
{
	margin: auto;
	text-align: center;
}

td
{
	font-family:      tahoma, arial, helvetica, sans-serif;
	font-size:        11px;
	font-weight:      normal;
	color:            #000000;
	text-decoration:  none;
	background-color: #FFFFFF;

	text-align:       left;
	vertical-align:   top;
	
	padding:          2px;
	margin:           0px;
}

input[type="button"], input[type="submit"]
{
	text-align: center;
}

input[type="text"], input[type="password"]
{
	text-align: left;
}

h1
{
	font-family:  tahoma, arial, helvetica, sans-serif;
	font-weight:  bold;
	font-size:    18px;
	color:        #000000;
	text-align:   center;
}

h2
{
	font-family:  tahoma, arial, helvetica, sans-serif;
	font-weight:  bold;
	font-size:    16px;
	color:        #000000;
	text-align:   center;
}

h3
{
	font-family:  tahoma, arial, helvetica, sans-serif;
	font-weight:  bold;
	font-size:    14px;
	color:        #000000;
	text-align:   center;
}

/* Undefined Default Selectors
	table
	tr
	br
	hr
	a
	select
	option
	textarea
	pre
	h1
*/

/* Tag Class Selectors */

table.crm
{
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-style: hidden;
	border-spacing: 0px;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	width: 973px;
}

td.crm_sidebar
{
	background-color: #D8D8DA;
	border-style: hidden;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: 230px;
}

div.gap
{
	
}

td.crm_sidebar_link
{
	background-color: #D8D8DA;
	border-style: hidden;
	border-spacing: 0px;
	border-width: 0px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	width: 230px;
}

td.crm_content
{
	margin: auto;
	padding: 0px 0px 15px 0px;
	text-align: center;
}

td.centered_content
{
	margin: auto;
	text-align: center;
}

select.sidebar
{
	font-size: 11px;
}

a.crm_sidebar_link:hover
{
	text-decoration: underline;
}

a.crm_sidebar_link
{
	font-size: 11px;	
	text-decoration: none;
	color: #5A5A5A;
	white-space: nowrap;
}

table.bordered
{
	background-color: #FFFFFF;
	border-color: #D8D8D8;
	border-style: solid;
	border-width: 1px;
	padding: 0em;
}

td.bordered
{
	border-color: #D8D8D8;
	border-style: solid;
	border-width: 1px;
}

td.table_header
{
	font-weight: bold;
}

td.attachment
{
	line-height: 160%;
}

input.numeric, td.numeric
{
	text-align: right;
}

table.cart
{
	border-color: #D8D8D8;
	border-style: solid;
	border-width: 1px;
	padding: 0em;
}

td.cart
{
	border-color: #D8D8D8;
	border-style: solid;
	border-width: 1px;
	padding: 0em 1em;
	vertical-align: middle;
}

td.cart_header
{
	border-color: #D8D8D8;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	padding: 0em;
	text-align: center;
	vertical-align: middle;
}

/* Non-Tag Class Selectors */

#wrapper {
	width: 973px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	background-color: #A7A7AB;
	float: center;
}

#header {
	background-color: #0B0B0B;
}

#top_bar
{
	background: bottom repeat-x url(images/header_bg.jpg);
	height: 78px;
}

#logo
{
	background: bottom repeat-x url(images/header_bg.jpg);
	float: left;
	width: 77px;
	margin-left: 25px;
}

#interactive
{
	float: right;
	width: 657px;
}

#breadcrumb {
	background: right top no-repeat url(images/header_bg_top.jpg);
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 18px;
/*	padding-top: 1px;*/
	padding-right: 25px;
	vertical-align: middle;
}

#breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#search {
	background: bottom repeat-x url(images/header_bg.jpg);
	text-align: right;
	height: 60px;
}

#sub_header
{
	font-size: 12px;
	background: bottom repeat-x url(images/top_nav_bg.jpg);
	height: 25px;
	color: #8B8B8B;
	font-weight: bold;
	padding-left: 20px;
}

#navigation, #theDate
{
	background: bottom repeat-x url(images/top_nav_bg.jpg);
	line-height: 24px;
	vertical-align: middle;
	float: left;
}

#navigation a, #navigation .separator, #theDate
{
	font-weight: bold;
	color: #8B8B8B;
	text-decoration: none;
}

#navigation .separator
{
	background: bottom repeat-x url(images/top_nav_bg.jpg);
	margin: 0 8px;
}

#navigation a:hover
{
	color: #5C5C5C;
	text-decoration: underline;
}

#theDate
{
	float: right;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 10px;
}

#page
{
	clear: both;
	background-color: #FFFFFF;	
}

#sidebar
{
	background-color: #D8D8DA;	
}

#footer {
	clear: both;
	height: 25px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 8px;
}

#rss_feed {
	background-color: #000000;
	float: left;
	width: 20px;
	padding: 0px 10px 0px 10px;
}

#nav_bottom ul {
	background-color: #000000;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

#nav_bottom li {
	background-color: #000000;
	float: left;
	margin: 0 30px 0 0;
}

#nav_bottom li a {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

#nav_bottom a:hover
{
	text-decoration: underline;
}

#copyright {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	margin-right: 10px;
}

.bold
{
	font-weight: bold;
}

.centre, .center
{
	text-align: center;
	margin: auto;
}

.right
{
	text-align: right;
/*	margin-right: 0px; */
}

.middle
{
	vertical-align: middle;
}

.bottom
{
	vertical-align: top;
}

.no-wrap
{
	white-space: nowrap;
}

.underline
{
	text-decoration: underline;
}

.redtext
{
	color: #FF0000;
}

.expired, .blocked, .urgent, .deleted
{
	background-color: #FF0000;
}

.approaching
{
	background-color: #FFFF00;
}

.current, .safe
{
	background-color: #00FF00;
}

.evaluation
{
	background-color: #7CF700;
}

.current_support
{
	background-color: #FFD700;
}

.expired_support
{
	background-color: #FF4500;
}