body {
background-color : #ffffff;
margin: 0;
padding : 0 ;
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size : 11px ;
color : #333333;
}

#frame {
width:800px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:left;
}

#contentleft {
width:175px;
padding:0px;
float:left;
background:#fff;
}

#contentcenter {
width:625px;
padding:0px;
float:left;
background:#eee;
}

#contentright {
width:175px;
padding:0px;
float:left;
background:#fff;
}
td {
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size : 11px ;
color : #333333 ;
}

.rowheader {
border-top-width: 0px;
border-right-width: 0;
border-bottom-width: 1px;
border-left-width: 0;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #96B03C;
background-color: #99CC00;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

p {
font-size : 11px ;
margin-top:0.5em;
margin-bottom:0.5em;
}

a {text-decoration : none ;}
a:link { color : #78A000 ;}
a:visited {color : #78A000 ;}
a:active {color : #003333 ;}
a:hover {color : #003333;
}

h1, h2, h3, h4, h5, h6 {
margin-top:0.5em;
margin-bottom:0.5em;
}

h1 {
font-size : 21px ;
font-weight : bold ;
}
h2 {
font-size : 18px ;
font-weight : bold ;
}
h3 {
font-size : 14px ;
font-weight : bold ;
}
h4 {
font-size : 13px ;
font-weight : bold ;
}
h5 {
font-size : 12px ;
font-weight : bold ;
}
h6 {
font-size : 11px ;
font-weight : bold ;
}

input, select, textarea {
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size:9px;
color : #003333;
border:1px solid #99CC01;
background-color : #ffffff;
padding:2px;
}

input, textarea {
padding:2px;
}

input.highlight, select.highlight, submit.highlight, textarea.highlight, radio.highlight, checkbox.highlight  {
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size:12px;
color : #003333;
border:1px solid #99CC01;
background-color : #ffffff;
padding:2px;
}

.form_font {
font-family : Verdana, Arial, Helvetica, sans-serif ;
font-size:12px;
color : #003333;
}

.neg {color:#FFFFFF;}
.neg h1, .neg h2, .neg h3, .neg h4, .neg h5, .neg h6, .neg p {color:#FFFFFF;}
.neg a:link { color : #BFFF00 ;}
.neg a:visited { color : #BFFF00 ;}
.neg a:active { color : #FFFFFF ;}
.neg a:hover { color : #FFFFFF ;}


.errorMessage {
font-size : 13px;
font-weight : bold;
color: #FF0000;
}
/* LAYOUT
---------------------------------------*/

#page {
width:960px;
margin:8px auto;
}
#pageWide {
width:100%;
}
#top {
width:100%;
height:96px;
background:#fff url(/images/share/top_bg.jpg) top right no-repeat;
background:#fff
margin:0;
padding:0;
	 }
div.headerWrapper {
margin:0;
padding: 0 ;
}
div.header {
height:96px;
background-image: url(/images/share/dwa_logo.gif);
background-position: top left ;
background-repeat:no-repeat;
margin:0 0 0 0px;
padding: 0 ;
}
div.header h1, div.header h2 {
display:none;
}
div.header h3 {
display:block;
float:right;
text-align:right;
font-size:24px;
color:#99cc00;
margin:32px 24px 0 0 ;
}
div.header h3 span {
color:#005447;
font-weight:normal;
}
div.headerSearch {
float:right;
width:256px;
margin:30px 16px 0 0;
text-align:right;
}


/* NAV */

/*
div.menuWrapper {
height:32px;
background:#fff url(/images/share/nav_bg.gif) top left no-repeat;
margin:1px 0 0 0;
padding: 0 0  0 0 ;
}
div.menu {
height:32px;
background:#fff url(/images/share/nav_bg.gif) top right no-repeat;
margin:0 0 0 8px;
padding:10px;
}
*/

div.menu {
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    background: #669240;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #96b03d, #669240);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#96b03d), to(#669240));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#96b03d', EndColorStr='#669240', GradientType=0);
    height:32px;
    margin:0 0 0 8px;
    padding:0 0 0 10px;
    line-height:3em;
    border:0px solid #D1D1D1;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	border-radius: 4px; 
	-khtml-border-radius: 4px;
}


div.menu a {
font-size : 14px; 
font-weight:normal;
padding:0 0 0 20px; 

}

div.menu a:link, div.menu a:visited { 
color : #fff ;
}
div.menu a:hover, div.menu a:active { 
color : #003333 ;
}

div.menu a span {
}

/* LEFT NAV */
	
.leftNavWrapper {
}
.leftNav {
	font-size : 12px ; 
	margin:0;
	padding:0;
	}
.leftNav ul    {
	margin:16px 0;
	padding:0 0 8px 0;
	list-style:none;
	border-bottom:1px solid #78A000;
}
.leftNav ul li   {
	margin:0;
	padding:0;
	list-style:none;
	font-size : 13px ; 
	font-weight:bold;
}
.leftNav ul li ul  {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:none;
}
.leftNav ul li ul li {
	margin:4px 0 4px 12px;
	padding:0;
	list-style:none;
	font-size : 12px ; 
	font-weight:normal;
}

/* OLD LEFT NAV */

.leftnavtitle {
	font-size : 12px ; 
	background-image:url(/images/share/nav_background.gif);
	background-repeat:repeat-x;
	padding:6px 8px 6px 8px;
	color:#FFFFFF;
	}
.leftnavlink {
	background-color:#F3F9DE;
	padding:2px 8px 2px 8px;
	}



/* CONTENT */

#contentstroke {
	border:1px solid #D1D1D1;
	padding:10px;
	-webkit-border-radius: 12px; 
	-moz-border-radius: 12px; 
	-ms-border-radius: 12px; 
	border-radius: 12px; 
	-khtml-border-radius: 12px;
}

.blockborder {
	border:1px solid #D1D1D1;
	padding:10px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	-ms-border-radius: 4px; 
	border-radius: 4px; 
	-khtml-border-radius: 4px;
}

.blockbordertitle {
	border:1px solid #BEBEBE;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: #F5F5F5;
}

#homeheader {
padding:8px 16px;
}

#homeheadertext {
color: #FFFFFF;
}

#homeheadertext h1 {
font-size:24px;
font-weight:normal;
margin:0 0 8px 0;
}


#contentheader {
background-color:#999999;
padding:0px;
background-image:url(/img/content_background.gif);
background-position:right;
background-repeat:no-repeat;
}
#contentheadertext {
padding:16px;
color: #FFFFFF;
}
#contentheadertext h1 {
font-size:24px;
font-weight:normal;
margin:0 0 8px 0;
}


