body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

INPUT 
{
    height:20px;
    vertical-align:bottom;
    background-color: #eeeeee;
    color: gray;
    border: #7f9db9 1px solid;
    font-family: arial, verdana, ms sans serif;
    font-size: 10pt
}
.searchbox
{
    height:20px;
}
.Search 
{
    vertical-align:bottom;
}
.text_arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text_arial10:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text_arial10:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text_arial10:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text_arial10:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text_arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	font-weight: bold;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 5px;
}
.CurrentDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;    
}

.Login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.Login:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.Login:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.Login:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336633;
    text-decoration: underline;
}
.Login:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.main_image 
{
    background-image: url(images/main.jpg);
    background-repeat: no-repeat;
    width:749px;
    height:211px;
}
/* RAD Panel Bar Styles */
.HeaderCollapsedCssClass 
{
    margin-top:5px;
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_heading_off.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:39px;
	color: #000000;
	padding-left:16px;
	font-weight:normal;
	padding-bottom : 5px;
	width : 150px;
}
.HeaderDisabledCssClass 
{
    margin-top:5px;
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_heading_off.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:39px;
	color: #000000;
	padding-left:16px;
	font-weight: normal;
    padding-bottom : 5px;
	width : 150px;
}
.HeaderHoverCollapsedCssClass 
{
    margin-top:5px;
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_heading.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:39px;
	color: #000000;
	padding-left:16px;
	font-weight: bold;
	padding-bottom : 5px;
	width : 150px;
}
.HeaderHoverExpandedCssClass 
{
    margin-top:5px;
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_heading.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:39px;
	color: #000000;
	padding-left:16px;
	font-weight: bold;
	padding-bottom : 5px;
	width : 150px;
}
.HeaderSelectedCssClass 
{
    margin-top:5px;
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_heading.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:39px;
	color: #000000;
	padding-left:16px;
	font-weight: bold;
	padding-bottom : 5px;
	width : 150px;
}

.HeaderExpandedCssClass 
{
    margin-top:5px;
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_heading_off.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:39px;
	color: #000000;
	padding-left:16px;
	font-weight: bold;
	padding-bottom : 5px;
	width : 150px;
}
    /* Sub Items */

.ItemCollapsedCssClass
{
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_sub.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left:23px;
	width : 145px; 
	margin-bottom:3px;   
}
.ItemDisabledCssClass
{
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_sub.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left:23px;
	width : 145px;  
	margin-bottom:3px;   
}
.ItemExpandedCssClass
{
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_sub.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left:23px;
	width : 145px; 
	font-weight: bold; 
	margin-bottom:3px;    
}
.ItemHoverCollapsedCssClass
{
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_sub.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left:23px;
	width : 145px;   
	font-weight: bold; 
	margin-bottom:3px; 
}
.ItemHoverExpandedCssClass
{
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_sub.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left:23px;
	width : 145px;  
	font-weight: bold; 
	margin-bottom:3px;  
}
.ItemSelectedCssClass
{
    cursor:pointer;cursor:hand;
    background-image: url(images/nav_sub.gif);
    background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left:23px;
	width : 145px;   
	font-weight: bold; 
	margin-bottom:3px; 
}


.radbarbackground 
{
    background-image:url(images/secun_tb_bg.gif);
}

/* END RAD Panel Bar Styles */


.fadeleft
{
    width:8px;
    background-image: url(images/fade_left.gif);
}
.faderight
{
    width:8px;
    background-image: url(images/fade_right.gif);
}
.fade_top_left
{
    width:8px;
    height:8px;
    background-image: url(images/fade_top_left.gif);    
}
.fade_top_right
{
    width:8px;
    height:8px;
    background-image: url(images/fade_top_right.gif);    
}
.fade_top
{
    height:8px;
    background-image: url(images/fade_top.gif); 
}
.fade_bottom_left
{
    height:52px;
    background-image: url(images/fade_bottom_left.gif); 
}
.fade_bottom_right
{
    height:52px;
    background-image: url(images/fade_bottom_right.gif); 
}

