/* Font */
body, a, td, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Background */
body
{
	margin: 0;
	padding: 0;
}
div.Wrapper
{
	position: relative;
	margin: 0 auto;
	width: 760px;
	min-height: 660px;
}

/* C2 Branding */
h1.Tab
{
	position: absolute;
	top: 0;
	left: -10px;
	margin: 0;
}
h1.Tab a
{
	display: block;
	width: 73px;	
	padding-top: 59px;
	height: 0;
	overflow: hidden;
}

/* Navigation */
ul.Menu
{
	position: absolute;
	top: 15px;
	left: 100px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.Menu li
{
	display: inline;
	padding-right: 30px;
	border-right: solid 1px #ccc;
	margin-right: 30px;
}
ul.Menu li.Last { border-right: 0; }
ul.Menu a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
ul.Menu a:hover { text-decoration: underline; }

/* Search */
div.Search
{
	position: absolute;
	top: 16px;
	right: 0;
}
div.Search input
{
	background: #fff url(/Web/Images/InputBg.gif) repeat-x left bottom;
	width: 100px;
	height: 12px;
	border: solid 1px #ccc;
	border-right: 0;
	font-size: 0.6em;
	color: #333;	
	margin: 0;
	padding: 2px;
}
div.Search a
{
	display: block;
	width: 18px;
	height: 0;
	padding-top: 18px;
	overflow: hidden;
	background: url(/Web/Images/SearchButton.gif);
}
div.Search a:hover { background-position: left -18px; }

/* Status */
div.StatusBar
{
	font-size: 0.6em;
	background: #fff899;
	border: solid 1px #ccc67a;
	padding: 5px;
	margin-bottom: 15px;
	color: #000;
}

/* Scenery */
a.Switch
{
	display: block;
	position: absolute;
	top: 240px;
	left: 630px;
	width: 110px;
	height: 0;
	padding-top: 45px;
	overflow: hidden;
	background-position: left top;
}
a.Switch:hover { background-position: left -45px; }

/* Columns */
div.Columns
{
	width: 760px;
	overflow: hidden;
	padding-top: 290px;
}
div.LeftColumn
{
	float: left;
	width: 470px;
}
div.RightColumn 
{ 
	float: right; 
	width: 230px;
}
div.LeftColumn h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.8em;
	margin: 0;
}
div.LeftColumn p, div.LeftColumn td
{
	font-size: 0.8em;
	line-height: 1.5em;
}
div.LeftColumn p.Intro
{
	font-size: 1em;
	line-height: 1em;
}

/* Footer */
div.Footer
{
	width: 760px;
	margin: 50px auto;
	padding: 40px 70px;

}
div.Footer p { margin: 0; }
p.Gloo a
{
	display: block;
	width: 110px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
}
p.Copyright
{
	padding-top: 5px;
	font-size: 0.6em;
}
p.Copyright, p.Copyright a 
{ 
	color: #666; 
	text-decoration: none;
}
p.Copyright a:hover 
{ 
	color: #fff; 
	text-decoration: underline;
}

/* Homepage intro */
div.Intro
{
	padding-bottom: 40px;
	width: 470px;
	overflow: hidden;
}
div.Intro h2
{
	width: 150px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
}
div.Intro h2 span
{
	display: block;
	font-weight: normal;
	color: #aaa;
}
div.Intro p
{
	float: right;
	width: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0;
	padding-top: 5px;
	margin: 0;
}

/* Homepage tags */
div.Tags h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1em;
}
div.Tags ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.Tags li { display: inline; }
div.Tags a
{
	padding: 1px;
	color: #666;
	text-decoration: none;
}
div.Tags a:hover { text-decoration: underline; }
div.Tags a.Level0 { font-size: 0.5em; }
div.Tags a.Level1 { font-size: 0.6em; }
div.Tags a.Level2 { font-size: 0.7em; }
div.Tags a.Level3 { font-size: 0.8em; }
div.Tags a.Level4 { font-size: 0.9em; }
div.Tags a.Level5 { font-size: 1.0em; }
div.Tags a.Level6 { font-size: 1.1em; }
div.Tags a.Level7 { font-size: 1.2em; }

/* Login device */
div.Login
{
	padding: 10px;
	width: 204px;
	height: 34px;
	font-size: 0.6em;
	margin-bottom: 25px;
}
div.Login th
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 1.2em;
	padding-right: 5px;
}
div.Login input
{
	background: #fff url(/Web/Images/InputBg.gif) repeat-x left bottom;
	width: 65px;
	height: 12px;
	border: solid 1px #ccc;
	border-right: 0;
	color: #333;	
	margin: 0;
	padding: 2px;
}
div.Login a.Login
{
	display: block;
	width: 18px;
	height: 0;
	padding-top: 18px;
	overflow: hidden;
	background: url(/Web/Images/LoginButton.gif);
}
div.Login a:hover { background-position: left -18px; }
div.Login a.Forgot
{
	color: #666;
	text-decoration: none;
}
div.Login a.Forgot:hover { text-decoration: underline; }

/* Recent work device */
div.Recent h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 10px;
}
div.Recent ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.Recent li
{
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 0.6em;
}
div.Recent a
{
	display: block;
	color: #0b8aba;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}
div.Recent a:hover { text-decoration: underline; }