
/* globals */

/***********************************************************************
        1 - GLOBAL STYLES
************************************************************************/

body {  
        margin:         0;
        padding:        0;
        font-family:    helvetica, arial, sans-serif;
        font-size:      12px;
	line-height:	110%;
}

html, h1, h2, h3, h4, h5, h6, ol, dl, dt, dd, form, div {
        margin:         0;
        padding:        0;
}

div.clear {
        clear:          both;
}

a { text-decoration: none; color: #0000FF; }
a:hover { text-decoration: underline; color: #6666FF; }


/* LOADING DIV */
div#loading {
    position:       absolute;
    z-index:        99;
    top:            0;
    right:          0;
    text-align:     center;
    width:          100;
    height:         20;
    background:     #ff0000;
    color:          #ffffff;
    font-family:    Arial;
    font-size:      13px;
    font-weight:    800;
    display:        none;
    padding-top:    4px;
}


/* Some basic class values */

h1 {
	font-size:	16px;
	font-weight:	700;
}

h2 {
	font-size:	15px;
	font-weight:	700;
}

h3 {
	font-size:	14px;
	font-weight:	700;
}

h4 {
	font-size:	13px;
	font-weight:	700;
}

h5 {
	font-size:	12px;
	font-weight:	700;
}

div, span, td, th, p {
	font-size:	12px;
}

span.link {
	font-weight:	700;
	color:		#3333FF;
	cursor:		pointer;
}

.small_font {
	font-size:	11px;
}

.tiny_font {
	font-size:	10px;
}

hr.dashed {
	height:	1px;
	border-top: 1px dashed #000000;
	border-bottom: none;
}

div.code {
	white-space:	pre;
	font-family:	courier, fixed;
	font-size:	11px;
	display:	block;
	padding:	10px;
	margin:		20px;
	background-color: #DDDDDD;
}

/* GLOBAL Table highlighting stuff */
table tr.highlight td           { background-color: #CCCCFF; border-bottom: 2px solid #9999CC; border-top: 2px solid #9999CC; cursor: pointer;  }
table tr.highlight_top td       { background-color: #CCCCFF; border-bottom: 2px solid #CCCCFF; border-top: 2px solid #9999CC; cursor: pointer;  }
table tr.highlight_bottom td    { background-color: #CCCCFF; border-bottom: 2px solid #9999CC; border-top: 2px solid #CCCCFF; cursor: pointer;  }

table tr.light_row		{ background-color: #F0F0F0; }
table tr.light_row td		{ border-top: 2px solid #F0F0F0; border-bottom: 2px solid #F0F0F0; }
table tr.dark_row		{ background-color: #E0E0E0; }
table tr.dark_row td		{ border-top: 2px solid #E0E0E0; border-bottom: 2px solid #E0E0E0; }
/* END GLOBAL Table highlighting stuff */

/* Fieldset highlighting */
fieldset.link:hover {
	background-color: #DDDDFF;
	border: 2px solid #9999CC;
	cursor: pointer;
}

div.highlight {
	background-color: #DDDDFF;
	border: 2px solid #9999CC;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
}

span.link:hover { text-decoration: underline; }

span.error { color: #CC3333; font-weight: 700; }

table.padded td {
	padding:	1px;
}

td.dashed_line {
	border-top: dashed 1px #000000;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 0;
}

td.solid_line {
	border-top: solid 2px #666666;
	height: 1px;
	width: 100%;
	padding: 0;
	margin: 0;
}

/* BEGIN IE HACK */
/* IE doesn't pay attention to auto margins */
div#center_content {
	display: block;
	text-align: center;
	width: 100%;
}

div#center_content div {
	text-align: left;
}
/* END IE HACK */

div#content_heading {
	border:		1px solid #0000FF;
	text-align:	center;
}

div#content_heading p {
	padding:	5px;
}

div#content_body {
	border:		1px solid #00FF00;
	margin-top:	5px;
	margin-bottom:	5px;
}

div#content_body h4 { text-align: center; }

span.span_link { color: #0000FF; }
span.span_link:hover { text-decoration: underline; cursor: pointer; }

div.hidden { display: none; }

/* main nav */

div#mainnav_wrapper {
	display: block;
	height: 28px;
	width: 100%;
	background-image: url('/tabs/topnavblu_background.gif');
	text-align: center;
	margin: 0;
	padding: 0;
}

ul#mainnav {
	list-style-type: none;
	height: 28px;
	width: 556px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

ul#mainnav li {
	float: left;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

div#subnav_wrapper {
	height: 28px;
	margin-bottom: 15px;
	width: 100%;
	white-space: nowrap;
	text-align: center;
}

div#subnav {
	background-color: #9c9c9c;
	width: 850px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
}

div#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#subnav ul li {
	float: left;
	list-style-type: none;
	padding: 0;
	height: 28px;
	text-indent: 28px;
	padding-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
}

div#subnav ul li.off {
	background-image: url('/tabs/topnavblu_arrow.gif');
	background-repeat: no-repeat;
}

