body
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	font-size: 12px;
	background: #f8f8f8  url(../images/body_tile.gif) repeat-x left top;
	text-align:center;
}
@media print
{
   body 
	{
		
	}
	.tab-active
     {
        visibility: hidden;
        display: none;
     }
      .tab-inactive
     {
        visibility: hidden;
        display: none;
     }
     .btnView1
     {
        visibility: hidden;
        display: none;
     }
     .containerpanel
     {
        visibility: hidden;
        display: none;
     }
     .generalticket
     {
		background-color:Blue;
		visibility:visible;
		display:block;
     }
}
.hidden
{
  display: none;
}
.show
{
  display:block;
}

h3
{
font-family: Comic Sans MS;
}

#mainbody
{
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	background-color:#ffffff;
	border: 1px solid #456789;

}

#body
{
    width: 890px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color:red;  
}

#header
{
	height:80px;
	width:900px;
	font-size:40px;
	color:#484848;
	padding:0 0 0 0;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-weight:700;
	background: url(../images/spacer.gif) repeat-x right top;
}

#footer
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #D9D9D9;
    /*background: #D9D9D9;*/
    background: #456789;
    border-top: 5px solid #D9D9D9;
}

#infobanner, #buttonbanner, #errorbanner
{
    border: 1px solid #456789;
    width: 858px;
    margin-right: auto;
    margin-left: auto;
    background: #FEF5A8;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

#infobanner
{
	font-size: 14px;
}

/* Navigation strips */
#navtop
{
	font-size: 14px;
	font-family: Times New Roman, Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background: #D9D9D9;
	border-bottom: 1px solid #456789;
}

/* Make main navigation bars from a unordered list for easy update and better accessibility */

#navtop ul
{
    margin: 0px;
    padding-top: 5px;
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li
{
    display: inline;
    color: #456789;
    margin-right: 25px;
}
#navtop a:link, #navtop a:visited, #navtop a:active
{
    color: #456789;
    text-decoration: none;
}
#navtop a:hover
{
	color: #FEF5A8;
    text-decoration: underline;
}

.inactiveLink 
{
    pointer-events: none;
    cursor: default;
}

/* Main sections of the pages */

.mainblock
{
	border: 1px solid #456789;
	padding: 15px 15px 15px 15px;
	margin-bottom: 10px;
	position: relative;
	width: 858px;
	background-image: none;
	background-color: #F5F5F5;
}

.leftblock
{
	border: 1px solid #456789;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	width: 426px;
	background-image: none;
	background-color: #F5F5F5;
}

.rightblock
{
	border: 1px solid #456789;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
	margin-left: 432px;
	width: 426px;
	position: relative;
	background-image: none;
	background-color: #F5F5F5;
}

.maininnerblock
{
	width: 858px;	
}

.leftinnerblock
{
	float: left;
	width: 426px;
}

.rightinnerblock
{
	margin-left: 432px;
	width: 426px;
}

.innerbuttonblock
{
	border: 1px solid #456789;
    width: 838px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    background: #FEF5A8;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    float: right;	
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #456789;
    padding-top: 5px;
    margin-bottom: 10px;
    clear:right;
}

.checkboxlist
{
    margin: 0px;
    padding-left: 5px;
}

/* Validation Rules styles */
.rulePassedTrue
{
	color: #008000;
}

.rulePassedFalse
{
	color: #FF0000;
}

.errorMessage
{
	color: #FF0000;
}

/* Forms styles */
h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h3
{
	font-size: 14px;
}

input, select, textarea
{
    font-size: 1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

textarea
{
	height: 15px;
}

input[type=checkbox]
{
	border-style: none;
}

/* label column */
.formlabel
{
    width:140px; 
    vertical-align: middle;
}

/* value column */
.formvalue
{
    vertical-align: middle;
}

.formspacer
{
    width:100px;
}

.txtfieldlarge, .readonlytxtfieldlarge
{
    width:577px;
}

.txtfield, .readonlytxtfield
{
    width:161px;
}

.txtfieldsmall, .readonlytxtfieldsmall
{
    width:32px;
    margin-right: 2px;
}

.readonlytxtfieldlarge, .readonlytxtfield, .readonlytxtfieldsmall
{
	background-color: #F5F5F5;
	border-style: none;
}

.dropdownlist
{
	width: 167px;
}

.dropdownlist-medium
{
	width: 124px;
}

.button
{
    color: #FFFFFF;
    height: 22px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 0.8em;
    border: thin #D9D9D9;
    background-color: #456789;
    font-weight: bold;
}

.accept_button
{
    color: #FFFFFF;
    height: 22px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 0.8em;
    border: thin #D9D9D9;
    background-color: green;
    font-weight: bold;
}



.reject_button
{
    color: #FFFFFF;
    height: 22px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 0.8em;
    border: thin #D9D9D9;
    background-color: red;
    font-weight: bold;
}


.popuptip
{
	visibility: hidden;
	background: #FEF5A8;
	border: 1px solid gray;
	padding: 2px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

.imagedatalist td
{
	padding: 5px;
}

.imagedatalist a
{
	color: #000000;
}

.imagedatalist img
{
	border: none;
}

/*********************
**  GridView Style  **
*********************/
.gridview
{
	background: #456789;
    padding: 1px;
    width: 858px;
    border: #456789 1px solid;
    font-size:12px;
}

.gridview a
{
	color: #000000;
}

.gridview td
{
	
}

.gridview-pager
{
	background: #456789;
	color: #FFFFFF;
	text-align: right;
}

.gridview-pager a
{
	color: #FFFFFF;
}

.gridview-pager table td
{
	border: none;
}

.gridview-row
{
	background: #DEDFDE;
	font-size:12px;
	
}

.gridview-alternatingrow
{
	background: #FEF5A8;
	font-size:12px;
	
}

.gridview-emptyrow
{
	background: #456789;
	color: #FFFFFF;
	font-weight: bold;
}

.gridview-header
{
	background: #456789;
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
}

.gridview-footer
{
	background: #456789;
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
}

.gridview-header a
{
	color: #FFFFFF;
}

/*********************
**  Calendar Style  **
*********************/
.calendar
{
	height: 100px;
	width: 175px;
	border-color: #456789;
	font-family: font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	font-size: 8pt;
}

.calTitle
{
	background: #456789;
	color: #FFFFFF;
}

.calDayHeader
{
	background: #456789;
	color: #FFFFFF;
}

.calNextPrev
{
	background: #456789;
	color: #FFFFFF;
}

.calDay
{
	background: #FEF5A8;
}

.calWeekendDay
{
	background: #D9D9D9;
}

.calOtherMonthDay
{
	background: #FFFFFF;
	color: #999999;
}

.calToday
{
	background: #FEF5A8;
}

.calSelectedDay
{
	background: #456789;
	font-weight: bold;
	color: #FFFFFF;
}
.admin-tab-active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #696969;
	border-top: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-left: 1px solid #D5D291;
	border-bottom: 0px none #D5D291;
	background-color: #ffffff;
	text-align:center;
	text-decoration:sdsd;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}
.admin-tab-inactive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-left: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;
	background-color: #EDECD1;
	text-align: center;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}
.admin-tab-right
{
	border-bottom: 1px solid #D5D291;
}
.admin-tan-border
{
	border-top: 1px solid #ffffff;
	border-left: 1px solid #D5D291;
	border-right: 1px solid #D5D291;
	border-bottom: 1px solid #D5D291;
	background-color: White;
}
.admin-tab-inactive a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.admin-tab-inactive a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
	
}
.admin-tab-inactive a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #696969;
	text-decoration: none;
}
.admin-tab-inactive a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color:white;
	text-decoration:none;
}

a:visited
{
	color:White;
	text-decoration:none;
}

a:link 
{
	color: White;
	text-decoration:none;
}


a:active
{
	color:White;
	text-decoration:none;
}

.tab-active
{
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:100;
	color:Black;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #BDEDFF;
	text-align: center;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
	font-style:normal;
			
}

.tab-inactive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:White;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 0px none #000000;
	background-color: #345678;
	text-align: center;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}