body
{
    background:#E5E5E5;
color:#000000;
font:100% Arial,Helvetica,sans-serif;
margin:0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding:0;
text-align:center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #content-area selector */
}
div.frame
{
    display: table;/*block*/
    padding: 0px;
    margin: 0 auto;    
    background-color:#ffffff;
    /*width: 100%;
    height: 100%;
	min-height:525px;*/    
	text-align:left;
	width: 990px;
}
.body-wrapper #content-area{
background:#FFFFFF;
margin:0 auto;/* the auto margins (in conjunction with a width) center the page */
text-align:left;
width:990px;
}
div.body-wrapper
{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
}

/* All about shadows*/
.body-wrapper #headerShadow {
	background: url(../images/drop_shadow3.gif) no-repeat left bottom;
	height: 15px;
	margin:0 auto;
	padding:0;
	width:998px;
}
.body-wrapper #drop-shadow{
background:url("../image/drop_shadow1.gif") repeat-y;
margin:0 auto;/* the auto margins (in conjunction with a width) center the page */
text-align:left;/* this overrides the text-align:center on the body element. */
width:998px;
}
.body-wrapper #footer-shadow{
background:url("../image/drop_shadow2.gif") #E5E5E5 no-repeat center top;
height:20px;
margin:0 auto;
padding:0;
position:relative;
width:998px;/* the auto margins (in conjunction with a width) center the page */
}
.body-wrapper #drop-shadow #content-area #udpParent
{
	padding: 0 5px 0 5px;
}




