body
{
	font-family:Arial;
	font-size:small;

}
h3
{
	color:Teal;
}
.loginDiv
{
	background-color:#f0f0f0;
	 font-family:@Arial Unicode MS;
	 color:Teal;
}
.login
{
	background-color:#f0f0f0;
	 font-family:@Arial Unicode MS;
	 color:Teal;
}
.mainDiv
{
	background-color:#f0f0f0;
}
.ddl
{
	 font-family:@Arial Unicode MS;
	 border-style:none;
	 background-color:Teal;
	 color:White;	
}
.button
{
	 font-family:@Arial Unicode MS;
	 border-style:outset;
	 background-color:Teal;
	 color:White;	
}
.textbox
{
	 font-family:@Arial Unicode MS;
	 border-style:inset;
	 background-color:#78DCDC;
	 color:Teal;		
}
.modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
.modalPopup
    {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding-top: 10px;
        padding-left: 10px;
        width: 500px;
        height: 250px;
    }
.modalPopupLarge
{
	    background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding-top: 10px;
        padding-left: 10px;
        width: 800px;
        height: 520px;
}

.selectedRow
{
	background-color:#FF6666;
}
td
{
	vertical-align:top;
}
.table, .table.td
{
	background-color:Silver;
	border-style:inset;
	border-width:1px;
	border-top-style:ridge;
	border-top-width:1px;
	
}

.table2
{
	background-color:Silver;
	border-style:inset;
	border-width:1px;
	border-top-style:ridge;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-color:Aqua;
	
}



.floatingDiv
{
        background-color: Gray;
        color:Black;
        filter: alpha(opacity=95);
        opacity: 0.95;
        position:absolute;

        width:300px;
        height:200px;
        z-index:0;
		display:inline;
		visibility:visible;
		border:1px;
		border-color:Fuchsia;
		border-style:ridge;
}
.hiddenDiv
{
		display:none;
		visibility:hidden;
}
input[disabled], input[disabled]:hover 
{ 
	background-color:#444; 
	color:White
}





.highlight
{
	color:Red;
	font-weight:bold;
	text-align:right;
}
.success
{
	text-align:center;
	background-color:#f0f0f0;
	font-family:@Arial Unicode MS;
	color:Teal;	 
}
.search
{
 border-width:1px;
 border-color:Black;
 background-color:White;
}


.selectedItemStyle
{
	background-color: #f0f0f0 !important;
    color: Teal !important;
}
.staticMenuItemStyle
{
	color:White;
	background-color: Teal ;
	
	height: 15px;
	width: 40px;
	text-align:center;
	padding:3px;
	
	webkit-border-radius:15% 15% 0 0;
	moz-border-radius:15% 15% 0 0;
	border-radius:15% 15% 0 0;
}

.strip
{
	background-color:#f0f0f0;
	height:10px;
	width:100%;
}
td
{
 	 padding-bottom:0;
 	 padding-top:0;
}

table
{
	 border-collapse:collapse;
}

.tdBottomBorder
{
	width:100%;
	border-bottom:1px !important;
	border-bottom-color:Teal !important;
	border-top:0;
	border-left:0;
	border-right:0;
	border-style:solid !important;
}
.hidden
{
	display:none;
}
.menu
{

}
.iFrameLarge
{
	width:98%;
	height:500px; 
}
.footer
{
	font-size:smaller;
}
.title
{
	color:White;
	background-color: Teal ;
}
.value
{
	color:Teal;
	background-color:Silver ;
}
.leftAlign
{
	text-align:left;
}
.iFrame
{
	height:800px;
	width:100%;
}