/*  © 2007 ReferenceVault - All Rights Reserved */
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333; 
	background: #FFF url(../images/bg.png) repeat-x;	
}

/* links */
a {
	color: #003366;
	color:#006699;
	background-color: inherit;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #CC0001; 
	text-decoration:underline;
	font-weight:inherit;
	background-color: #FFFFB5;
}

a.tooltip {
	text-decoration:none; 
	position:relative;
}

a.tooltip span {
	display:none;
	font-weight: normal;
	text-decoration: none;
}

a.tooltip:hover {
	cursor:default;
}

a.tooltip:hover .tipbox {
	display:block; 
	text-decoration: none;
	position:absolute;
	top:20px;
	left:0; 
	width:210px; 
	height:auto; 
	border: 1px solid #ccc; 
	background: #f4f4f4 url(../../../common/images/icons/icon_tip.png) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.9em; 
	padding:10px;
	margin: 5px;

}


/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	font-size: 120%;
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;	
	text-transform: uppercase; 		
}

h3 {
	font-size: 20px;
	color: #003366;		
}

h3 {
	font-size: 20px;
	color: #003366;		
}

h3 a {
	color:#0099CC;
	font-size: .6em;
	}

h5 {
	
}

h5 a {
	color:#0099CC;
	font-size: .8em;
	}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #99CC00;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px 10px 10px 5px;
	background-position: 10px 10px;
	border: 1px solid #f2f2f2;
	border-left: 5px solid #CC0000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	background-color: #FAFAFA;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 47px;
}

blockquote .writedate {
	background: url(../imagesclock.gif) no-repeat 0 center;
	font-size:0.7em;
	color:#999999;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* form elements */
form, .form {
	margin:10px; padding: 0 5px;
	border: 0px solid #f2f2f2; 
	background-color: #FFFFFF; 
}   

fieldset {   
    border:1px dashed #CCC;   
    padding:10px;   
}  

label {
	display:block;
	font: 1.2 em Verdana, sans-serif;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding: 5px 3px 4px 3px;
	border:2px solid #ccc;
	font: normal 1.2em Verdana, sans-serif;
	color:#333333;
}

input:focus, textarea:focus{
	background-color: #F5F5DC;
	border:2px solid #ccc;
	border-style: inset;

}


textarea {
	width:400px;
	padding:5px;
	font: normal 1.2em Verdana, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#333333;
}
textarea.auto{
	height:auto;
	width:auto;	
}

input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 1px; 
	background: #FFF;
	color: #CC0000;
}
/* search form */
form.search {
	top: 5px; right: 5px;
	padding: 0px 14px 30px 16px;
	border: 0px solid #999999;
	background-color: White;
	width:250px; height:100px;
}
form.search input.textbox { 
	padding: 2px 2px 2px 2px;
	margin:7px 0 5px 0;
	width: 150px;
	border: 10px solid #CCC; 
	background: #FFF;
	color: #3366CC; 
	
}
form.search input.searchbutton { 
	margin: 0; 
	font-size: 20px; 
	font-family: Arial, Sans-serif; 
	background: #FFFFFF; 
	padding: 1px; 
	font-weight: bold; 
	color: #333;
}

/**********************************
  LAYOUT 
***********************************/
#master_container, #header, #breadcrumbs, #header-logo{
	text-align:left;
	width:895px;	
	width:780px;
	margin:0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

#header {
	padding: 0;
	height: 60px;
	display:block;
	position:relative;
}
#header #masthead{
	height: 60px;
	
}
#header h1{
	padding:0 0 0; margin:0;
} 
#header #slogan {
	z-index: 3;
	position: absolute;
	left: 3px; bottom: 7px;
	font: bold 1.2em Verdana, Arial, Tahoma,  Sans-serif;	
	color: #FFF;	
}

#header-logo {
	position: relative;
	clear: both;
	height: 50px;
	padding: 0;
}
#header-logo #logo {
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	padding: 10px 0 0 0;
	margin: 0;
	letter-spacing: -1px;
	color: #000;
	width: auto;
	height: auto;
}

#header-name {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}
#header-name #name {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}

/* navigation tabs*/ 

#nav_main{
	margin:0;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
	margin-top:-60px;
	display:block;
	float:right;
}
#nav_main .navigation{
	padding:0;
	margin:0;
	list-style:none;
	float:right;
	}
#header #nav_main .navigation li{
	background:none;
	padding:0;
	margin:0px;
	float:left;
	width:auto;
}
#nav_main .navigation a{
	color:black;background:none;
	cursor:pointer;
	height:40px;
	padding:0px;
	margin:0px;
	float:left;
	width:auto;
	text-decoration:none;
}
#nav_main .navigation a span{
	margin:0px;
	display:block;
	cursor:pointer;
	
	padding:8px 10px 0px 10px;
	background:url(../images/topnav_middle.png) 0px 0px repeat-x;
	color:#444444;
	height:40px; 
	
	width:1%; /* For the benefit of IE6 */
	white-space: nowrap;
}
/* target all but IE. auto width in IE somehow grows to 100% */
html>body #nav_main .navigation a span{
	width:auto;
}

