@import url("css/menu.css");

/* CSS Document */

/*-------- Default Style --------*/
body 
{
  margin: 0px;
  padding: 0px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.larger
{
    font-size:14px;
    font-weight:bold;
}

UL LI
{
	list-style-type:disc;
}

UL LI LI
{
	list-style-type: circle;
}

UL LI LI LI
{
	list-style-type: square;
}

h4
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#BC576D;
    font-size:13px;
    font-weight:bold;
}

A:link, A:visited, A:active
{
	text-decoration: underline;
	color: #708272;
	
}

A:hover
{
	text-decoration: none;
	color: #B5C7B7;
}

/*-------- Module Styles --------*/
.Normal
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#BC576D;
    font-size:9pt;
}

/* ODS FORM */
.FormLabel
{
    text-align:right; 
    font-weight:bold;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#BC576D;
    font-size:12px;
}

.FormLabelCell
{
    padding-top:20px;
    text-align:right;
    vertical-align:top;
    width:35%;
    
}
.FormSubmit 
{
    float:right;
    clear:both;
    margin-right:260px;
}
.FormTextArea
{
    width:95%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt; 
}
.FormTextBox{width:95%;}
.FormTable{width:90%;}

.FormControlCell{padding-top:20px;}

/*-------- design style --------*/
.container_div
{
    width: 983px;
    border: solid 1px #BD576D;
    background-image: url(images/bg_tile.png);
    background-repeat: repeat-y;
    margin:0px;
    padding: 0px;
}

.div_top
{
    width: 983px;
    height: 173px;
    background-image: url(images/bg_top.png);
    background-repeat: no-repeat;
    margin: 0px;
    padding:0px;
}

.div_lhs
{
    width: 270px;
    background-image: url(images/bg_lhs.png);
    background-repeat: no-repeat;
    float: left;
    padding: 0px;
}

.lhs_spacer
{
    height: 337px;
}

.div_rhs
{
    width:32px;
    height:332px;
    background-image: url(images/bg_rhs.png);
    background-repeat: no-repeat;
    float:left;
    padding: 0px;
}

.div_bottom
{
    background-color:#D3DDD4;
    width: 983px;
    clear: left;
    padding: 0px;
}

.content_div
{
    width:681px;
    background-color:White;
    float: left;
    padding: 0px;
}

.nav_div
{   
    width:100%;
    margin-left:270px;   
}

.nav_div_spacer
{
    height:121px;
    width:100%;
}


/*--------- pane style ----------*/
.LeftPane
{
    width:100%;
    padding: 5px;
}
.ContentPane
{
    padding:15px;
}
.TopPane, .RightPane, .BottomPane
{
    margin:0px;
    padding:0px;
}

/*-------------- Link Style --------------*/
.links_div 
{
    margin-left:250px;
}

.links,a.links:link,a.links:active,a.links:visited
{ 
    font-weight:bold; 
    color:#708272; 
    font-size:11px; 
    text-transform:lowercase;
    text-decoration:none;
}

a.links:hover{color:#506252;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited 
{ 
    color:#708272; 
    font-size:11px;
}

a.user:hover{color:#506252;}

/*-------------- Footer Style --------------*/
.copyright_div
{
    clear:both;
    text-align:center;
    margin-bottom:5px;
}

.login_div
{
    float:right;
    margin:5px;
}

.p_terms_div
{
    float:left;
    margin:5px;
}

.footer,a.footer:link,a.footer:active,a.footer:visited 
{ 
    color:#708272; 
    font-size:11px;
}

a.footer:hover{color:#506252;}

.footer_div
{
    padding:15px;
}
