body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #333333;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
}

a:link, a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:hover {
	color: #FF6347;
	text-decoration: none;
}

img {
	border: 0;
}

.title-sub-top {
	font-weight: bold;
    color: #0099ff;
	font-size: 11px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-family: Tahoma, Arial, Sans-serif;
	text-align: left;
}

.title-sub-text {
	color: #333333;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
}

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #fafafa;
color: 61a6e0;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #eef2f6;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid #eef2f6;
background-color: #fafafa;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

#bookmark {
width : 444px;
display : inline-block !important;
height : 20px;
padding : 1px;
background : #ffffff;
border : 1px solid #fefefe;
white-space : nowrap; /* stops Opera wrapping the text */ 
}
#bookmark ul {
width : 444px;
margin:0;	
padding:0;
list-style-type: none;
}
#bookmark ul li {
width: 20px;
float: left;
display : inline-block !important;
list-style-type: none;
margin : 0 10px 10px 0;
}
.asholder {
position : relative;
}
.spacer {
font-size : 0;
line-height : 0;
clear : both;
}

/* --- New Header --- */
.wrapper {
  margin: 0px auto;
  width: 990px;
}

.welcome {
  height: 30px;
  color: #999;
  font-size: 11px;
  background: #fff url('/images/gradientbg.jpg') repeat-x;
  border-top: 1px #ded solid;
  border-left: 1px #ded solid;
  border-right: 1px #ded solid;  
  border-bottom: 1px #fff solid;  
}

.welcome-left {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

.welcome-menu {
  float: right;
  padding-right: 10px;
  padding-top: 10px;
}

.header {
  background: #fff;
  border-top: 1px #fff solid;
  border-left: 1px #ded solid;
  border-right: 1px #ded solid;  
  height: 80px;
}

.logo {
  height: 76px;
  width: 93px;
  float: left;
}

div.header_title {
  color: #876; 
  width: 333px;
  float: left;
  font-family: georgia;
  text-align: left; 
  font-size: 55px;
}
div.header_title a, div.header_title a:hover { 
  color: #999;
  text-decoration: none;
}

div.header_title a:link, div.header_title a:visited { 
  color: #999;
  text-decoration: none;
}

div.header_about { 
  color: #999; 
  line-height: 125%; 
  font-family: tahoma; 
  letter-spacing: 1px; 
  border-left: 1px dashed #999; 
  padding-left: 5px; 
  margin-left: 103px; 
  font-size: 11px; 
}

.header-search {
  float: left;
  margin-top: 27px;
}

form.margin {
  margin: 0px;
  padding: 0px;
}

input.head-search {
  font-size: 18px;
  color: #999;
  border: 1px #DEDEDE solid;
  height: 24px;
  width: 250px;
}

.head-search-button {
  position: relative;
  height: 24px;
  width: 24px;
  border: none;
  top: 6px !important;
  right: 30px;
}

.radio {
  background: url('/images/box_radio.gif') no-repeat;
  float: right;
  width: 224px;
  height: 52px;
  margin-top: 20px;
  padding: 7px;
}

.radio-title {
  font-size: 10px; 
  width: 100px;
  height: 2px;
  float: left;
  margin-left:215px;
  color: #FF6633;
}

/* --- Colorful --- */

.hl-1 {
  color: #99CC00;
}

.hl-2 {
  color: #999933;
}

.hl-3 {
  color: #FF3399;
}

.hl-4 {
  color: #FF6633;
}

.hl-5 {
  color: #990000;
}

.hl-6 {
  color: #0099FF;
}

.hl-7 {
  color: #999999;
}

/* --- Header Menu --- */

.menu-bar {
  background: #fff;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  border-top: 1px #fff solid;
  border-left: 1px #ded solid;
  border-right: 1px #ded solid;  
  border-bottom: 1px #fff solid;
}

.menu {
  text-align: left;
}

.menu ul {
  padding: 0px;
  margin: 0px;
}

.menu ul li {
  font-size: 13px;
  list-style-type: none;
  display: inline;
  padding-right: 5px;
}

.menu ul li a {
  color: #999999;
  text-decoration: none;
  border: 1px #fff solid;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

.menu ul li a:hover {
  color: #0099FF;
  background: #fdfdfd;
  border: 1px #dedede solid;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

.menu-current {
  color: #99CC00;
}

/* --- Spacers --- */

#spacer-2px {
  margin: 2px;
}

#spacer-5px {
  margin: 5px;
}

#spacer-10px {
  height: 10px;
}

#spacer-20px {
  height: 20px;
}

#spacer-30px {
  height: 30px;
}

/* --- Content --- */

.container {
  background: #fff url('/images/content_bg.gif') repeat-x;
  padding: 20px 10px 20px 10px;
  border-top: 1px #fff solid;
  border-left: 1px #DEDEDE solid;
  border-right: 1px #DEDEDE solid;  
  border-bottom: 1px #fff solid;  
}

/* --- Footer --- */

.footer {
  background: #fff url('/images/gradientbg.jpg') repeat-x;
  height: 48px;
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
}

/***** Tables *****/
.normalTable {
	border-width: 0px;
	font: 11px Arial;
    color: #999999;
}

/***** Normal Rows *****/
.normalRow {
	background-color: #fafafa;
}
.highRow {
	background-color: #fdfefd;
}

/***** Header Row *****/
.headerRow {
	height: 30px;
  	color: #999;
  	font-size: 11px;
  	background: #fff url('/images/gradientbg.jpg') repeat-x;
  	border-top: 1px #ded solid;
  	border-left: 1px #ded solid;
  	border-right: 1px #ded solid;  
  	border-bottom: 1px #fff solid;
}
.normalfonttablehead {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
