﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;	
}

/*Wrapper*/
#wrapper
{
	width: 824px;		
	margin: Auto;	
}
/*Header layout*/
#header
{	
}
/*Content*/
#content
{
    float: left;
	background: url(../images/bgcenter_center.jpg); 
	width: 824px;
}
#content-wrapper_1
{
    position: absolute; 
    z-index: 1; 
    height: 29px; 
    width: 824px; 
    background-image: url(../images/bgcenter_top.jpg); 
    background-repeat: repeat-x; 
    background-position: top
}
#content-wrapper_2
{
    position: relative; 
    width: 824px; 
    height: 500px; 
    z-index: 2; 
    background: url(../images/bgcenter_bottom.jpg) no-repeat; 
    background-position: bottom
}
/*Tabmenu layout*/
#tabmenu
{
	float:right;
	width: 100%;
}
/*Footer layout*/
#footer
{			
	float:left;
}
/*Main content*/
.maincontent
{
	border: solid 1px #000; 
	float: left; 
	width: 150px; 
	z-index: 2;
}
/*Left sidebar*/
.divLeft
{
	border: solid 1px #000; 
	float: left; 
	z-index: 2; 
	padding-left: 69px; 
	padding-top: 2px
}
/*ul, li style*/
ul 
{
	position: relative;
	width: 100%;
	float: left;	
	line-height:normal;
	list-style-type:none ;
	display: inline ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul li
{		
	display:inline;
	float: left;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.catename
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    }
.catename: link
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    }
.catename: hover
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    }
.catename: visited
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    }
    
.submenu
{
    font-size: 10px;
    font-weight: bolder;
    text-decoration: none;
    color: #0f7a70;
    }
.submenu: link
{
    font-size: 10px;
    font-weight: bolder;
    text-decoration: none;
    color: #0f7a70;
    }
.submenu: hover
{
    font-size: 10px;
    font-weight: bolder;
    text-decoration: none;
    color: #0f7a70;
    }
.submenu: visited
{
    font-size: 10px;
    font-weight: bolder;
    text-decoration: none;
    color: #0f7a70;
    }
    
.textstyle1
{
    font-size: 9px;
    color: #FFFFFF;
    }
.textstyle1:link
{
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
    }
.textstyle1:hover
{
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
    }
.textstyle1:visited
{
    font-size: 9px;
    color: #FFFFFF;
    text-decoration: none;
    }
.textstyle2
{
    font-size: 14px;
    color: #003382;
    font-weight: bold;
    }
.textstyle2:link
{
    font-size: 14px;
    color: #003382;
    text-decoration: none;
    font-weight: bold;
    }
.textstyle2:hover
{
    font-size: 14px;
    color: #003382;
    text-decoration: none;
    font-weight: bold;
    }
.textstyle2:visited
{
    font-size: 14px;
    color: #003382;
    text-decoration: none;
    font-weight: bold;
    }
    
.textstyle3
{
    font-size: 11px;
    color: #0ea6ff;
    font-weight: bold;
    }
.textstyle3:link
{
    font-size: 11px;
    color: #0ea6ff;
    text-decoration: none;
    font-weight: bold;
    }
.textstyle3:hover
{
    font-size: 11px;
    color: #0ea6ff;
    text-decoration: none;
    font-weight: bold;
    }
.textstyle3:visited
{
    font-size: 11px;
    color: #0ea6ff;
    text-decoration: none;
    font-weight: bold;
    }
    
.imagealign
{
    margin-left: 20px;
    margin-bottom: 5px;
    }
    
.other
{
	font-size: 11px;
	font-weight: bold;
	color: #000111;
	text-decoration: none;
}  
.textstyle4
{
    font-size: 11px;
    color: #003382;
    font-weight: bold;
    }
.textstyle4:link
{
    font-size: 11px;
    color: #003382;
    text-decoration: none;
    font-weight: bold;
    }
.textstyle4:hover
{
    font-size: 11px;
    color: #003382;
    text-decoration: none;
    font-weight: bold;
    }
.textstyle4:visited
{
    font-size: 11px;
    color: #003382;
    text-decoration: none;
    font-weight: bold;
    }
    
/*Form Style*/
.inputborder
{
    border: 1px solid #ccc;
    background: url(../images/shadow_top.gif) repeat-x top;
	padding:2px;
	background-color: #FFF;
}
.inputborder:focus
{
    background: url(../images/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
	background-color: #FFF;
}
.focus
{
    background: url(../images/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}
input:focus
{
    background: url(../images/shadow_top.gif) repeat-x top;
	border:#999 1px solid;
}

.button
{
    display:inline-block;
    cursor:pointer;
    color: #0B55C4;
    font-weight:bold;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:5px;
    padding-right:5px;
    background-color:#ececec;
    background: url(../images/btbg.png) repeat-x;
    border:1px solid;
    border-bottom-color: #666;
    border-right-color: #666;
    border-left-color: #aaa;
    border-top-color: #aaa;
}

.button:hover
{
    color: #000000;
    border:1px solid;
    border-bottom-color: #aaa;
    border-right-color: #aaa;
    border-left-color: #666;
    border-top-color: #666;
}
.error
{
	color: red; 	
}


#container 
{
	width: 550px;overflow-y: auto; overflow-x: hidden;word-wrap: break-word;
}

#divmenuheader
{
    float: left;
    }
    
.imagealign
{
	margin-right: 10px;
	}
	
 .paging
{
	font-size: 12px;
	color:  #000000;
    padding-left:3px;
    padding-right:3px;   
    font-weight: bold;
    text-decoration: none;
}

.paging:link
{
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;	
	text-decoration: none;
}
.paging:visited
{
	font-size: 12px;
	color:  #cc0000;
	font-weight: bold;	
	text-decoration: none;
}
.paging:hover
{
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
}
