﻿/*****************************
*
*   Common Style
*
*******************************/
body
{
    font-family: Verdana;
    font-size: 8pt;
}

select
{
    font-family: Verdana;
    font-size: 8pt;
}

div
{
    padding: 2px 0px 2px 0px;
}

a
{
	color:#336699;
}

/*****************************
*
*   DefaultMasterPage.master
*
*******************************/

#tblFrame
{
    width: 980px;
}

#tdHeader
{
    vertical-align: bottom;
    height: 51px;
    /* background-image:url("../../Images/Banner.png"); */
}

#tdContent
{
    height: 460px;
}

#tdFooter
{
    height: 60px;   
	font-family: Verdana;
	font-size: 8pt;
	padding: 3px 3px 3px 3px;
	margin: auto;
}

#tblUser
{
	color:#990000;
}

#divMenu
{
    /* text-align: right; /* IE | IE8 doesn't require this fix anymore. */
    padding-right: 10px;
    height: 20px;
    /* background-image:url("../../Images/Navigation.png"); */
    border-top: solid 2px #990000;
    border-bottom: solid 2px #990000;
}

#divMenu a:link
{
    color: #990000;
}

#divMenu a:active
{
    color: #990000;
}

#divMenu a:visited
{
    color: #990000;   
}
#pnlFileUpload, #pnlHTMLEditor
{
    padding: 0px 0px 0px 0px;
}

#divLogIn
{
	width: 350px;
	height: auto;
	border: dotted 2px #990000;
	font-family: Verdana;
	font-size: 8pt;
	padding: 3px 3px 3px 3px;
	margin: auto;
}

#divLogInHeader
{
	width: 343px;
	height: 15px;
	color: White;
	background-color: #990000;
	padding: 2px 2px 2px 5px;
    font-size: 8pt;
	margin: auto;
}

#tblLogInContent
{
    margin: auto;
}

input.flatBtn {
  color:#900;
  font: bold 84% 'Verdana',helvetica,sans-serif;
  background-color:#FFF;
  border: 1px solid #900;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');";
    height: 18px;
}


/*****************************
*
*   Custom CSS Class
*
*******************************/

.hylLinks
{
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	cursor:pointer;
}

.divTextHeader
{
    font-weight:bold;
    font-family:Microsoft Sans Serif;
    font-size:14pt;
    color:#990000;
}

.menuItemUnderline
{
    border-bottom: solid 3px #990000;
}

.tblLabel
{
	font-family: Verdana;
	font-size: 8pt;
}

.description
{
    background-color:#fed;
    font-family: Verdana;
	font-size: 8pt;
    color:#990000;
    padding:2px;
}

.roleSelectionHide
{
    position:absolute;
    display:none;   
    visibility:hidden;
}

.roleSelectionVisible
{
    position:absolute;
    display:block;
    visibility:visible;
}

.roleSelectionVisible a:link
{
    color: #990000;
    text-decoration: none;
}

.roleSelectionVisible a:active
{
    color: #990000;
    text-decoration: none;
}

.roleSelectionVisible a:visited
{
    color: #990000;
    text-decoration: none;
}

.Box
{
	height: auto;
	background-color: #fed;
	border: solid 1px #990000;
	font-family: Verdana;
	font-size: 8pt;
	padding: 3px 3px 3px 3px;
}

.BoxHeader
{
    height: 15px;
	color: White;
	background-color: #990000;
	padding: 2px 2px 2px 5px;
    font-size: 8pt;
	margin: auto;
}



.modalBackground {
	background-color:Gray;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity:0.7;
}

.padding5px
{
    padding: 5px 5px 5px 5px;
}

.flatmultiline
{
    background-color: #fed;
    color: #000000;
    font-family: Verdana;
    font-size: 8pt;
    border: none;
}

.leftpanel {
    border:1px dotted #990000;
    float:left;
    width:150px;
    background-color:#FFFFFF;
    color: #666666;
    height: 540px;
    padding:5px 5px 5px 5px;
}

.tdDetLabel
{
    width: 100%;
    background-color: #990000;
    color: White; 
    padding: 2px 2px 2px 5px;
    font-weight: bold;
}

.tdDetText
{
       color:#990000;
       padding: 2px 2px 2px 5px;
}

.centerpanel 
{    
    float:left;
    width:654px;
    color: #666666;
    height: 600px;
}

.centerContent
{
       
    width:95%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    
}

.center
{
	margin: auto;
}

.Tabs 
{
    background-color: #990000;
    border: solid 1px #990000;
    text-align: center;
    vertical-align: middle;
    width: 16.6667%;
}

.Tabs a:link
{
    color: White;
    text-decoration: none;
}

.Tabs a:active
{
    color: White;
    text-decoration: none;
}

.Tabs a:visited
{
    color: White;
    text-decoration: none;
}

.TabSelected 
{
    background-color: #FFFFFF;
    border: solid 1px #990000;
    text-align: center;
    vertical-align: middle;
    width: 16.6667%;
}

.TabSelected a:link
{
    color: #990000;
    text-decoration: none;
}

.TabSelected a:active
{
    color: #990000;
    text-decoration: none;
}

.TabSelected a:visited
{
    color: #990000;
    text-decoration: none;
}

.TabDisabled 
{
    background-color: Gray;
    text-align: center;
    vertical-align: middle;
    width: 132.8px;
}

.TabDisabledA
{
    color: White;
    text-decoration: none;
}

.TabDisabled a:link
{
    color: White;
    text-decoration: none;
}

.TabDisabled a:active
{
    color: White;
    text-decoration: none;
}

.TabDisabled a:visited
{
    color: White;
    text-decoration: none;
}

.rightpanel {
    float:right;
    width:160px;
    height: 540px;  
}

/* .rightupload
{
    border: 1px dotted #FFFFFF;   
    width:98%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    height: 140px;
    
}*/

.rightbox
{
    border:1px dotted #990000;
    margin-top: 5px;
    background-color:#FFFFFF;
    height: 123px;
    padding:5px 5px 5px 5px;  
}

/* Removed from .rightbox
color: #990000;
text-align: justify;
vertical-align: middle;
font-size: smaller;
font-weight: bold;
*/

.rightboxsolid
{
    border:1px dotted #990000;
    background-color:#990000;
    color: #FFFFFF;
    height: 200px;
    padding:5px 5px 5px 5px;  
}

.tablestyle
{
    border-collapse:collapse;
}

.tableheader
{
    color: #FFFFFF;
    background-color: #666666;
}

.tablerow
{
    background-color: #CCCCCC;
}

.tablerowalt
{
    background-color: #FFFFFF;
}

.temphide
{
    display:none;
}

.calendar
{
  position:relative;
  top: 3px;
  
}

.coverDiv
{
    margin:auto;
    width:100%;
    height:300px;
    position:absolute;
    top:0px;left:0px;
    z-index:10001;
    background-color:white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=10)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    opacity:0.1;
}

.rbl input 
{
      width: 14px;
      display: block;
      float: left;
}
   
.rbl label 
{
      margin-top: 2px;
      display: block;
      float: left;
}