#productheader {

}
#productheadertext {
color: #5C7B00;
border-bottom:2px solid #5C7B00 ;
}
#productheadertext h1 {
font-size:24px;
font-weight:normal;
margin:0 0 8px 0;
}


#serviceheader {
background-color:#99CC00;
background-image:url(/img/services_backround.gif);
background-position:right;
background-repeat:no-repeat;
}
#serviceheadertext {
color: #FFFFFF;
padding:16px;
}
#serviceheadertext h1 {
font-size:24px;
font-weight:normal;
margin:0 0 8px 0;
}


.contentsep {
background-color:#D1D1D1;}
.contentblock {
background-color:#FFFFFF;
border:1px solid #D1D1D1;
padding:8px;
}
.contentblock2 {
border:1px solid #D1D1D1;
padding:8px;
}
.mail_graph_box {
border-top: 1px Solid #000000;
border-bottom: 1px Solid #000000;
border-left: 1px Solid #000000;
border-right: 1px Solid #000000;
height: 15px;
}
.mail_graph_bar {
background-color: #D1D1D1;
}
/* FOOTER */
#footer {color:#FFFFFF; }
#footer a {}
#footer a:link { color : #FFFFFF ;}
#footer a:visited { color : #FFFFFF ;}
#footer a:active { color : #003333 ;}
#footer a:hover { color : #003333 ;}
#footer1 {background-color:#FFFFFF;}
#footer2 {background-color:#99CC00;}

.popup
{
COLOR: #9F141A;
CURSOR: help;
TEXT-DECORATION: none;
}

.jslink{
        cursor: pointer;
        text-decoration: none;
        color:#336699;
}

div.main_div{padding:25px;/*margin:auto;width:600px;*/
border:outset gray 1px;-webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; border-radius: 12px; -khtml-border-radius: 12px;
}

.gradientV{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
    /* fallback (Opera) */
    background: #008800;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #00FF00, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, left bottom, from(#00FF00), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#00FF00', EndColorStr='#000000', GradientType=0);
  }
  
  .gradientH{
/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
 
    /* fallback (Opera) */
    background: #008800;
    /* Mozilla: */
    background: -moz-linear-gradient(left, #00FF00, #000000);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear,
                left top, right top, from(#00FF00), to(#000000));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(
                StartColorStr='#00FF00', EndColorStr='#000000', GradientType=1);
  }
  
  
  
.sortable table {
	border-collapse: collapse;
	table-layout: fixed;
}

.sortable td, th {
	padding: 0.5em;
	border: 1px solid #CCC;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #888888;
	background-image: url(/jstools/tablekit1.2.2/css/up.gif);
}
.sortdesc {
	background-color: #888888;
	background-image: url(/jstools/tablekit1.2.2/css/down.gif);
}
.nosort {
	cursor: default;
}


tr.rowodd {
	background-color: #FFF;
}

tr.roweven {
	background-color: #EEEEEE;
}

input:focus, textarea:focus, select:focus, checkbox:focus, radio:focus{background-color: #FFFFCC;}