#nav_main .navigation a:hover span{
	background:url(../images/topnav_middle.png) 0px -60px repeat-x;
	color:#ffffff;
}
#nav_main .navigation li.first a{
	padding-left:20px;
	background:url(../images/topnav_edges.png) 0px 0px no-repeat;
}
#nav_main .navigation li.first a:hover{
	background:url(../images/topnav_edges.png) 0px -60px no-repeat;
}
#nav_main .navigation li.first a span{
	padding-left:0px;
}
#nav_main .navigation li.last a{
	padding-right:20px;
	background:url(../images/topnav_edges.png) right 0px no-repeat;
}
#nav_main .navigation li.last a:hover{
	background:url(../images/topnav_edges.png) right -60px no-repeat;
}
#nav_main .navigation li.last a span{
	padding-right:0px;
}

#nav_global {
	margin:0;
	padding:0px;
	font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
}
#nav_global .navigation{
	margin:0px;
	padding:0px;
	float:right;
	list-style:none;
}
#nav_global .navigation a{
	background:none;
	padding:0px 0px;
	margin:0px;
}


#nav_global li {
   display:inline;
   margin:0; padding:0;
}
#nav_global .navigation a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-image: url(../images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block; 
	width:auto;
}
#nav_global .navigation a span {
   float:left;
   display:block;
   width:auto;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   color:#FFF;
   cursor:pointer;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_global a span {float:none;}
/* End IE5-Mac hack */
#nav_global a:hover span {
	color:#FFF;
}
#nav_global a:hover {
   background-position:0% -42px;
}
#nav_global a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
}
#header #current a span {
   background-position:100% -42px;
}

/* main column */
#sub_content {
	padding: 0;
	width: 545px;	
}
#sub_content h1 {
	margin: 10px 0;
	padding: 4px 0 4px 8px; 
	font-size: 105%;
	color: #FFF;
	text-transform: uppercase; 
	background-color: #CC0000;	
	letter-spacing: .5px;
}

#sub_content .header-messages {
	margin: 10px;
	padding: 4px 0 4px 8px;
	font-size: 1.6em;
	color: #333333;
	letter-spacing: 0.5px;
	font-weight: bold;
}

#sub_content .header-name {
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	letter-spacing: -1px;
	color: #000;
}


/* Position formating */

#position {
	font-size:inherit
}

#position .summary {
	padding-left: 10px;
}


/* Reference formating */

#reference {
	position: relative;
	clear: both;
	height: 50px; 
	margin: 0; padding: 0;	
}


.reference .writer {
	text-align:right;
	margin: 10px;
	}

.reference .writer .writercompany {
	font-size:1.2em;
}

.reference .writer .writername {
	font-size:1.4em;
	font-weight:bold;

}

.reference .writer .writerposition {
	font-size:1.2em;
	font-style:italic;
}
/*
#reference #nameheader {
	position: absolute;
	top: 3px; left: 5px;
	font: bold 30px "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding: 0;
	letter-spacing: -1px;
	color: #000;
}
*/
/* Reference Footer */
.reference .writer .wfooter {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eee;
}

.reference .writer .footer .contact {
	background: url(../images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
	
.reference .reference-footer .date {
	background: url(../imagesclock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;

}
.reference .reference-footer .profile {
	background: url(../imagespage.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* sidebar */
#column_content {
	float: left;
	width: 220px;
	margin: 0; padding: 0; 
	background-color: #FFFFFF; 	
}
#column_content h1 {
	font-size:1.5em;
	margin: 4px 0 0 0;
	padding: 4px 0px 4px 0px;
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #333333;
}

#column_content h1 a,
#column_content h1 span
 {
	font-size:1.5em;
	margin: 4px 0 0 0;
	padding: 4px 0 4px 8px;
	font: bold 105% Arial, Sans-Serif;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #333333;
	text-decoration:none;
}

#column_content .left-box {
	margin: 0 0 5px 0;	
	background: #FFF;
}
#column_content .navigation {
	font-size:1.1em;
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;		
	border: 1px solid #EBEBEB;
	border-width:1px 1px 0px 1px;
}
#column_content ul.navigation li {
	border-bottom: 1px solid #f2f2f2; 
	background: url(../images/bullet.gif) no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;	
}

#column_content ul.navigation li.new-ref {
	font-size:1em;
	border-bottom: 1px solid #f2f2f2; 
	background: no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;
	background-image: url(../images/new_ref.gif);
}

