a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }
a:active { text-decoration: none }

body 
{
    margin: 0;
    background: white url(../images/bg.gif) repeat-y fixed;
    font-family: Verdana,Arial;
    font-size : 12px;
}

img {
    margin: 0px;
    padding: 0px;
}

table {
	margin: 3px;
	padding: 5px;
	border: 1px black solid;
	background: #e0e0e0;
}

.spaced li {
    margin-bottom: 16px;
}

.tbl_login 
{
    float: left;
    clear: left;
    width: 128px;
    margin: 5px;
}

.tbl_login label 
{
    float: left;
    font-family: @Arial Unicode MS;
    font-size: 10px;
    color: navy;
}

.tbl_login tr td a 
{
    float: left;
    margin: 0px 3px;
    color: Blue;
    font-size: 11px;
}

.bodytext p
{
    text-align: justify;
    padding: 5px 8px;
}

.navbar 
{
    position: absolute;
    top: 110px;
    left: 0px;
    width: 160px;
}

.navbar ul 
{
    float: left;
    clear: both;
    font-family: Arial Narrow;
    font-size: 12px;
    margin: 0px;
    margin-top: 2px;
    padding: 0px;
    list-style-type: none;
}

.navbar ul *
{
    margin: 0px;
    padding: 0px;
    border: none;
}


.navbar a 
{
    margin: 0px;
    padding: 0px;
    color: White;
    letter-spacing: 0.08em;
}

.navitem
{
    height: 32px;
    width: 160px;
    float: left;
    clear: left;
    margin: 0px;
    padding: 0px;
    position:relative;
}

.navitem img 
{
    position:absolute;
    top:16px; /* half the height of the containing element */
    margin-top:-16px; /* half the height of the element you are aligning */
    height: 32px;
    width: 160px;
    border: none;
}

.navitem p 
{
    font-family: Arial Narrow;
    font-size: 12px;
    position:absolute;
    top:16px; /* half the height of the containing element */
    margin-top:-8px; /* half the height of the element you are aligning */
}

.top_ads
{
    position: absolute;
    top: 18px;
    left: 425px;
}

.right_ads
{
    position: absolute;
    top: 150px;
    left: 780px;
}

.bodycontent 
{
    position: absolute;
    top: 110px;
    left: 200px;
    width: 550px;
    overflow:visible;
}

.bodycontent p 
{
    margin: 5px;
}

.style1 {
	margin: 3px;
	padding: 5px;
	border: 1px black solid;
	background: #e0e0e0;
}

.head1 {
    color: Navy;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .15em;
}

.head2 
{
    float: none;
    color: white;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 3px;
    margin: 10px;
    margin-bottom: 3;
    margin-top: 5px;
    text-indent: 5px;
}

#subscription_info
{
    margin: 5px;
    padding: 5px;
    overflow: visible;
}

#login_info
{
    margin: 5px;
    padding: 5px;
    overflow: visible;
}

#alerts
{
    margin: 5px;
    padding: 5px;
    overflow: visible;
}

#tos
{
    margin: 5px;
    padding: 5px;
    overflow: visible;
}

#emailchange
{
    margin: 5px;
    padding: 5px;
    overflow: visible;
}

.sublink 
{
    font-size: 10px;
}

.sublink a {
    letter-spacing: .05em;
}

.bluish 
{
    font-family: Verdana;
    color: #0a52a2;
    font-size: 10pt;
}

.bodycontent #heading {
    overflow: visible;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    width: 100%;
}

.bodycontent #cp_nav {
    overflow: visible;
    margin: 5px;
    margin-top: 0px;
    padding-bottom: 2px;
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    background: transparent;
    float: left;
    clear: both;
    width: 100%;
}

.bodycontent #cp_nav .cpitem *
{
    border: 1px solid black;
    background: #646464;
   height: 100%;
   padding: 3px;
   margin: 1px;
   color: white;
   float: left;
   clear: none;
   font-size: 10px;
   font-weight: bold;
   line-height: normal;
   top: 0px;
   left: 0px;
   text-decoration: none;
}

.bodycontent #cp_nav .cpitem p
{
    color: #bbb;
    background: #888;
}

.bodycontent #cp_nav .cpitem a:hover
{
   background: #cc6666;
}

.bodycontent hr 
{
    width: 100%;
    height: 0px auto;
    border: 1px solid #ccc;
    margin: 0px;
    padding: 0px;
}

