/***********************************************/
/* 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%;
	color: #FFFFF0;
	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: #000000;
	text-decoration: none; 
	border-bottom: 1px dotted #000000;
}

a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a:hover {
	color: #FFFF00;
	background-color: #0D6CAA;
	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: #004080;
}

h2 {
	font-size: 120%;
	color: #004080;
	border-top: 2px solid #1A50B8;
}

h3 {
	font-size: 110%;
	color: #004080;
}
h3 a:link {
	color: #004080;
}
h3 a:hover {
	color: #FFFF00;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #004080;
}

h5{
	font-size: 100%;
	color: #004080;
}

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: 900px;
	background-color: #111111;
}

#masthead{
	margin: 0;
	padding: 10px 0px;
	background-color: #3E4A54;
	border-bottom: 2px solid #23303D;
	width: 100%;
}

#masthead a:link {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: none;
}

#masthead a:hover {
   	color: #FFFFFF;
   	background: #0D6CAA;
	text-decoration: none; 
}

#masthead a:visited {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: none;
}

/***********************************************/
/* #Content styles */

#Content{
	margin: 0;
	padding: 0 5px 0 5px;
	background-color: #eeeeee;
	border-bottom: 2px solid #23303D;
	color: #000000;
}

/***********************************************/
/* #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: #ffffff;
	background-color: #3E4A54;
	padding: 0px 10px 0px 10px;
	line-height: 31px;
}

#Footer a:link {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: none;
}

#Footer a:hover {
   	color: #FFFFFF;
   	background: #0D6CAA;
	text-decoration: none; 
}

#Footer a:visited {
	color: #FFFFFF;
	text-decoration: none; 
	border-bottom: none;
}

#Footer img {
	float:right;
	border: 0px;
}

/***********************************************/
/* #menu styles */

#menu {
	background: #213E75 repeat-x;
	border-top: 2px solid #23303D;
	border-bottom: 2px solid #23303D;
	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: 2px solid #23303D;
}

#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: #213E75;
	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;
}

/***********************************************/
/* Form style */

.form-style td {
	border-top: 1px solid #e9eae4;
	vertical-align:top;
}

.form-style label { 
	color:#213e75;
	font-size: 120%;
}

/***********************************************/
/* SQL Script style */

.sql-script {
	background:#FFFFFF;
	color:#000000;
	border:1px solid #1a50b8;
	font-size:12px;
	padding-left:5px;
}

/***********************************************/
/* Command-line and SQL Script Styles */

pre{ 
	background:url(images/pre_code_bg2.gif) repeat scroll left top #FFFFFF; 
	border:1px solid #999; 
	color:#000; 
	display:block; 
	font:100%/20px 'Courier New',Fixed,monospace; 
	margin:1em 0; 
	overflow:auto; 
	padding:0 20px 0 30px;
	text-align:left;
}

/***********************************************/
/* Button style */

.cssbutton {
    padding: 5px 10px;
	display: inline-block;
	background: #777 url(images/cssbutton.png) repeat-x bottom; 
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    /*border-radius: 5px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 2px 2px #666;
	background-color: #ff9c00; /* Orange */
	width: 90px;
	text-align:center;
	margin: 1px;
   }
.cssbutton:hover {
	background-position: 0 center;
	text-decoration: none;
	color: #fff;
	background-color: #ff9c00; /* Orange */
}
.cssbutton:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
}
a.cssbutton:link {
	color: #fff;
	text-decoration: none; 
	border-bottom: none;
}
a.cssbutton:hover {
	color: #fff;
	text-decoration: none; 
	border-bottom: none;
}
a.cssbutton:visited {
	color: #fff;
	text-decoration: none; 
	border-bottom: none;
}

/***********************************************/
/* Table Style */

#ProgListTable th {
	font-size:13px;
	font-weight:normal;
	background:#213E75;
	border-top:4px solid #3E4A54;
	border-bottom:1px solid #fff;
	color:#FFFFFF;
	padding:8px;
}
#ProgListTable td {
	background:#CCCCCC;
	border-bottom:1px solid #fff;
	color:#000000;
	border-top:1px solid transparent;
	padding:5px;
	vertical-align:top;
}
#ProgListTable tr:hover td {
	background:#d0dafd;
	color:#339;
}

/***********************************************/
/* Search Table Style */

#SearchTableHead td {
	background-color: #213e75;
	color:#FFFFFF;
}
#SearchTableHead a:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#SearchTableHead a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
#SearchTableHead a:hover {
	color: #FFFFff;
	background-color: #0D6CAA;
	text-decoration: none;
}

#SearchTable td {
	color:#000000;
	background-color: #aaaaaa;
	color:#000000;
}
#SearchTable a:hover {
	color: #FFFFff;
	background-color: #0D6CAA;
	text-decoration: none;
}
#SearchTable dl {
	color:#000000;
}
#SearchTable dt {
	color:#333333;
}
#SearchMatchSummary {
	color: #0033CC;
}

