﻿/*****************************
*
*   Common Style
*
*******************************/
body
{
    font-family: Calibri;
    font-size: 10pt;
    background-color: #000000 !important;    
}

select
{
    font-family: Calibri;
    font-size: 9pt;
}

input
{
    font-family: Calibri;
    font-size: 9pt;
}

input[type=text]
{    
    height: 16px;
}

input[type=password]
{    
    height: 16px;
}

a
{
	color:#333333;
}


/*****************************
*
*   DefaultMasterPage.master
*
*******************************/
#wrapper
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF url("../../Images/wrapper-bg.png") repeat-x scroll 0 0;
    border-color:#E4E4E4 #CFCFCF #CCCCCC;
    border-style:double;
    border-width:3px;
    margin:20px auto 4px;
    text-align:left;
    width:850px;  
}

#tblWrapper
{
    margin: 5px; 
}

#tdHeader
{
    /* background-color: #F5F5F5; */
    vertical-align: bottom;
    height: 75px;    
    background-image:url("../../Images/header.png");
}

#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;
}

.shadow {
	_height: 1px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=5,MakeShadow=true,ShadowOpacity=0.5);
	background: #000\9
}

.shadow-content 
{
    position: relative;
	 width: 97px;
    height: 35px;
    background-color: #E1E1E1;
    /* border: solid 1px #333333; */
    color: #333333;
    padding: 5px; 
    padding-bottom: 10px;   
    vertical-align: middle;
    margin-top: 0px;
}

div.shadow-content {
	background: #E1E1E1;
}


.inline-block {
	line-height: 1px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
}


.roleSelectionVisible
{
    position:absolute;
    display:block;
    visibility:visible;
   
}

.roleSelectionVisible a:link
{
    color: #333333;
    text-decoration: none;
}

.roleSelectionVisible a:active
{
    color: #333333;
    text-decoration: none;
}

.roleSelectionVisible a:visited
{
    color: #333333;
    text-decoration: none;
}  

#menu
{    
    /*background-image:url("../../Images/Navigation.png");
    margin-top: 5px;*/     
    height: 25px;
        background-color: #D01A71;
        vertical-align: middle;
            vertical-align: middle; 
            margin:0px;
            padding:0px;
}


#menu>table
{  
            margin-left: 5px;   
            margin-top: -1px;   
    
}

.menuItem
{
    font-family: Calibri;    
    height: 25px;
    color: #FFFFFF;    
    vertical-align: middle;  
}

.menuItemHover
{
    border-bottom: solid 3px #E49303;
    color: #E49303;
}

#tdContent
{
    vertical-align: top;
    width: 840px;
    height: 500px;
}



#tdFooter
{
    background-image: url(../../Images/footer-bg.gif);
    height: 20px;       
    font-family: Calibri;
    color:#333333;
    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 #d01a71;

	font-size: 10pt;
	color: #333333;
	padding: 3px 3px 3px 3px;
	margin: auto;
}

#divLogInHeader
{
	width: 343px;
	height: 15px;
	color: White;
	background-color: #d01a71;
	padding: 2px 2px 2px 5px;
    font-size: 10pt;
    color: #FFFFFF;
	margin: auto;
}

#tblLogInContent
{
    font-family: Calibri;
    font-size: 10pt;
    color: #333333;
    margin: auto;
}

#tblLogInContent td
{
     padding: 2px 0px;   
}

.description
{
    /* background-color:#E1E1E1; */
    font-family: Calibri;
	font-size: 10pt;
    color:#FF0000;
    padding:2px;
}

/*****************************
*
*   GridView CSS
*
*******************************/

/*GridViewCSS*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 5px solid;
}
/*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: 5px;
    
}
.RowStyle td
{
    background-color: #E1E1E1;
}
.RowStyle a:link
{
    text-decoration: none;
}
.AltRowStyle td
{
    background-color: #E1E1E1;
}
.AltRowStyle a:link
{
    text-decoration: none;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}

/*****************************
*
*   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;
}

/*****************************
*
*   Custom CSS Class
*
*******************************/

.tablelabel tr td
{
    padding: 2px 3px;

}

.Box
{
	height: auto;
	background-color: #E1E1E1;
	border: solid 1px #d01a71;
	font-family: Calibri;
	font-size: 10pt;
	padding: 3px 3px 3px 3px;
}

.Box table
{
    margin-top: 5px;
}

.Box table tr td
{
    padding: 2px 3px;
}

.BoxHeader
{
    height: 15px;
	color: White;
	background-color: #d01a71;
	padding: 2px 2px 2px 5px;
    font-size: 10pt;
	margin: auto;
}

#pnlFileUpload, #pnlHTMLEditor
{
    padding: 0px 0px 0px 0px;
}



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;
}

.divTextHeader
{
    font-weight:bold;
    font-family:Microsoft Sans Serif;
    font-size:14pt;
    color:#d01a71;
}



.tblLabel
{
	font-family: Verdana;
	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: 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;
}

.greytext
{
    font-family:Calibri;
    font-size:10pt;
    color:#333333;
}

.whitetext
{
    font-family:Calibri;
    font-size:10pt;
    color:#FFFFFF;
}

select.ddl 
{
    border:1px solid #A5A5A5; background-color:#E1E1E1;
}
select.ddl option 
{
    border-bottom:1px solid #333333;
}

.postImgRight {
display:inline;
float:right;
padding:0px 5px 0 7px;
border-width: 0px;
}

.hptext
{
font-size: 11pt;
font-family:calibri;
color:#333333;
text-align:justify;
}

.hptable
{
width:600px;
border-collapse: collapse; 
border-top: solid 5px #333333;
border-left: solid 1px #333333;
border-right: solid 1px #333333;
border-bottom: solid 1px #333333;
padding:0;
margin:0;
}

.hptd
{
border-right: solid 1px #333333;
}

.hplasttr
{
background-color:#333333;
color:#FFFFFF;
font-family:Calibri;
text-align:center;
}


