﻿body 
{
    background: url("img/bg.png") repeat-x scroll 0 0 #A7B0C1;
    color: #444444;
    font-family: 'Droid Sans',Verdana,Arial,Geneva,sans-serif;
    font-size: 0.75em;
    xline-height: 1.9em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
	horizontal-align: center;
	margin-top: 10px;
}

.page {
	width: 1245px;
	margin: auto;
}

#logo {
	margin-top: 20px;
	margin-bottom: 25px;
}

#title {
	background-color: #444444;
	color: white;
	text-transform: uppercase;
	padding: 3px 10px;
}

#content {
	background-color: white;
	color: #444444;
	min-height: 600px;
}



A {	
	font-size : 8pt;
	font-weight: normal;
	text-decoration: none;
	color : #ff0000;
}

A:link {
	color : #ff0000;
}

A:active {
	color : #ff0000;
}

A:visited {
	color : #0000ff;
}

A:hover {
	color : #ff0000;
	font-weight: bold;
	text-decoration: underline;
}


#pFilterPanel 
{
	vertical-align: top;
	margin-left: 20px;
}

.ErrorTable 
{
	width: 400px;
	background-color: gray;
	color: white;
	border-color: black;
	border-style: solid;
	border-width: thin;
	 margin: auto;
	 text-align: center;
   position: relative;
   top: 20px;
   line-height: 1.9em;
	 
}

.ErrorTable.td
{
	color: white;
}

.ErrorTitle 
{
 font-weight: bold;
   text-decoration: underline;	
   color: white;
}
.ErrorText, .ErrorTable a 
{
	color: white;
}

.TitlePanel
{ 
	width : 100%;
	vertical-align: top;
}

.FilterTitle
{
	font-family: 'Droid Sans',Verdana,Arial,Geneva,sans-serif;
	font-weight: 700;
	font-size: 2.2em;
	padding-bottom: 20px;
	color: #444444;
	text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
 }

.InfoBox
{
	width: 80%;

}

.modfilterlabel 
{
	margin-left: 5px;
}


.DepartmentTable
{
 width: 100%;	
 margin-top: 20px;
 margin-left: 10px;
}
.InfoTable
{
 width: 100%	
}
.InfoCell
{
 width: 900px;	
}

.DepartmentLabel
{
width: 250px;
border-style: none;
vertical-align: top;
border-width: 0;
margin-left: 5px;
}

.DepartmentFilter
{
	width: 735px;
}

.ViewTimetableButton
{
width: 150px;
}

.LoginBox
{
  border-Color: Black;
  border-Style: solid;
  border-Width: thin;
  margin: 0 auto;
}

.LoginInputBox 
{
width: 200px;
}

.LoginButton
{
width: 150px;
}

.ErrorMessage
{
    font-size: 10;
	color: Red;
}

.TitleText
{  font-weight: bold;
}

.LoginText
{  font-weight:  normal;
}

.InstructionText 
{
   font-style: italic;
   font-size: 10;
}

.ObjectInputErrorLabel
{
	color: Red;
}



.LinkPanel {



	vertical-align: top;
	overflow: hidden;
	padding-left: 20px;
	line-height: 1.9em;
}

.LinkPanel a {

}


.LinkPanel a:hover, .LinkButtonSelected a:hover {
    font-family: 'Droid Sans',Verdana,Arial,Geneva,sans-serif;
    font-size: 1.0em;
	color: #990000 !important;
	text-decoration: none;
	font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}


.FilterPanel {
	text-align: left;
	width: 100% !important;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
}

#pLinkPanel {
	border-bottom: 1px dashed #cccccc;
	width: 160px;
}

.LinkButton, .LinkButtonSelected {	

    font-family: 'Droid Sans',Verdana,Arial,Geneva,sans-serif;
    font-size: 1.0em;
	color: #3B5179 !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);

	display: block;
	padding: 0.4em 0 0.4em 0.4em;
	border-top: 1px dashed #CCCCCC;
	width: 160px !important; 
	text-align: left;

}

.LinkButtonSelected {

	xfont-weight: bold;
}






#LinkBtn_information {

    background-image: none;
    padding: 5px;

    border: medium none;
	text-align: left;
	
}

#bGetTimetable {
	margin-left: 360px;
	margin-top:20px;
}

.modfiltercontrol, .WildcardTextBox {
	width: 655px;
}

#pUser { display: none; }

select, input {
	background-color: #f3f3f3;
}
	


.ViewTimetableButton
{
width: 116px;
background: transparent url("img/view.jpg") no-repeat center top;
cursor:pointer;
height: 36px;
border: none;
color: transparent;
margin-left: auto;
}


.WildcardButton, .modfilterbutton
{
width: 74px;
background: transparent url("img/search.jpg") no-repeat center top;
cursor:pointer;
height: 36px;
border: none;
color: transparent;
margin-left: auto;
vertical-align: top !important;
}

.LoginBox {
	display: none;
}