/* SNRT master css */



html, body {
margin:0; 
padding:0;
height: 100%;
width:100%;
background-image:url(../images/main_bg.gif);
}


/* ------------------------------------------------------------
TEXT STYLES ----------------------------------------------- */
.light_gray_small {color:#899196; font-family: tahoma; font-size:11px; text-decoration: none;}
.dark_grey_text {color:#545a5e; font-family: tahoma; font-size:11px; text-decoration: none;}

.grey_text {color:#545a5e; font-family: tahoma; font-size:11px; text-decoration: none;}
.grey_text:hover:link {color:#677178; font-family: tahoma; font-size:11px; text-decoration: underline;}

.largeBlueText{color:#134065; font-family: arial; font-size:14px; text-decoration: none; font-weight:bold;}
.smallBlueText{color:#296494; font-family: arial; font-size:11px; text-decoration: underline; font-weight:none;}


.dark_grey_text:hover:link {color:#566171; font-family: tahoma; font-size:11px; text-decoration: underline;}

.light_grey_text {color:#757e8c; font-family: tahoma; font-size:11px; text-decoration: none;}
.light_grey_text:hover:link {color:#757e8c; font-family: tahoma; font-size:11px; text-decoration: underline;}



/* ------------------------------------------------------------
BANDS STYLES ----------------------------------------------- */


.blueBandLarge{width:593px; height:22px; background-color:#134065; font-family:arial; font-size:16px; padding-left:10px; padding-top:4px; color:#FFFFFF; font-weight:bold;}
.blueBand{width:338px; height:20px; background-color:#134065; font-family:arial; font-size:12px; padding-left:10px; padding-top:6px; color:#FFFFFF; font-weight:bold;}
.thinblueBand{width:300px; height:15px; background-color:#134065; font-family:arial; font-size:12px; padding-left:10px; padding-top:1px; color:#FFFFFF; font-weight:bold;}
.largeSelelct{width:300px; background-color:#cdd0d3; font-family:arial; font-size:11px; color:#545a5e; font-weight:bold;}

/* ------------------------------------------------------------
MAIN PANEL STYLE WITH GRADIENT ---------------------------------------------------------- */

.master_container {
border:none;
width:100%px;

}

.header_container {

border:none;
background: #FFFFFF;
width:976px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}

.text_cell
{
 
border:none;
width:320px;
height: 240px;
background-image:url(../images/cell_bg_html.gif); 

}