.bodycontent table 
{
    font-size: 11px;
    border: none;
    background: transparent;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.bodycontent * 
{
    margin: 0;
    padding: 0;
}

.bodycontent table * 
{
    margin: 1px;
    padding: 2px;
    background: #ddd;
}

.bodycontent table tr th 
{
    background: #ccc;
}

.bodycontent table tr .complete 
{
    background: #bbeebb;
}

.bodycontent table tr .incomplete 
{
    background: #ffc0bb;
}

.bodycontent table .selected td 
{
    background: #ff6666;
    color: Black;
}

.bodycontent table .selected input 
{
    background: #ff6666;
    color: Black;
}

.bodycontent .item_edit 
{
    margin: 1px;
    padding: 3px;
    overflow: visible;
    background: #ccc;
    width: auto;
    height: auto;
    float: none;
    position: relative;
}

.bodycontent .item_edit a
{
    float: none;
    clear: none;
    margin: 0px;
    padding: 0px 5px;
    color: White;
    font-size: 12px;
    font-weight: bold;
}

.bodycontent .item_edit a:hover
{
    background: #cc6666;
    text-decoration: none;
}

.bodycontent .item_edit .itemfield 
{
    float: none;
    width: 350px;
    margin: 2px;
    padding: 2px 6px;
    text-align: right;
    background: #ddd;
}

.bodycontent .item_edit .itemfield *
{
    width: 120px;
    text-align: left;
}

.bodycontent .item_edit .itemfield .radiolist
{
    text-align: left;
    margin: 2px;
}

.bodycontent .item_edit .itemfield .radiolist *
{
    margin: 1px;
    width: 24px;
    text-align: right;
    clear: none;
}

.bodycontent .item_edit .itemfieldtext
{
    width: 150px;
    text-align: right;
    margin-right: 10px;
}

.bodycontent .item_edit .itemfieldlabel
{
    float: none;
    width: 350px;
    margin: 2px;
    padding: 2px 6px;
    text-align: left;
    background: #ddd;
}

.bodycontent .item_edit .itemfieldlabel a  
{
    float: none;
    clear: none;
    margin: 0px;
    padding: 0px;
    color: Blue;
    font-size: 12px;
    font-weight:normal;
}

.bodycontent .item_edit .itemfieldlabel a:hover 
{
    background: transparent;
    text-decoration: underline;
}

.bodycontent .darkbg
{
    float: none;
    width: auto;
    background: #646464;
    margin: 0px;
    padding: 0px;
}

.bodycontent ul
{
    margin: 5px;
    margin-left: 20px;
    padding: 0px;
}

.bodycontent .item_edit .itemfieldbuttons
{
    clear: both;
    text-align: right;
    width: 300px;
}

.bodycontent .item_edit .itemfieldbuttons *
{
    text-align: right;
    clear: none;
}

.bodycontent #container {
    overflow: visible;
    margin: 5px;
    border: 1px solid #CCCCCC;
    background: #fafafa;
    position: relative;
    padding-bottom: 0px;
    float: left;
    clear: both;
    width: 100%;
}

.bodycontent #footer 
{
	padding-top: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 5px 5px 5px;
	text-align: left;
	overflow: visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
    clear: both;
    width: 100%;
}

.date_select
{
    margin-top:
    8px; float: left;
}

.date_select a
{
    background: transparent;
}

#searchbarbox
{
    margin: 3px;
	border: 1px black solid;
	background: #e0e0e0;
    float: left;
    clear: none;
    width: 128px;
    text-align: right;
    padding-bottom: 3px;
}

#searchbarbox *
{
    margin: 3px 4px;
    width: 90%;
}

#searchbarbox label 
{
    margin-left: 6px;
    text-align: left;
    float: left;
    font-family: @Arial Unicode MS;
    font-size: 10px;
    color: navy;
}

#searchbarbox a
{
    font-family: Arial Narrow;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-align: right;
    margin: 8px;
    margin-top: 0;
    color: Blue;
}

.searchresult
{
    float: right;
    clear: both;
    width: 450px;
    border-bottom: 1px solid #CCC;
    margin: 2px;
    margin-bottom: 6px;
    padding: 3px 10px;
    background: #EEE;
}

#searchbox
{
    float: left;
    clear: both;
    margin: 20px;
    margin-bottom: 0;
    padding: 4px;
    background: #ddd;
    width: 480px;
    text-align: right;
}

#searchresults
{
    float: left;
    clear: both;
    margin: 20px;
    margin-top: 0;
    padding: 4px;
    border: 1px solid #CCCCCC;
    background: #fafafa;
    width: 480px;
}