﻿/*****************************
*
*   Common Style
*
*******************************/
body
{
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif, Tahoma,Arial,Verdana,Helvetica;
    font-size: 10pt;
    background:#FFFFFF url("../../Images/bg.png") repeat-x scroll 0 0 !important;
}

select
{
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif, Tahoma,Arial,Verdana,Helvetica;
    font-size: 10pt;
}

input
{
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif, Tahoma,Arial,Verdana,Helvetica;
    font-size: 10pt;
}

option
{    
    font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif, Tahoma,Arial,Verdana,Helvetica;
}


input[type=text]
{    
    height: 16px;
}

input[type=password]
{    
    height: 16px;
}

a
{
	color:#146F97;
}


/*****************************
*
*   DefaultMasterPage.master
*
*******************************/
#wrapper
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background-color:#FFFFFF;
    border-color:#E4E4E4 #CFCFCF #CCCCCC;
    border-style:double;
    border-width:3px;
    margin:10px auto 4px;
    text-align:left;
    width:980px;  
}

#tblWrapper
{
    padding: 0;
    border-spacing: 0;
    border: none;
    width: 970px;   
    margin: 5px; 
}

#tdHeader
{
    /*background-color: #68C8f2;*/
    vertical-align: bottom;
    height: 75px;       
    background-image:url("../../Images/header.jpg");
}

#tblUser
{
    margin-top: 10px;
    height: 15px;
	color:#E49303;
}

#tblUser td
{
    padding: 0px 2px;
}

.hylLinks
{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}


.roleSelectionHide
{
    position:absolute;
    display:none;   
    visibility:hidden;
}

.roleSelectionVisible
{
    position:absolute;
    display:block;
    visibility:visible;
    width: 97px;
    height: 35px;
    background-color: #fed;
    border: solid 1px #E49303;
    color: #E49303;
    padding: 3px;    
    vertical-align: middle;
    margin-top: 1px;
}


.roleSelectionVisible a:link
{
    color: #E49303;
    text-decoration: none;
}

.roleSelectionVisible a:active
{
    color: #E49303;
    text-decoration: none;
}

.roleSelectionVisible a:visited
{
    color: #E49303;
    text-decoration: none;
}  

#menu
{    
    /*background-image:url("../../Images/Navigation.png");
    margin-top: 5px;*/     
    height: 25px;
        background-color: #146f97;
        vertical-align: middle;
            vertical-align: middle; 
            margin:0px;
            padding:0px;
}


#menu>table
{  
            margin-left: 10px;   
            margin-top: -1px;   
            *margin-top: -19px;
}

.menuItem
{
    font-family: Calibri;    
    height: 25px;
    color: #FFFFFF;    
    vertical-align: middle;  
}

.menuItemHover
{
    border-bottom: solid 3px #68C8F2;
}

#tdContent
{
    vertical-align: top;
    height: 650px;
}


#tdFooter
{
    height: 20px;   
    background-color:#146f97;
    color:#FFFFFF;
    vertical-align: middle;
    text-align: center;
    padding-left: 5px;
}

.rbl input 
{
      width: 14px;
      display: block;
      float: left;
}
   
.rbl label 
{
    margin-left: 3px;
      margin-top: 5px;
      display: block;
      float: left;
}

.ckb input
{
 float:left;
}

.ckb label
{
 vertical-align:middle;
 padding-top:6px;
 display:block; 
}

/*****************************
*
*   LogIn CSS
*
*******************************/

#divLogIn
{
	width: 350px;
	height: auto;
	border: solid 2px #146F97;
	font-size: 9pt;
	color: #333333;
	padding: 3px 3px 3px 3px;
	margin: auto;
}

#divLogInHeader
{

	background-color: #146F97;
	color:#FFFFFF;
font-size:9pt;
height:15px;
margin:auto;
padding:4px 2px 0px 5px;
width:343px;
}

#tblLogInContent
{
    margin: auto;
}

#tblLogInContent td
{
     padding: 2px 0px;   
}

.description
{
    background-color:#fed;
	font-size: 8pt;
    color:#E49303;
    padding:2px;
}

/*****************************
*
*   GridView CSS
*
*******************************/

/*GridViewCSS*/
.GridViewStyle
{
    font-family: Tahoma, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;

}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(../../Images/HeaderGlassBlack.jpg);
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
}

.HeaderStyle th
{
    background-image: url(../../Images/HeaderGlassBlack.jpg);
    background-position:center;
    background-repeat:repeat-x;
    background-color:#1d1d1d;
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    font-weight:normal;
}

.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    
}
.RowStyle td
{
    background-color: #f0f0f0;
}
.AltRowStyle td
{
    background-color: #ffffff;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}

.RowStyle a:link,a:hover,a:visited
{
    text-decoration:none;
}
.AltRowStyle a:link,a:hover,a:visited
{
    text-decoration:none;
}
/*****************************
*
*   CalendarControl CSS
*
*******************************/

.cal_Theme1 .ajax__calendar_container   {
    background-color: #e2e2e2;
    border:solid 1px #cccccc;
    width: 200px;
}

.cal_Theme1 .ajax__calendar_header  {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev    {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body    {
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
    height: 150px;
    width: 195px;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align:center;
    font-weight:bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day {
    text-align:center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active  {
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today   {
    font-weight:bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

/*****************************
*
*   Tab CSS
*
*******************************/

.ajax__tab_xp .ajax__tab_body {

font-family:tahoma,helvetica !important;

}

/*****************************
*
*   Custom CSS Class
*
*******************************/

.tablelabel tr td
{
    padding: 2px 3px;

}

.Box
{
	height: auto;
	background-color: #FFFFFF;
	border: solid 1px #146F97;
	font-family: "Lucida Sans Unicode";
	font-size: 9pt;
	padding: 3px 3px 3px 3px;
}

.Box table
{
    margin-top: 5px;
}

.Box table tr td
{
    padding: 2px 3px;
}

.BoxHeader
{
    height: 15px;
	color: White;
	background-color: #146F97;
	padding: 3px 2px 2px 5px;
    font-size: 9pt;
	margin: auto;
}

#pnlFileUpload, #pnlHTMLEditor
{
    padding: 0px 0px 0px 0px;
}



input.flatBtn {
  color:#900;
  font: bold 84% "Lucida Grande","Lucida Sans Unicode",sans-serif, Tahoma,Arial,Verdana,Helvetica;
  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;
}

.divTextHeader
{
    font-weight:bold;
    font-family:Microsoft Sans Serif;
    font-size:14pt;
    color:#E49303;
}



.tblLabel
{
	font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif, Tahoma,Arial,Verdana,Helvetica;
	font-size: 8pt;
}

.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: "Lucida Sans Unicode";
    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;
}

.usernametext
{
    font-family:Calibri;
    font-size:10pt;
    color:#FFFFFF;
}

input.flatRedBtn {
  color:#FFF;
  font: bold 130% '"Lucida Sans Unicode"',helvetica,sans-serif;
  background-color:#F00;
  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: 28px;
}

.postImgRight {
display:inline;
float:right;
padding:15px 5px 0 7px;
border-width: 0px;
}

.hptext
{
font-size: 11pt;
color:#333333;
text-align:justify;
line-height: 1.4;
}