a:link{color: #000000;}
/*****************************************************************************
Header
*****************************************************************************/
div.header
{    
    /*clear: both;  */
    background-color: #ffffff;
    /*float: right;*/
    margin-top: 10px;
    padding: 3px 0 0 0;
    width: 100%;
    display: table;
    color: #363636;
    font-size: 12px;
    /*padding: 12px 5px 3px 10px;*/
    /*text-align: right;*/
    width: 100%;  
}
div.header a:link,
div.header a:visited,
div.header a:active,
div.header a:hover
{
    color: #000000;
    font-size: 12px;
    padding: 3px;
    text-decoration: underline;
}

div.headerleft
{
	float:left;
	display: table-cell;
	padding: 0 5px 3px;
}

div.headerright
{
	float:right;
	display: table-cell;
	vertical-align: top;
	padding: 5px 10px 3px 10px;
	text-align: right;
}

div.headertimestamp
{
	font-size: 14px;
	font-weight: bold;
}
/*****************************************************************************
Header Logo Block
*****************************************************************************/
table.header_block_table 
{    
	height: 60px;
	background-color: #ffffff;
	border-collapse: collapse;
	margin: 0px 0px 10px 5px;	
}
table.header_block_table td
{
	margin: 0px;			
}

/*****************************************************************************
Email Block
*****************************************************************************/
div.emailbody
{
	display: block;
	width: auto;
	border-style:solid;
	border-color: Black;
	border-width: 1px;
	padding: 5px 5px 5px 5 px;
}

/*****************************************************************************
Banner
*****************************************************************************/
div.banner
{
    clear: both;
    display: block;
    width: auto;
    height: 133px;
    padding: 0px;
    margin: 0px;
    background-image: url(../images/banner_tile.jpg);
    background-repeat: repeat-x;
}

/*****************************************************************************
FloatLeft
*****************************************************************************/
div.floatleft
{
    display: inline;
    float: left;
}
div.floatselect
{
    display: inline;
    margin: -3px 0px 0px 0px;
    float: left;
}

/*****************************************************************************
FloatRight
*****************************************************************************/
div.floatright
{
    display: inline;
    float: right;
    vertical-align:top;
}

div.floatselectright
{
    display: inline;
    margin: -3px 0px 0px 0px;
    float: right;
}

/*****************************************************************************
Login Box
*****************************************************************************/
div.loginbox
{
   padding-top: 40px;
   padding-left: 50px;
   line-height: 20px;  
   font-size: 12px;
   font-weight: bold;
   color: white;
}

div.loginbox a:link, div.loginbox a:visited, div.loginbox a:active, div.loginbox a:hover
{
    color: #15498A;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: white;
}

div.loginbox h1
{
   font-size: 45px;
   font-weight: normal;
   margin: 5px 0px 25px 0px; 
}

table.main_table 
{
	clear: both; 
	height: 369px;
	width: 100%;
    border-collapse: collapse;
}

table.main_table td {
     border-style: none;
     padding: 2px 0px 2px 0px;     
}


/*****************************************************************************
Main Nav
*****************************************************************************/

div.mainnav {
    clear: both;
    width: auto;    	    
    text-align: left;             
}
div.mainnav p 
{
    clear: both;
    width: auto; 
    margin: 0px 0px 0px 0px;    
    padding: 0px 0px 0px 10px;	    		 	
    height: 27px;        
}
div.mainnav p a {	  
    margin-right: 3px;   
    padding: 5px 15px 5px 15px; 
    border: 1px solid #CCCCCC;
    border-bottom: none;     
    font-size: 13px;    
    color: #565656;    
    font-weight: bold;
    background: #F9F9F9;      
    text-decoration: none;     
    line-height: 27px;    
}

div.mainnav p a.active 
{                   
    color: #ffffff; 
    background-image: url(../images/tab_current.jpg);
    background-repeat: repeat;     
}

/*****************************************************************************
Header Margin
*****************************************************************************/

div.header_margin
{
    clear: both;    
    height: 17px;
    background-image: url(../images/red_bar.gif);
    background-repeat: repeat;
    margin: 0 5px 0 5px;
}

div.header_margin a
{
	font-size: 10px;
	color: White;
	padding-left: 5px;
	padding-top: 2px;
}

/*****************************************************************************
Sub Nav
*****************************************************************************/
div.subnav
{
    clear: both;           
    margin: 0px;    
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 5px 0px;
    text-align:left;
    background-color: #E8E8E8;
}

div.subnav a:link,
div.subnav a:visited,
div.subnav a:active,
div.subnav a:hover
{
    display: inline;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;          
    text-align: center;
    padding: 8px;
    color: #565656;	
}

div.subnav strong
{
	color: #A80505;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
}

div.subnav a.active
{
	color: #A80505;
	text-decoration: none;
	font-weight: bold;
}

/*****************************************************************************
Search Area
*****************************************************************************/
div.searcharea
{
    display: table-cell; /*block*/
    float:right;
    width: 81%; /*auto*/
    padding: 0px 0px 10px 0px;
    /*vertical-align: top;*/
    border-left: 1px solid #C0C0C0;
}

/*****************************************************************************
Dashboard
*****************************************************************************/
div.dashboard
{
    display: table-cell; /*block*/
    float:left;
    width: 98%; /*auto*/
    padding: 0px 0px 10px 10px;    
    /*vertical-align: top;*/
}

/*****************************************************************************
Green BLock
*****************************************************************************/
div.greenblock
{
    background-color: #D4E2C1;
    display: block;
    /*width: auto;*/
    font-size: 12px;
    padding: 10px 0px 10px 5px;
}

div.greenblock a:link,
div.greenblock a:visited,
div.greenblock a:active,
div.greenblock a:hover
{
    font-size: 12px;
    text-decoration: underline;
    padding:4px;
    color: #000000;
}

/*****************************************************************************
Yellow BLock
*****************************************************************************/
div.yellowblock
{
    background-color: #FBF5D4;
    display: table;
    width: 100%;
    font-size: 12px;
    /*padding: 7px 0px 7px 12px;*/
    border-top: 1px solid #FFE7B9;
    border-bottom: 1px solid #FFE7B9;    
}

div.yellowblockleft
{
	float: left;
	padding: 5px 0px 5px 12px;
}

div.yellowblockright
{
	float: right;
	padding: 12px 12px 5px 0;
}

div.yellowblock a:link,
div.yellowblock a:visited,
div.yellowblock a:active,
div.yellowblock a:hover
{
    /*font-size: 12px;*/
    text-decoration: underline;
    padding:2px;
    color: #000000;
    font-weight: bold;
}

div.yellowblock a.active
{
	text-decoration: none;
	color: #FF0000;
}

/*****************************************************************************
Filter Block
*****************************************************************************/
div.filterblock
{
    /*background-color: #FBF5D4;*/
    display: table;
    width: 100%;
    font-size: 12px;
    /*padding: 7px 0px 7px 12px;
    border-top: 1px solid #FFE7B9;
    border-bottom: 1px solid #FFE7B9;    */
    /*border-bottom: 2px solid black;*/
}

div.filterblockleft
{
	padding: 7px 0px 7px 0;
}

div.filterblockright
{
	float: right;
	padding: 7px 7px 0px 12px;
}

div.filterblock a:link,
div.filterblock a:visited,
div.filterblock a:active,
div.filterblock a:hover
{
    font-size: 12px;
    text-decoration: underline;
    padding:3px;
    color: #000000;
    font-weight: bold;
}

div.filterblock a.active
{
	text-decoration: none;
	color: #FF0000;
}

/*****************************************************************************
White BLock
*****************************************************************************/
div.whiteblock
{
    background-color: #ffffff;
    display: block;
    width: auto;
    font-size: 12px;
    padding: 10px 0px 10px 12px;
}

div.whiteblock a:link,
div.whiteblock a:visited,
div.whiteblock a:active,
div.whiteblock a:hover
{
    font-size: 12px;
    text-decoration: underline;
    padding:4px;
    color: #000000;
}

/*****************************************************************************
White BLock Inner
*****************************************************************************/
div.whiteblockinner
{
    background-color: #ffffff;
    width: auto;
    font-size: 12px;
}

div.whiteblockinner a:link,
div.whiteblockinner a:visited,
div.whiteblockinner a:active,
div.whiteblockinner a:hover
{
    font-size: 12px;
    text-decoration: underline;
    padding:4px;
    color: #000000;
}
/*****************************************************************************
Orange BLock
*****************************************************************************/
div.orangeblock
{
    background-color: #E8E8E8;
    display: block;
    font-size: 12px;
    /*width: auto;*/
    padding: 10px 0px 10px 12px;
    color: #000000;
}

div.orangeblock a:link,
div.orangeblock a:visited,
div.orangeblock a:active,
div.orangeblock a:hover
{
    font-weight: normal;
    text-decoration: underline;
    padding:4px;
    color: #000000;
}

div.orangeblock a.active{
font-weight: bold;
text-decoration: none;
padding:4px;
color: #000000;
}
/*****************************************************************************
Noise BLock
*****************************************************************************/
div.noiseblock
{
    background-color: #ffffff;
    border: solid 1px #dedede;
    display: block;
    width: auto;
    padding: 10px 5px 10px 5px;
}

div.noiseblock a:link,
div.noiseblock a:visited,
div.noiseblock a:active,
div.noiseblock a:hover
{
    text-decoration: underline;
    padding:4px;
    color: #000000;
}

/*****************************************************************************
rightnav - now left navigation
*****************************************************************************/
div.leftnav
{
    display: table-cell;
    float: left;
    width: 18%;
    /*padding: 0px 10px 10px 0px;
    margin: 0px 0px 0px 0px;*/
    font-size: 12px;
    /*background-color: #F7F7F7;*/
    min-height:600px;
    /*border-right: 1px solid #C0C0C0;*/
}

/* For Google AdSense */
div.AdSense
{
    padding-top: 10px;
}

div.leftnavholder
{
	position:absolute;
	width: auto;
	height: auto;
	visibility: hidden;
}

div.leftnavtitle
{    
    display: block;
    width: auto;
    height: 14px;
    padding:  3px 5px 6px 10px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 13px;  
    /*background-image: url(../images/sidebar_blue_bar.gif);
    background-repeat: repeat;  */
    background-color: #F7F7F7;
    color: black;      
    cursor: pointer;
    /*border-top: 1px solid #C0C0C0;*/
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
}

div.leftnavtitle a
{        
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;      
}

div.leftnavlink
{
    background-color: #ffffff;
    display: block;
    width: auto;
    padding: 5px 5px 5px 10px; 
    border-left: 1px solid #C0C0C0; 
    /*border-right: 1px solid #C0C0C0;  */
    border-bottom: 1px dashed #C0C0C0;  
}
div.leftnavlink a
{
    font-weight: normal;
    text-decoration: underline;
    color: #000000;             
}

div.leftnavlink a.active
{
    font-weight: bold;
    text-decoration: none;
    color: #A80505; 
}

/*****************************************************************************
search result
*****************************************************************************/
div.searchresult
{
    display: block;
    clear:both;
    /*padding: 5px 5px 5px 5px;*/
    font-size: 12px;
    border-bottom: none;
    margin-bottom: 5px;
}

div.searchresult p
{
    font-size: 12px;
    color:#000000;
    margin: 0px;
}

div.searchresult a:link,
div.searchresult a:visited,
div.searchresult a:active,
div.searchresult a:hover
{
    font-size: 12px;
    text-decoration: underline;
    color: #000000;
}


div.searchresult H1
{
    font-size: 12px;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
    margin: 0px;
}

div.searchresult table
{
    font-size: 12px;
    border-bottom: 1px solid black;
    /*width: 98%;*/
    padding-bottom: 5px;
}

div.searchresulttitle{
    font-size: 14px;
    text-decoration:none;
    font-weight:bold;
    color:#000000;
    margin: 0px;
    font-size: 14px;
}

div.searchresulttitle span
{
    color:#0000FF;
}

div.searchresulttitle span.red
{
	color:#FF0000;
}

.searchresultdesc{
    margin: 0px;
}

.searchresultdesc1{
    padding-top: 10px;
}

div.searchresultinstr{
    /*font-size: 12px;*/
    padding-top: 1px;
    vertical-align:top;
}

.highlight
{
    font-size: 12px;
    color:#000000;
    background-color: #FBF5D4;
}
.bold
{
    font-size: 12px;
    color:#000000;
    font-weight:bold;
    padding: 0px 0px 0px 0px;
}

.imagetd
{
	padding: 5px 10px 0 10px; 
	width:5px;
	vertical-align: top;
}


/*****************************************************************************
Footer
*****************************************************************************/
div.footer
{
    clear: both;    
    width: auto;
    text-align: center;
    color: #000000;
    font-size: 12px;
    vertical-align: baseline; 
    margin: 0 5px 10px 5px;
    padding: 10px;
}
.footer p
{
	-x-system-font:none;
color:#A0A0A0;
font-family:Arial,Helvetica,sans-serif;
/*font-size:0.65em;*/
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
margin:0;
padding:0;
}

div.footer a:link,
div.footer a:visited,
div.footer a:active,
div.footer a:hover
{
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
    padding:3px;
}

/*****************************************************************************
GridView CSS
*****************************************************************************/
.gridpager {font-weight:bold; text-align:right; background-color:#e3e3e3; border-color:#ECE9D8;}
.gridpager a:hover{color:#000000; font-weight:normal;}
.gridpager a{color:#000000; text-decoration: underline; font-weight:normal;}

.gridpagerheader{color:#000000; font-weight:bold; vertical-align:top; border-color:#ECE9D8;}
.gridpagerheader a{color:#000000; text-decoration:underline;}
.gridpagerheader a:hover{color:#000000; text-decoration:none;}

.gridrow {vertical-align:top; color:#000000;}
.gridrow a{color:#000000; text-decoration:underline;}
.gridrow a:hover{color:#000000;}

.gridsetting 
{
width:100%;
border-color:#ECE9D8;
}

.alternatingrowstyle{color:#000000; background-color:#f9f9f9; vertical-align: top;}
.alternatingrowstyle a{color:#000000; text-decoration:underline;}
.alternatingrowstyle a.hover{color:#000000; text-decoration:none;}

/******************************************************************************
Progress Bar CSS
******************************************************************************/
div.Progress
{    
    vertical-align:middle;
	position:absolute;
	width:96px;
	height:96px;
	text-align: left;
	padding: 0px;
	padding-top:0px;
	border: 0px 0px 0px 0px;
	border-width:0px;
	border:none;
	background-position:top;
	visibility:hidden;
	overflow: hidden; 
	z-index:9997;
	display:none;	
}

div.ProgressVolume
{
	position:absolute;
	width:125px;
	height:15px;
	text-align: left;
	padding: 0px;
	background-color: #f5f5f5;
	visibility:hidden;
	z-index:9997;
	display:none;
	margin-top:0px;
}

.ProgressIframe
{
    background-color:#FBFBFB;
	width:100px;
	height:100px;
	border-style:none;
	z-index:9998;
	border-width:0px;
	vertical-align:top;
	padding: 0px;
}

.popularnoise {
	background-color: #E4E4E4;
    display: block;
    width: auto;
    font-size: 13px;
    padding: 7px;
    font-weight: bold;
}

div.banner 
{
    clear: both;
    width: auto;
	height: 133px;
    background-color:#f1e6d2;
	border-top: 1px solid #717075;
}

/*************************************************
Collapse Panel
*************************************************/
.collapsePanel
{
	height: 100%;
	overflow: auto;
	/*padding: 5px 0px 0px 5px;*/
	max-height: 250px;
	width: 100%;
}

/*************************************************
Collapsable Panel
*************************************************/
.collapsablePanel
{
	overflow:hidden;
}

/*************************************************
Custom Pop-up
*************************************************/
.modalPopup 
{
	background-color:#ffffff;	
	padding: 0px;
}

.popuptitle
{
	clear:both; 
	background-color:#C4C4C4; 
	padding:5px; 
	cursor:move;
	font-weight: bold;
	font-size: 14px;
}

.popuprow
{
	clear:both;
	padding: 5px;
	vertical-align:middle;
}

.textonorange 
{
	color: #000000;	
	font-size: 14px;	
	height: 15px;
	font-weight: bold;	
	padding: 5px;	     
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.otherProgress
{
	margin-left: 5px; 
	visibility: hidden;
}

/**************************************************************************
Others
**************************************************************************/
div.paging {
	width: 100%;
	text-align: center;
	float: left;
	padding: 15px 15px 15px 10px;
	margin: 0px 0px 0px 0px;	
	background-color: white;	
	display: block;	
}

div.paging a { color: #000000; text-decoration: underline;}
div.paging a:hover { color: #000000; text-decoration: underline;}

.warningText
{
	font-size: 14px;
	font-weight: bold;
	color: Red;
}

.advancelink
{
	font-family: Arial, Verdana, "Microsoft Sans Serif";
	font-size: 10px;
	/*padding-top:5px;*/
	color: Gray;
}

div.advancelink a:link,
div.advancelink a:visited,
div.advancelink a:active,
div.advancelink a:hover
{
	color: #0000FF;
	text-decoration: none;
}

.instruction
{
	font-size:9px;
	color: #808080;
}