﻿.tablestyle{
   font-family:arial;
   margin: 0px 0pt 0px;
   padding: 0px;
   font-size: 8pt;
   color: #3D3D3D;
   width: 100%;
   border: solid 1px #CDCDCD;

}
.tablestyle td, .tablestyle th{

}
.alternatingrowstyle{
    background-color:#F0F0F6;
}
.headerstyle 
{
	background-color:#F7F7F7;
    background-repeat: no-repeat;
    background-position: center left; 
    border-bottom: solid 1px #CDCDCD;
    color:Black;    
    font-weight:bold;    
}  
.headerstyle2
{
	background-color:#A40102;
	height:20px;    
    color:white;    
    font-weight:bold;    
}  

.headerstyle a{
   text-decoration:none;
   color:Black; 
   display:block;
}    
.rowstyle td{
	padding: 4px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #CDCDCD;  
}
.rowstylespacer td
{
	padding-top:10px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #CDCDCD;  
}
.rowtr td
{
	padding-top: 4px;
	padding-left: 4px;
	border-bottom: solid 0px;  
}

.rowTD td
{
   padding: 4px;
   border-bottom: solid 0px;  
}
.alternatingrowstyle{
   padding: 4px;
   background-color: #FFFFFF;
}
.sortascheaderstyle
{
    color: Black;     	
    background-image: url(/images/sort_asc.gif);     
    background-repeat: no-repeat;
    background-position: right;
	border-bottom: solid 1px #CDCDCD;    
}
.sortdescheaderstyle{
    color: Black;   
    background-image: url(/images/sort_desc.gif);      
    background-repeat: no-repeat;
    background-position: right;   
    border-bottom: solid 1px #CDCDCD;    
}   

.MessageBuilderDiv
{
	/* a Div with 40% wide but centered on the screen.*/	

	font:normal 12px verdana,arial,helvetica,sans-serif;
	color:darkred;
	margin:auto;
	padding:2%;			/* we subtract this x 2 from the width and height values below */
	width:500px;/*width:36%;			/* 40% - 4% = 36% */ */
	/*height:56%;			/* see above */		*/
	position:absolute;
	top:30%;			/* 100% - 40% = 60% / 2 = 30% */
	left:30%;			/* same as above */
}

.MessageBuilderBackGround
{
	background-color:Gray; 
	filter:alpha(opacity=70); 
	opacity:0.7; 
}


/* ajax modal dialog styles */
.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: Blue;
	padding: 3px;
}
.modalBox caption {
	background-image: url(images/window_titlebg.gif);
	background-repeat:repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #6f90dc;
}

.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}

.modalPanel td {
	vertical-align: top;
}
.completionListElement 
{  
    visibility : hidden;
    margin : 0px! important;
    background-color : inherit;
    color : black;
    border : solid 1px gray;
    cursor : pointer;
    text-align : left; 
    list-style-type : none;
    font-family : Verdana;
    font-size: 11px;
    padding : 0;
}
.listItem 
{
    background-color: white;
    padding : 1px;
}        
.highlightedListItem
{
    background-color: #c3ebf9;
    padding : 1px;
}
.txtboxfocus {
	color: #000000;
	width: 350px;
}
.txtboxblur {
	color: #000000;
	text-decoration: underline;
	padding-top: 2px;
	padding-left: 2px;
	width: 350px;
	border: 0px;
}
.txtBorderNone
{
	border: 0px;
}

.lblBorder
{
	text-align:right;
	padding-top:6px;
	font-weight:bolder;
}

.grdGroup
{
	border:0px;
	
}

.lknRemoveRep
{
	padding-right:2px;
	text-decoration:underline;	
}

.lblmini
{
	font-size:9px;
	text-decoration:none;
}
.lblminiBold
{
	font-size:9px;
	text-decoration:none;
	font-weight:bolder;
}

.UpdateProgressDiv
{
    background-color: #ffffff;	
}
.errorMini
{	
	font-size:9px;
	padding-top:8px;
	color:Red;
}
.HeaderMessage
{
	   color:Black; 
	font-size:16px;
	font-weight:bolder;
}
.HeaderMessageMed
{
	font-size:11px;
	text-align:right;
}
.HeaderMessageMedBold
{
	font-size:11px;
	font-weight:bolder;
	color:#273957;
	text-align:right;
}
.HeaderMessageSmall
{
	font-size:10px;
}
.HeaderMessageSmallBold
{
	font-size:10px;
	font-weight:bolder;
	color:#273957;
}
.FromMessage
{
	color:#39599C;
	vertical-align:middle;
	cursor:pointer;
	
}
.DateTime
{
	color:#737573;
	font-size:9px;
	text-decoration:none;
	vertical-align:middle;
}

.bar
{
	margin: 0px 0pt 0px;
	padding: 0px;
	border: solid 1px #CDCDCD; 
	width:50px; 
	height:10px;	
	z-index: 2;	  
}
.bartable td
{
	margin: 0px 0pt 0px;
	position:absolute;	
	height:10px;  
	z-index: 1;
}
.barlinetext
{
	margin-top:0px;
	font-size:9px;
	color:White; 
	position:absolute;	
	z-index: 3;
	vertical-align:text-top;
	text-align:center;	
}
.bartext
{
	margin-top:-1px;
	font-size:9px;
	position:absolute;	
}
.barimage
{
	margin: 0px 0pt 0px;
	padding: 0px;
	height:10px; 
	position:absolute; 
	z-index: 0;
	cursor:default;
}

.MessageAlert
{
	text-align:center; 
	color:Red; 
	font-weight:bold;
}
.MessageAlertlkn
{
	text-align:center; 
	color:#FFFFFF; 
	font-weight:bold;
	text-decoration:underline;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.lbtext 
{
	font-size:11px;
}    

.lknButton
{
	padding-left:4px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.footerstyle
{
	height:23px;
	padding-top:4px;	
}
.lbtextbox 
{
	font-size:11px;
	padding-left:3px;
}    
.addStyle
{
	padding-right:5px;	
}
.addStyle2
{
	padding-top:7px;
	padding-right:7px;
	padding-left:7px;
}
.floatLeft
{
	float:left	
}
.custimab
{
	float:left;
	padding:4px;
	
}
.upload
{
	float:left;
	padding-top:2px;
	padding-left:20px;	
}

.uploadfile
{
	float:left;
	font-size:9px;
	font-weight:bold;
	color:Green;
	padding-top:4px;
	padding-left:8px;	
	padding-right:5px;
}
.uploadmoduletext
{
	float:left;
	padding-left:30px;
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;	
}
.uploadmodulelink
{
	float:left;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:5px;	
	text-decoration:undeline;	
}
.uploadmodulefile
{
	padding-top:15px;
	padding-left:30px;
}
.uploadmodulebutton
{
	padding-top:15px;
	padding-left:150px;	
	padding-bottom:5px;
}
