/*global styles*/
body,table,td,div,span { margin: 0; }

body,td { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1,h2,h3 {
font-family: Arial, Helvetica, sans-serif;
}

body { background-image: url('../images/gradient.jpg'); background-repeat: repeat-x; background-color: #5b60a9; }

body,td { font-size: 13px; }
td { vertical-align: top; }
a img { border: 0; }

h1,h2,h3 { margin-bottom: 0; }
h1 { color: #474670; font-size: 17px; margin-top: 0px; }
h2 { font-size: 13px; color: #0d72b9; }
p { margin-top: 3px; }
ul { list-style-type: circle; }

td.leftgrad { 
	background-image: url('../images/left-graphic.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
td.rightgrad {
	background-image: url('../images/right_browser.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

td.middlepanel { width: 710px; height: 600px; }
td.middlepanel, td.middlepanel td { 
  font-size: 11px; 
  line-height: 15px; 
  color: #8b9298; 
  background-color: #ffffff;
}
td.middlepanel a { color: #0071bc; text-decoration: none; }
td.middlepanel a:hover { text-decoration: underline; }

div.padding{ padding: 10px 40px 10px 10px; }

/* Menu css */
#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 25px;
padding-left: 0;
float: left;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #000000;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(media/menudivide.gif) top right repeat-y;
font-family: Arial;
text-transform: uppercase;
line-height: 20px;
font-size: 10px;
}

#underlinemenu ul li a:hover{
color: gray;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

/* sub menu styles */
td.subnav { 
  width: 120px;
  padding-top: 38px; 
}

td.subnav a {
  display: block;
  margin-left: 5px;
  line-height: 18px;
  color: #959ba0;
  text-decoration: none;
  border-bottom: 1px solid #DFDFDF;
  width: 100px;
}

td.subnav a:hover {
  color: #ff0000;
  text-decoration: none;
}