div#subnav ul li.on {
	background-image: url('/tabs/topnavblu_arrow_a.gif');
	background-repeat: no-repeat;
}

div#subnav ul li.blank {
	padding-right: 450px;
}

div#subnav ul li a {
	font: normal 13px arial, helvetica;
	text-decoration: none;
	color: #000000;
}

div#subnav ul li a:hover {
	color: #3333cc;
	text-decoration: underline;
}

div#subnav ul li.on a {
	font-weight: 700;
}

/* nav position 1 menu and sub menu items */
li#nav_1 { background-image: url('/tabs/topnavblu_home.gif'); background-repeat:no-repeat; height: 28px; width: 64px; }
li#nav_1_on { background-image: url('/tabs/topnavblu_home_a.gif'); background-repeat:no-repeat; height: 28px; width: 64px; }

/* nav position 2 menu and sub menu items */
li#nav_2 { background-image: url('/tabs/topnavblu_mastercrm.gif'); background-repeat:no-repeat; height: 28px; width: 100px; }
li#nav_2_on { background-image: url('/tabs/topnavblu_mastercrm.gif'); background-repeat:no-repeat; height: 28px; width: 100px; }

/* nav position 3 menu and sub menu items */
li#nav_3 { background-image: url('/tabs/topnavblu_reports.gif'); background-repeat:no-repeat; height: 28px; width: 77px; }
li#nav_3_on { background-image: url('/tabs/topnavblu_reports_a.gif'); background-repeat:no-repeat; height: 28px; width: 77px; }

/* nav position 4 menu and sub menu items */
li#nav_4 { background-image: url('/tabs/topnavblu_libraries.gif'); background-repeat:no-repeat; height: 28px; width: 82px; }
li#nav_4_on { background-image: url('/tabs/topnavblu_libraries_a.gif'); background-repeat:no-repeat; height: 28px; width: 82px; }

/* nav position 5 menu and sub menu items */
li#nav_5 { background-image: url('/tabs/topnavblu_myaccount.gif'); background-repeat:no-repeat; height: 28px; width: 100px; }
li#nav_5_on { background-image: url('/tabs/topnavblu_myaccount_a.gif'); background-repeat:no-repeat; height: 28px; width: 100px; }

/* nav position 6 menu and sub menu items */
li#nav_6 { background-image: url('/tabs/topnavblu_help.gif'); background-repeat:no-repeat; height: 28px; width: 57px; }
li#nav_6_on { background-image: url('/tabs/topnavblu_help_a.gif'); background-repeat:no-repeat; height: 28px; width: 57px; }

/* nav position 7 menu and sub menu items */
li#nav_7 { background-image: url('/tabs/topnavblu_logout.gif'); background-repeat:no-repeat; height: 28px; width: 76px; }
li#nav_7_on { background-image: url('/tabs/topnavblu_logout.gif'); background-repeat:no-repeat; height: 28px; width: 76px; }

/* nav position 8 menu and sub menu items */
li#nav_8 { background-image: url('/images/ui/tabs/tab_subscribe_off.gif'); background-repeat:no-repeat; height: 28px; width: 92px; }
li#nav_8_on { background-image: url('/images/ui/tabs/tab_subscribe_on.gif'); background-repeat:no-repeat; height: 28px; width: 92px; }


div#banner_left {
	float: left;
	margin: 5px;
}

div#banner_right {
	float: right;
	margin: 5px;
}

div#banner_center {
	text-align: center;
	margin: 5px;
}

div#mainnav_wrapper {
	clear: both;
}

