﻿WHATEVER 
{
	
	}
	
body {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	background-image:url('Images/Desktop_Background.png');
	background-repeat:repeat-x;
	/*width: 97%;*/
	font-family: Calibri, Arial;
	font: Calibri, Arial;
	color: #404040;
	font-size: 0.7em;
    height: 100%;
}


.toptitle{
	padding: 5px;
	background-color: #4A452A;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	height:80px;
	background-image:url('Images/Title_Background.png');
	background-repeat:repeat-x;

}

.toptitlebody{
	
	height: 65px;
	width:350px;
	max-width:350px;
	float:left;
	
}

.toptitleside{
	margin-left: 360px;
	text-align:right;
}
.toptitlefooter{
	text-align:right;
	clear:both;
}

.toptitle a{
	color:#FFFFFF;
}

.toptitlefooter a:hover{
	background-color:#333333;
}


.master {
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	max-width: 1300px;
	min-width: 950px;
	box-shadow: 8px 8px 15px #666;
	-moz-box-shadow: 8px 8px 15px #666;
	-webkit-box-shadow: 8px 8px 15px #666;
	margin-bottom: 20px;
	padding-top: 1px;
}

.rightsidebar {
	
	width: 220px;
	margin-right:10px;
	float: right;
	background-color: #EEE;
	padding-left: 2px;
	}
	
.sidebar {
	float: left;
	max-width:200px;
	width: 200px;
}


.maincontentwithrightside {
	margin-left: 201px;
	/*margin-right:20px;*/
	width: 550px;
	
}

.maincontent {
	margin-left: 201px;
	margin-right:10px;

}

.maincontentfullscreen {
	margin-left: 20px;
	margin-right:20px;

}

.userinfo {
	clear: both;
	padding-bottom: 30px;
}
a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

img {
	border: 0px none;
	vertical-align: middle;
}
table {
	margin: 0px;
	width: 100%;
	border-collapse: collapse;

}

.tablemain
{

	border-style:solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.tablemain th 
{
    text-align:left;
    }

.tablerightsidebar
{
	/*NOTHING IN HERE YET, THIS IS FOR THE SIDE BAR*/
	}

/* THIS IS WHAT EACH SECTION GETS*/
.tdOption {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	border-bottom: 1px solid #C0C0C0;

}

.tdOption a{
	font-size:1.3em;
}	

.tdOption ul
{
	list-style-type: disc;
	
	}

ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 20px;
}

.tdtitle {
	margin-left: 20px;
	border-bottom: 50px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 2em;
	font-weight:normal;
	background-color: #DDDDDD;
	text-align: left;
	padding-left: 5px;
}

.tdtitleresult
{
    text-align: center;
    }

.divresultreturn
{
	font-weight: bolder;
	color: Blue;
	font-size: 1.3em;
	}

input.text {
	width: 95%;
}

.formElements{
	width:95%;
	font-family: Calibri, Arial;
	font: Calibri, Arial;
}

.formElementsSmaller{
	width:80%;
	font-family: Calibri, Arial;
	font: Calibri, Arial;
}

.formElementsSmallerSide{
	width:65%;
	font-family: Calibri, Arial;
	font: Calibri, Arial;
}

select {
	width: 95%;
}

a:hover{
	background-color:#CCCCCC;
}

.sidebar li {
	/*margin-top: 0.5em;*/
	padding-top: 0.5em;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
}


.sidebar h3{
	margin-left: 20px; 
	border-bottom: 50px;
	border-bottom-color: gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:1.4em;
	background-color: #DDDDDD;
		padding-left: 5px;
		margin-top:0px;
}


th{
	background-color:#C0C0C0;
	font-size:1.2em;
}

td
{
	vertical-align:top;
	}





#calendar {
	width: 99%;
	margin: 0 auto;
}

.classDone span{
	text-decoration: line-through;
}

.NormalTable th
{
	font-size:1.0em;
    padding: 5px 10px 5px 2px;
    
}

.rTable { display: table; border:solid 1px; }
.rTableRow { display: table-row; border:solid 1px }
.rTableHeading { display: table-header-group; }
.rTableBody { display: table-row-group; }
.rTableFoot { display: table-footer-group; }
.rTableCell, .rTableHead { display: table-cell; border-left:solid 1px ;padding: 1px ; text-align:center}

.NormalTable th:hover {
   background-color: #DDD;
}

.normalTableOdd
{
	background-color: #EEE;
}

.MiniTable
{
	border-style: none;
}

.MiniTableOdd
{
    background-color: #EEE;
    }

