﻿body
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/Background.jpg');
	background-position: center inherit;
	background-repeat: repeat;
	background-color: #6d98cf;
}

div#main
{
	background-image: url('Images/transparent_bg.png');
	background-repeat:repeat;
	width: 65%;
	position: absolute;
	left: 350px;
	/*padding-left: 2em;
	padding-right: 2em;*/
	height: 100%;
}


div#dropdownmenu
{
	height:46px;
}

/*
div#nav
{
	border-color: #000000;
	border-width: 1px;
	position: absolute;
	left: 50px;
	top: 100px;
	height: 425px;
	width: 250px;
}
*/

/*tree view styles*/
.navTree
{
	color: #FFFFFF;
	font-family: Tahoma;
}
.universityNode
{
	font-size: 20px;
	font-weight: bold;
	color: #F3F3F3;
}
.campusNode
{
	font-size: 18px;
	font-weight: bold;
	color: #E0E0E0;
}
.resHallNode
{
	font-size: 16px;
	font-weight: bold;
	color: #D1D1D1;
}
.roomNode
{
	font-size: 14px;
	color: #F3F3F3;
	text-decoration: underline;
}
.roomNode:hover
{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
.roomInfo
{
	font-size: 14px;
	font-weight: bold;
	color: #CCFFFF;
	border: none;
	height:16px;
	width:16px;
}
.navRoom:hover
{
	font-size: 14px;
	color: #66CCFF;
	text-decoration: underline;
}
.navRoom
{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	border: none;
}

/*end tree view styles*/

/*room table styles*/
.contentTable
{
	text-align: left;
}
.titleLabel
{
	/*color: #F3F3F3;*/
	color: Black;
	font-size: 24px;
	font-weight: bold;
}
.infoLabel
{
	text-align:right;
	/* color: #F3F3F3; */
	color: Black;
}
.tblRoom
{
	width: 100%;
	color: #003366;
	font-weight: bold;
	border-spacing: 0px;
	text-align:left;
	border: solid 1px black;
}
.trRoomHeader
{
	padding: 0px;
	margin: 0px;
	background-image: url('Images/new_blue_glass.png');
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
	color: #F3F3F3;
	font-weight: bold;
}
/*
.trRoomRowDryer1:Hover
{
	background-image: url(Images/transparent_bg.png);
}
.trRoomRowWasher1:Hover
{
	background-image: url(Images/transparent_bg.png);
}
.trRoomRowDryer2:Hover
{
	background-image: url(Images/transparent_bg.png);
}
.trRoomRowWasher2:Hover
{
	background-image: url(Images/transparent_bg.png);
}
*/
.trRoomRowDryer1
{
	background-position: center;
	background-image: url('Images/front_room_dryer1.png');
	background-repeat: repeat-x;
}
.trRoomRowDryer2
{
	background-position: center;
	background-image: url('Images/front_room_dryer2.png');
	background-repeat: repeat-x;
}
.trRoomRowDryerBusy
{
	background-position: center;
	color:White;
	background-image: url('Images/front_room_dryer_busy.png');
	background-repeat: repeat-x;
}
.trRoomRowWasher1
{
	background-position: center;
	background-image: url('Images/front_room_washer1.png');
	background-repeat: repeat-x;
}
.trRoomRowWasher2
{
	background-position: center;
	background-image: url('Images/front_room_washer2.png');
	background-repeat: repeat-x;
}
.trRoomRowWasherBusy
{
	background-position: center;
	color:White;
	background-image: url('Images/front_room_washer_busy.png');
	background-repeat: repeat-x;
}
/* end room table */

input[type="text"], textarea
{
	border: 1px solid #aaa;
}



/* Default.aspx page Style */
div#Logo
{
	text-align:center;
	margin-top: 10%;	
	width: 100%;
}

.navCell
{
	padding-right: 10px;
	padding-left: 10px;
	background-position: right;
	background-image: url('Images/front_top_bar_arrow.png');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #336699;
}

div#UniversityCodeBox
{
	height: 150px;
	text-align:center;
	background-image: url('Images/Intro.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.TextWaterMark
{
	font-size: 32px;
	color: Gray;
	text-align:center;
}

.SchoolCodeBox
{
	text-align:center;
	font-size: 32px;
}


/*body
{
    
    height:100%;
    margin:0px;
    padding:0px;
    
}*/

.topArea
{
    background-image:url('images/top_bg.png'); 
    background-repeat:repeat-x;
}

.leftArea
{
	background-image: url( 'images/opac70_blue.png' );
	background-repeat: repeat;
	width: 400px;
	min-height : 100%;
	float: left;
	left: 0px;
	top: 45px;
	position:absolute;
	padding-left: 10px;
	padding-top: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}

.contentArea
{
    margin-left: 420px;
    margin-right: 20px;
    padding-left: 10px;
    padding-left: 15px;
    padding-top: 10px;
	
}

	
img
{
	border: none;
}

div#selectLaundry
{
	text-align:center;
	background-image: url('Images/Intro_03.png');
	background-position: centeR TOP;
	background-repeat: no-repeat;
	width: 100%;
	top: 7%;
}
