/*-----------------------------------------------------------
	Menu related styles: Start 
-----------------------------------------------------------*/
#tagMenuStrip
{
	width:180;
	height:400;
	vertical-align:top;
	text-align:left;
	padding-left: 2;
	margin:0;
	padding-top:0;
}

table.tableMenu
{
	border-width:0;
	width:180;
	margin-top:7; 
	font-family:Verdana; 
	font-size:10pt; 
}

td.tdMenu
{
	height:24;
	background-color:rgb(102,102,102);
	
	text-align:left;
	font-family: Arial; 
	font-weight: bold; 
	font-size: 10pt; 
	color: white; 
	
	cursor:hand;
	padding-left:5;
}

a.aMenu
{
	color: white; 
	text-decoration: none; 
}

td.tdMenuItem
{
	background-color:rgb(63,63,63);
	height:18;
	width:180;
	
	cursor:hand;
	font-family: verdana; 
	font-size:10pt; 
	font-weight: normal; 
	
	padding-left: 5; 
	padding-right: 0; 
	padding-top: 3; 
	padding-bottom: 3; 
	
	border-bottom:1px solid #666666; 

}

a.aMenuItem
{
	width:160;	
	text-decoration: none; 
	color:#CCCCCC;
	font-weight:normal;

}
a.aMenuItem:hover
{
	font-weight:bold;
}

/*-----------------------------------------------------------
	Content related styles
-----------------------------------------------------------*/
body
{
    background-color:rgb(51,51,51);
    color: white;/*#CCCCCC;*/
    border:0;
    margin-top:20;
    padding:0;
}

.body_layout
{
    background-image:url(../images/bg1.jpg);
    background-repeat:repeat;
    border:0;
    margin:0;
    padding:0;
    width:960;
}	

.liquid {
    border:0;
    margin:0;
    padding:0;
    width:100%;
}

.poster {
    vertical-align:middle;
    text-align:center;
    font-size:10pt; 
}

#tagBreadCrumb
{
    font-family: Arial; 
    font-size:10pt; 
    font-weight: normal; 
    padding:5;
    text-align:right;
    vertical-align:middle;
    width:100%;
    font-weight:bold;
}

.contentPane 
{
    width:100%;
    vertical-align:top;
    padding-top: 7;    
    padding-left:25;
    padding-bottom:5;
    padding-right:25;

    font-family: Verdana; 
    font-size:10pt; 
    font-weight: normal; 
    text-align:justify;
}

.title1 {
    font-family: Verdana; 
    font-size:16pt; 
    font-weight: normal; 
    padding:0;
    color:rgb(240,181,0);
    vertical-align:top;
    margin-bottom:5;
}
.title2 {
    font-family: Verdana; 
    font-size:14pt; 
    font-weight: normal; 
    padding:0;
    color:rgb(240,181,0);
    vertical-align:top;
    margin-bottom:5;
}
.title3 {
    font-family: Verdana; 
    font-size:12pt; 
    font-weight: normal; 
    padding:0;
    color:rgb(240,181,0);
    vertical-align:top;
    margin-bottom:5;
}
.title4 {
    font-family: Verdana; 
    font-size:10pt; 
    font-weight: normal; 
    padding:0;
    color:rgb(240,181,0);
    vertical-align:top;
    margin-bottom:5;
}
.title5 {
    font-family: Verdana; 
    font-size:8pt; 
    font-weight: normal; 
    padding:0;
    color:rgb(240,181,0);
    vertical-align:top;
    margin-bottom:5;
}


.header {
    border-bottom:1px solid #666666; 
    height:30;
    color:#CCCCCC;
    text-align:center;
    vertical-align:middle;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    font-weight:bold;
    
}

.footer
{
    background-color:rgb(63,63,63);
    border-top:1px solid #666666; 
    text-align:center;
    height:31;
    font-family: Verdana; 
    font-size:10pt; 
    font-weight: normal; 
    width:33%;
 }

#tagHeaderLeft {
    padding-left:0;
    text-align:left;
} 

#tagHeaderCenter {
    text-align:center;
} 

#tagHeaderRight {
    padding-right:0;
    text-align:right;
} 

#tagFooterLeft {
    padding-left:5;
    text-align:left;
} 

#tagFooterCenter {
    text-align:center;
} 

#tagFooterRight {
    padding-right:5;
    text-align:right;
} 



/* 888 */

div.divSubHeading
{
	padding-bottom:5;
	font-weight:bold;
}

td.td_detailsLink
{
	cursor:hand;
	font-family: verdana; 
	font-size:10pt; 
	font-weight: bold; 
	padding:3;
	text-align:right;
	vertical-align:top;

}


/*-----------------------------------------------------------
	Hyperlink styles
-----------------------------------------------------------*/
a.link_download 
{
	color:#00CC66;
}
.status{
    color:rgb(240,181,0);
    font-weight:bold;
    /*font-style:italic;*/
}
a.link
{
	
        text-decoration: none;
        border-bottom-style:solid;
        border-bottom-width:1;  
	color:silver ;/*#CCCCCC;*/
}
a.link:hover
{
	/*text-decoration: underline; */
        /*border-bottom-style:solid; */
        /*border-bottom-width:1;  */
	color:white;/*#CCCCCC;*/
}
/*
a.a_link1 
{
	text-decoration: underline; 
}

a.a_mail
{
}



a.a_link:hover 
{
	text-decoration: underline; 
}
*/