.NormalTable a {
	font-size: 1.0em;
	font-weight: bold;
}


.sidebar ul 
{
    list-style: none;
    }


.bottomBar
{
    margin-left: 10px;


}

.bottomBarLogin
{
    width: 500px;
    background-color: gray;
    margin: 20px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}


.fc-event,
.fc-agenda .fc-event-time, fc-title
.fc-event a {
	font-size: 0.9em;
		}


.fc-event,
.fc-agenda, .fc-event-time,
.fc-event, .CalendarEvent a {
	border-style: solid; 
	border-color: #97B7E8;     /* default BORDER color (probably the same as background-color) */
	background-color: #97B7E8; /* default BACKGROUND color */
	}

.fc-event,
.fc-agenda, .fc-event-time,
.fc-event, .otherNoneEditCalendarEvent a {
	border-style: solid; 
	border-color: #FFE7AD;     /* default BORDER color (probably the same as background-color) */
	background-color: #FFE7AD; /* default BACKGROUND color */
	}


.fc-event-time{
	color:black;
}

.fc-event-title { 
	white-space: nowrap;
}



.clear {
	clear:both
}

.slideshow {
	/*position:relative;*/
	height:460px
}
	.slideshow a {
		float:left;
		position:absolute;
	}
	
	.slideshow a img {
		border:none;
	}
	
	.slideshow a.show {
		z-index:500
	}

	.slideshow .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	.slideshow .caption .content {
		margin:5px
	}
	
	.slideshow .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

.ganttview
{
    background-color: #EDEDED;
    }

.ganttview-grid-row-cell
{
    background-color: #FFF;
    }

.ganttview-weekend
{
    background-color: #EDEDED;
    }
    
.ganttview-vtheader-item-name
{
    background-color: #EDEDED;
    }


    
thead .header
{
    cursor: pointer;
    }
    
    
thead .headerSortUp, thead .headerSortDown
{
    background-color: #404040;
    color: #FFF;
    }
    
.submitAnswer 
{
    color: #E00;
    font-weight:bold;
    font-size: 1.2em;
    }
    
.createnewrecord:hover 
{
    cursor: pointer
}

.selectedsidebaritem
{
    background-color: #EEE;
    display:none;
    }

#sidebarul 
{
    margin-top: 0px;
    }

.searchbutton
{
    padding-top: 2px;   
    }

.searchbutton:hover 
{
    cursor: pointer;
}

.NormalTable td 
{
    padding: 4px 4px 2px 4px;
    
    }
    
.NormalInputTable td 
{
    padding: 4px 4px 2px 4px;
    
    }

.NormalInputTable th
{
	font-size:1.0em;
    padding: 5px 2px 5px 2px;
}

.NormalInputTable th:hover {
   background-color: #DDD;
}

.normalInputTableOdd
{
	background-color: #EEE;
}


.NormalInputTable a {
	font-size: 1.0em;
	font-weight: bold;
}


.tablenum th, .tablenum td
{
	text-align:right;
/*	padding-right: 5px;*/
	}

    
.MiniTable td 
{
    padding: 4px 4px 2px 4px;
    }

.subTableOdd
{
    background-color: #EEE;
    }

.SubTable td 
{
    padding: 4px 4px 2px 4px;
    }

.SubTable a{
   font-size: 1.0em;
   font-weight: bold;

}

.omitted 
{
   background-color: #FFCACA;
    }
    
.NormalTableFooter
{
    color: #FFF;
    background-color: #919191;
    font-weight: bold;
    border-top: 1px solid #000;
    }
    

.jqiclose {
    display: none;
}


.ui-draggable-dragging {
z-index: 10;
}

.jqimessage 
{
    text-align: center;
    }

.jqibuttons
{
    text-align: center;
    }
 
 

.buttonFormat {
	background-color:#ffffff;
	border:2px solid #B4B4B4;
	display:inline-block;
	color:#666666;
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:normal;
	padding:1px 15px;
	text-decoration:none;
}
.buttonFormat:hover {
	background-color:#808080;
	color: #FFF;
	cursor:pointer;
}
.buttonFormat:active 
{
    background-color:#FFF;
	/*position:relative;
	top:2px;*/
	
}

.mainlogin
{
    padding-bottom: 10px;
    padding-top: 10px;
    }


input.tableFilter
{
    width: 200px;
    }
    
.loginFormElement
{
    font-family: Calibri, Arial;
	font: Calibri, Arial;
    
    }
    
.subTableLink:hover
{
    cursor:pointer;
    }
.ui-tooltip{
    white-space:pre-line;
    font-size:xx-small;
}