/***********************************************/
/* site.css  VirtualObjectives */

/***********************************************/
/* HTML tag styles */

/* Prevents page shift */
html{
	min-height: 100%;
	margin-bottom: 1px;
}

img {vertical-align:middle}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
/*	font: 12px tahoma, arial, sans-serif;*/
	color: #FFFFFF;
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	background-image:url(images/background-soften-halo-small.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: 1px dotted #ffffff;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 130%;
 color: #ffffff;
}

h2{
 font-size: 120%;
 color: #ffffff;
 border-top: 2px solid #1A50B8;
}

h3{
 font-size: 110%;
 color: #ffffff;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #ffffff;
}

h5{
 font-size: 100%;
 color: #ffffff;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs */

#pageWhole {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-color: #3980F4;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	background-color: #1A50B8;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#masthead a:link {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: none;
}

#masthead a:hover {
   	color: #000000;
   	background: #FFFFFF;
	text-decoration: none; 
}

#masthead a:visited {
	text-decoration: none; 
	border-bottom: none;
}

/***********************************************/
/* #Content styles */

#Content{
	margin: 0;
	padding: 0 5px 0 5px;
	background-color: #3980F4;
	border-bottom: 1px solid #ccc;
	color: #FFFFFF;
}

/***********************************************/
/* #globalNav styles */

#globalNav{
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	color:#cccccc;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px;
}

/***********************************************/
/* #pageName styles */

#pageName{
	font-size: 140%;
	vertical-align:middle;
}

/***********************************************/
/* #Footer styles */

#Footer{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	background-color: #1A50B8;
	padding: 0px 10px 0px 10px;
	line-height: 31px;
}

#Footer a:link {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: none;
}

#Footer a:hover {
   	color: #000000;
   	background: #FFFFFF;
	text-decoration: none; 
}

#Footer a:visited {
	text-decoration: none; 
	border-bottom: none;
}

#Footer img {
	float:right;
	border: 0px;
}

/***********************************************/
/* #menu styles */

#menu {
	background: #7CA5CF repeat-x;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	padding: 0;
	padding-left: 4px;
	margin: 0;
	font-size: 11px;
}

#menu a {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 6px 16px;
	text-decoration: none;
	border-right: 1px solid #E1E1E1;
}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: thin;
}

#menu a:hover {
   	color: #FFFFFF;
   	background: #0D6CAA;
	text-decoration: none; 
}

#menu a:visited {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: thin;
}

#menu li, #menu2 li {
	display: inline;
	line-height: 1.95em;
	list-style: none;
	text-align: center;
	margin-left: -4px;
	padding: 0;
}

/***********************************************/
/* Dropdown menu styles */

.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border:1px solid #ffffff;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	background-color: #7CA5CF;
	font-size: 11px;
}

.anylinkcss a
{
	color: #ffffff;
	width: 100%;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 3px 0;
	text-decoration: none;
	text-indent: 5px;
	text-align: left; 
}

.anylinkcss a:hover{ /* hover background color */
	background-color: #0D6CAA;
	color: #ffffff;
}

.anylinkcss a:visited {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: 1px solid #ffffff;
}

/***********************************************/
/* Button style */

a.buttonlink:link {
	text-decoration: none; 
	border-bottom: none;
}

a.buttonlink:hover {
	text-decoration: none; 
	border-bottom: none;
}

a.buttonlink:visited {
	text-decoration: none; 
	border-bottom: none;
}

/***********************************************/
/* Form style */

.form-style td {
	border-top: 1px solid #e9eae4;
	vertical-align:top;
}

.form-style label { 
	color:#FFFFFF;
}

/***********************************************/
/* SQL Script style */

.sql-script {
	background:#F0F0F0;
	color:#000000;
	border:1px solid #1a50b8;
	font-size:12px;
	padding-left:5px;
}

/***********************************************/
/* Command-line style */

.cmd-line {
	background:#F0F0F0;
	color:#000000;
	border:1px solid #1a50b8;
	padding-left:5px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
