﻿.header
{
    width:990px; height :170px; background-color:White;
    padding-bottom:15px;
}
body 
{
    margin-left:15px;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
    border: 1px dotted White;
    background-color:#D5F8FF;
    overflow:scroll;
}
.container
{
    display: block;
    background-color: White;
    width:990px;
    height:390px;
}
.rsidebar
{
    width:230px; height:420Px; float:right; background-color:White;
}
.contentbox
{
    border-top:1px solid #33CCFF;
    border-bottom:1px solid #33CCFF;
    border-left :2px solid #33CCFF;
    border-right:2px solid #33CCFF;
    float:left;
    height:180px;
    width:320px;
    caption-side:bottom;
    margin-top:10px;
    direction:ltr;
    margin-left:5px;
    color:Yellow;
    font-family:MS Sans Serif,Verdana, Arial;
    font-size :small; 
}
.logo
{
    float:left;
    margin-top:-200;
}

/* Menu Start*/
.preload16a {background: url(../Images/pro_16_1a.gif);}
.preload16b {background: url(../Images/pro_16_1b.gif);}
.menu16 {padding:2px 0 0 5px; margin:0; list-style:none; height:35px; position:relative; background:transparent url(../Images/pro_16_0c.gif) repeat-x left bottom; font-size:11px;}
.menu16 li {float:left; height:35px; margin-right:1px;}
.menu16 li a {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url(../Images/pro_16_0a.gif) no-repeat;}
.menu16 li a b {float:left; display:block; padding:0 16px 5px 12px; background:url(../Images/pro_16_0b.gif) no-repeat right top;}
.menu16 li.current a {color:#000; background:url(../Images/pro_16_2a.gif) no-repeat;}
.menu16 li.current a b {background:url(../Images/pro_16_2b.gif) no-repeat right top;}
.menu16 li a:hover {color:#000; background: url(../Images/pro_16_1a.gif) no-repeat;}
.menu16 li a:hover b {background:url(../Images/pro_16_1b.gif) no-repeat right top;}
.menu16 li.current a:hover {color:#000; background: url(../Images/pro_16_2a.gif) no-repeat; cursor:default;}
.menu16 li.current a:hover b {background:url(../Images/pro_16_2b.gif) no-repeat right top;}
/* Menu End */
div.MaskedDiv 
{
	visibility: hidden;
	position:absolute;
	left:0px;
	top:0px;
	height:900px;
	width:950px;
	font-family:verdana;
	font-weight:bold;
	padding:40px;
    z-index:1000;
	background-image:url(../Images/Mask.png);
	/* ieWin only stuff */
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='~/Images/Mask.png');
}
.photoview
{
    bottom: 35%;
    right: 35%;
    left: 35%;
    top: 35%;
    position:fixed;
    height: 160px;
    width: 325px;
    overflow:hidden;
    display:block;
    visibility:hidden;
    border:solid 1px gray;
    z-index:1001;
}
.errordialog
{
    height:370px;
    widows:980px;
    border: dotted 1px blue;
    margin-top:5px;
    padding-top:5px;
}
.browsebox
{
    vertical-align:middle; 
    width:900px; 
    height:370px; 
    overflow:auto;
    margin-top:0px;
    padding-top:5px;
    border:dotted 1px gray;
}
.loginform
{
         margin-top:10%;
         background-color:White;
         border:dotted 1px Navy;
         width:600px;
}
.freezeHead
{/*position:fixed;
 overflow:auto;
 empty-cells:show;
 z-index:1009;*/
}
.popupinfo
{
    bottom: 10%;
    right: 10%;
    left: 10%;
    top: 15%;
    position:fixed;
    height: 300px;
    width: 500px;
    display:block;
    overflow:hidden;
    visibility:hidden;
    border:solid 2px gray;
    background-color:Silver;
    z-index:100001;
}
.adminpanel
{
    display: block;
    border-width:thin;
    border-color:Blue;
    width:970px;
    height:550px;
    border-style:dashed;
    font-family :Arial;
    font-size:small;
}
#basic-accordian{
	border:5px solid #EEE;
	padding:5px;
	width:350px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}

.accordion_headings{
	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}
