@charset "utf-8";
/* CSS Document */


/* Overrides U of G templates */

/* Display the Student Housing Services title in the Red Bar */
#header #global .container h1 { display: block; }
#header #global .container h1 a { color: #fff; text-decoration: none; }


/* Polaroids */
.BreadCrumbs
{ 
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	background-image: url(/img/featurebg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 2px; 
	
	font-size: 10px;
	color: #fff;
}

.BreadCrumbs a
{ 
	color: #fff;
}


/* Yellow Fly-out menus */
#local .pdf,
#local .zip,
#local .doc,
#local .txt,
#local .rtf,
#local .ppt,
#local .xls,
#local .emailp,
#local .wpd,
#local .wmv
{
	display: none;
}

#local .container
{
	z-index: 1000;
}

#local li:hover
{
	position: relative;
	z-index: 1000;
}

#local .container ul li ul
{
	visibility: hidden;	
	position: relative;
	display: none;
	
	list-style: none;	

	top: -4px;
	width: 90px;
	height: auto;
			
	text-transform: capitalize;
}

#local .container ul li:hover ul
{
	visibility: visible;
	display: block;
	background: none;
	background-color: #c60;
}


#local .container ul li:hover ul li
{	
	vertical-align: middle;		
	
	background-color: #c60;		
	text-align: left;
}

#local .container ul li:hover ul li:hover,
#local .container ul li:hover ul li:hover a
{
	background-color: #000;
}

#local .container ul li:hover ul li a
{
	position: relative;
	z-index: 1000;

	margin: 0;

	height: auto;
	width: auto;
	
	overflow: hidden;
	
	padding: 5px;
	text-align: left;
	
	background: none;
	background-color: #c60;
	border-bottom: 1px solid #eee;
	
	text-align: left;
	font-size: 80%;	
}


/* Makes sidebar blue */
#sidebar { background: #eef; /*height: auto;*/ }
#sidebar .container{  margin: 0 auto 10px; width: 240px; background: #eef; }
#sidebar .sidebox h4{ background-color: #eef; }

/* Side Navigation Menu */
#sidebar #subnav { margin-top: 20px; }
#sidebar #subnav h3 { height: 20px; display: block; clear: both; background-color: #69c; font-size: 14px; }
#sidebar #subnav ul li a { background-color: #eef; }
#sidebar #subnav ul ul { margin: 0px; }

.expand { background: url('/img/expanded.gif') no-repeat right; width: 20px;  padding: 0 20 0 0; margin: 5px; }
.expand:hover { background: url('/img/expanded_hover.gif') no-repeat right; width: 20px;  padding: 0 20 0 0; margin: 5px; }
.collapse { background: url('/img/collapsed.gif') no-repeat right; min-width: width: 20px;  padding: 0 20 0 0; margin: 5px; }
.collapse:hover { background: url('/img/collapsed_hover.gif') no-repeat right; width: 20px;  padding: 0 20 0 0; margin: 5px; }

/* Student Affairs Logo */
#sidebar .container #StudentAffairsLogo img { width: 240px; }

/* Social Networks */
#socialNetworks { text-align: left; }
#socialNetworks ul { height: 45px; list-style-type: none; }
#socialNetworks ul li { float: left; width: 45px; height: 45px; padding-right: 6px; }
#socialNetworks ul li a { display: block; width: 45px; height: 45px; text-indent: -99999px; }
#socialNetworks ul li a.facebook { background: transparent url('/img/facebook.png') 0 0 no-repeat; }
#socialNetworks ul li a.twitter { background: transparent url('/img/twitter.png') 0 0 no-repeat; }
#socialNetworks ul li a.storeYourDorm { background: transparent url('/img/storeYourDorm.png') 0 0 no-repeat; }
#socialNetworks ul li a.handbook { background: transparent url('/img/handbook.png') 0 0 no-repeat; }
#socialNetworks ul li a.youtube { background: transparent url('/img/youtube.png') 0 0 no-repeat; }

#sidebar .contact { font-size: 11px; margin-top: 20px; }

.none { border: none; }
.red { border-bottom: 20px solid #c03;}
.yellow { border-bottom: 20px solid #f90; }

#modStamp{ font-size: 10px; font-style: italic; }

#main #content
{
	max-width: 590px;
}

#main #content form>*
{
	margin-left: 0px;
	margin-right: 0px;
}

#main #content form input
{
	width: auto;
	font-weight: normal;
}

#main #content form input.button
{
	width: auto;
	padding: 5px;
	font-weight: bold;
}

label
{
	font-weight: bold;
}

.error, .bad
{ 
	width: auto; 	
	padding: 3px 3px 3px 30px;
	
	border: 1px solid #000;
	background: #c00 url(/img/exclamation.gif) top left no-repeat; 
	color: #fff;
	text-align: left;	
}

.success, .good
{ 
	width: auto; 	
	padding: 3px 3px 3px 30px;
	
	border: 1px solid #000;
	background: #e2f9e3 url(/img/checkmark.gif) top left no-repeat; 
	color: #060;
	text-align: left;	
}

.info
{
	width: auto; 	
	padding: 3px 3px 3px 30px;
	
	border: 1px solid #E2C822;
	background: #FFF9D7 url(/img/yellowExclamation.png) top left no-repeat; 
	color: #000;
	text-align: left;	
}

table
table tr,
table th,
table td,
table#dataTable,
table#dataTable tr,
table#dataTable th,
table#dataTable td
{
	border-collapse: collapse;
}

table,
table tr
table#dataTable,
table#dataTable tr
{
	width: auto;
}



table#dataTable td
{
	text-align: center;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #999;
}

table td.label,
table#dataTable td.label
{
	font-size: 12px;
	text-align: right;
	vertical-align:top;
}

table tr.shaded,
table#dataTable tr.shaded
{
	background-color: #ddd;
}


table#dataTable tr#hover:hover
{
	background-color: #bcd7fa;
}


table th,
table#dataTable th
{
	background-color: #000;
	border: 1px solid #999;
	color: #fff;
}



fieldset
{
	padding: 10px;
}

fieldset legend
{
	font-weight: bold;
}


fieldset table
{
	width: 99%;
}

fieldset table tr
{
	width: 100%;
}

fieldset table tr td.label
{
	width: 35%;
	text-align: left;
}

#main #content fieldset form input
{
	width: auto;
}

#sidebar .sidebox #onlineHelp p
{
	background: #fff;
	border-left: 1px solid #e6e7e2;
	border-right: 1px solid #e6e7e2;	
}

a.searchResults
{
	border: 1px solid #fff;
	text-decoration: none;		
}


a.searchResults:hover
{
	border: 1px solid #777;
	background-color: #eee;
}


#main .container #content #messages
{
	width: auto;
	padding: 0px;
	margin: 0px;
}

div.faq
{
	border: 1px solid #999;
}

table .yui-calendar,
table .yui-calendar th,
table .yui-calendar tr,
table .yui-calendar tr.shadded,
table .yui-calendar tr:hover,
table .yui-calendar tr.shadded:hover,
table .yui-calendar .calhead,
table .yui-calendar .calheader,
table .yui-calendar .calweekdaycell
{
	background-color: #fff;
	color: #333;
	border: none;
}

table .yui-calendar .calhead
{
	border-bottom:1px solid #E0E0E0;	
}

table .yui-calendar td a:hover
{
	color: #FFF;
}
