﻿body 
{ 
    background: url(imgs/bg_body.gif); 
    background-position:center; 
    background-color:#d8d8d8; 
    margin-top:0; 
    margin-bottom:0; 
    height:100%; 
    padding:0;
    
}

LI {

   list-style: none;

}

/* header */
.header 
{
	background: url(imgs/ssf.jpg) no-repeat;
    background-color:#7192ab;
	height: 100px;
	margin: 0 auto; 
	margin-top:0; 
	width: 832px; 
	padding:0;
}



/* navigation menu */
.nav
{
     font-family:Verdana;
     font-size:12px; 
     color:#000; 
     text-align:center;
     direction:ltr;
}



/* main */
.main 
{
    width: 831px;
    margin: 0 auto;  
}

/* footer */
.footer 
{
    width: 831px; 
    height:31px;
    margin:0 auto;  
    margin-bottom:0 auto;
}

/* Text */
.text
{
     font-family:Verdana;
     font-size:small;
     
    }
    
.texterror
{
     font-family:Verdana;
     font-size:small; 
     font-weight:bold; 
     color:Red;
     
    }
    
.textmsg
{
     font-family:Verdana;
     font-size:small; 
     font-weight:bold; 
     color:Navy;
     
    }

.tbox
{
    font-family:Verdana;
    font-size:12px;
    height:15px;
    border:1px solid #BEBEBE;
    }
    
.tboxmulti
{
    font-family:Verdana;
    font-size:12px;
    border:1px solid #BEBEBE;
    }
    
.button
{
    background-color:#7192ab;
    font-family:Verdana;
    font-size:10px; 
    text-align:center; 
    color:#e7e8e9; 
    height:19px; 
     
    }
    
.drop
{
    background-color:#e7e8e9;
    font-family:Verdana;
    font-size:14px; 
    text-align:left; 
    color:#000000; 
    height:21px; 
     
    }
    
.gvrow
{
    padding-left:20px; }    
/*Textbox Watermark*/


.watermarked {
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	height:15px; 
	font-size:10px; 
	font-family:Verdana;
}	

/*Reorder List*/
.dragHandle {
	width:10px;
	height:12px;
	background-color:#7192ab;
	background-image:url(images/bg-menu-main.png);
	cursor:move;
	border:outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#7192ab;	
	color:Black;
}


.reorderListDemo li {
	list-style:none;
	margin:2px;
	background-image:url(images/bg_nav.gif);
	background-repeat:repeat-x;
	color:#FFF;
}

.reorderListDemo li a {color:#FFF !important; font-weight:bold;}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:15px;
}

.itemArea {
	margin-left:15px;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
}