#column_content ul.navigation li.new-window {
	font-size:1em;
	border-bottom: 1px solid #f2f2f2; 
	background: no-repeat 3px 2px;	
	padding: 3px 5px 3px 25px;
	margin: 0;
	background-image: url(../images/new_ref.gif);
}


#column_content .navigation a {
	font-weight: bolder;
	padding: 3px 0px;	
	background: none;
	color: #006699;
	text-decoration:none;
}

#column_content .navigation a:hover {
	color:#99CC00;
	padding: 3px 0px;	
	background: none;
	text-decoration:underline;
}

/* footer */
.footer { 
	clear: both; 	
	border-top: 1px solid #f2f2f2;
	background: #EEEEEE url(../images/footer_bg.gif) repeat-x;
	padding: 2px 0 10px 0; 
	text-align: center;  
	line-height: 1.5em;	
	font-size: 10px;
}
.footer a { 
	text-decoration: none; 
	font-weight: bold;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes  */
.clear {	clear: both; }
.red   { color: #CC0000; }
.green { color: #93BB3A; }
.comments {
	margin: 20px 10px 5px 10px;
	padding: 3px 0;
	border-bottom: 1px dashed #EFF0F1;
	border-top: 1px dashed #EFF0F1;
	background-color: #CCCCCC;
}

/* MGB FORMATTING ADDITONS */
/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
	width: 520px;
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	background-color:#6699CC;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
	font-weight:bold;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.odd {
	background: #F8F8F8;
}
tr.even {
	background: #EFEFEF;		
}

tr.row-active {
	background-color: #FFFFCC;
	color:#CC3300;
	font-weight:bold;
}
/* end - table */

/* -- top navigation start -- */
#topNav{
	width:700px;
	height:30px;
	margin:0 auto;
	color:#000000;
	border: thin none #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../imagestop_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topNav ul{
	width:700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topNav ul li{
	float:left; 
	margin:0 1px 0 0 ;}
	
#topNav ul li a{
	font:bold 13px/29px Arial, Helvetica, sans-serif; color:#595959;
	background:url(../images/top_nav_btn_bg.gif) repeat-x 0 0 #FFFFFF;
	padding:0 12px; 
	display:block; 
	text-decoration:none;
}
	
#topNav ul li a:hover{
	font:bold 13px/27px Arial, Helvetica, sans-serif; 
	color:#CC006A;
	background-color:#FFFFFF; 
	background-image:none;
	border-top:#DADADA 1px solid; 
	border-right:#DADADA 1px solid; 
	border-left:#DADADA 1px solid;
	padding:0 11px; 
	margin:2px 0 0 0; 
	display:block; 
	text-decoration:none;
	
}
	
#topNav ul li a.hover{
	color:#CC006A;
	background-color:#FFFFFF;
	background-image:none;
	border-top:#DADADA 1px solid;
	border-right:#DADADA 1px solid;
	border-left:#DADADA 1px solid;
	padding:0 11px;
	margin:2px 0 0 0;
	display:block;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
}

#topNav ul.dropdown{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#topNav ul.dropdown li{
	float:left; margin:0 1px 0 0;}
	
#topNav ul.dropdown li a{
	font:normal 12px/29px Arial, Helvetica, sans-serif; 
	color:#595959;
	background:#FFFFFF;
	padding:0 12px; 
	display:inherit; 
	text-decoration:none;}
	
#topNav ul.dropdown li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	/*
	font-size: 14px;
	line-height: 27px;

	font-weight: bold;
	*/
	color:#CC006A;
	background-color:#FFFFFF; 
	background-image:none;
	border-top:#DADADA 0px solid; 
	border-right:#DADADA 0px solid; 
	border-left:#DADADA 0px solid;
	/*
	padding:0 11px; margin:2px 0 0 0; display:block; text-decoration:none;
	*/
}
	
#topNav ul.dropdown li a.hover{
	color:#CC006A;
	background-color:#FFFFFF;
	background-image:none;
	/*
	border-top:#DADADA 1px solid;
	border-right:#DADADA 1px solid;
	border-left:#DADADA 1px solid;
	padding:0 11px;
	margin:2px 0 0 0;
	
	display:inherit;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 27px;
	font-weight: bold;
	*/
}


/* -- top navigation end -- */

/* -- Show & Hide Stuff -- */


	.contenttitle {
		font-size:1.2em;
		color:#339933;
		font-weight: bold;
	}
	
	.showhidetitle {
		font-size:1em;
		color:#0099CC;
		font-weight: bold;
		font-variant:small-caps;
	}
	

#receivedMsg {
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
  background: #FAFAFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #99CC00;
}


/** NEW STYLES **/

#faq-answer {
	font-size: 1.2em;
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	/* white-space: pre; */
  background: #FAFAFA;
  	border-style:solid; 
	border-top: 1px #f2f2f2;
	border-right: 1px #f2f2f2;
	border-bottom: 1px #f2f2f2;
	border-left: 4px #99CC00;
}


