﻿* { margin: 0px; padding: 0px; }

body
{
	font-family: Tahoma;
	font-size: 1em;
	text-align: center;
	background: #fff;
}

a:link, a:visited { color: #09f; text-decoration: none; }
a:active, a:hover { color: #09f; text-decoration: underline; }

.left { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }
.justify { text-align: justify !important; }

img { border: none; }

#Wrapper
{
	width: 980px;
	margin: 0px auto;
	text-align: left;
}

#Header 
{
	float: left;
	width: 950px;
	height: 100px;
	padding: 15px;
}

	#Header h1
	{
		font-size: 1.2em;
		font-weight: normal;
		color: #333;
		padding: 23px 10px;
	}

#Body
{
	float: left;
	width: 940px;
	padding: 20px;
}
	
	#Body h1,
	#Body h2,
	#Body h3,
	#Body h4,
	#Body h5
	{
		font-family: Georgia;
		color: #369;
		padding: 5px 0px;
		margin-bottom: 10px;
		border-bottom: solid 1px #e6e6e6;
	}
	
	#Body h1 { font-size: 1.3em; }
	#Body h2 { font-size: 1.2em; }
	#Body h3 { font-size: 1.1em; }
	#Body h4 { font-size: 1.0em; }
	#Body h5 { font-size: 0.9em; }
	
	#Body p 
	{
		font-size: 0.8em;
		line-height: 1.4em;
		padding-bottom: 1em;
	}
	
	#Body ul
	{
		font-size: 0.75em;
		margin-left: 1em;
		margin-bottom: 1em;
		padding-left: 1em;
		padding-right: 6em;
		line-height: 1.4em;
		color: #333;
	}
	#Body li
	{
		padding-bottom: 0.5em;
	}
	
	#Body table
	{
		border-collapse: collapse;
		font-size: 0.8em;
		margin-bottom: 2em;
	}
		#Body table.fullsize 
		{
			width: 100%;
		}
	
	#Body th, #Body td
	{
		text-align: left;
		padding: 0.4em;
		border-bottom: solid 1px #e6e6e6;
	}
	
	
	#Body.dialog
	{
		width: 440px;
		margin: 30px 250px;
	}
	
	#Dialog
	{
		/*
		-moz-border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		background-color: #036;
		font-size: 1.4em;
		color: #fff;
		padding: 0.8em;
		*/
		padding: 1em 0em;
	}
	
	#Dialog label
	{
		font-size: 1em;
		font-weight: bold;
		width: 150px;
		float: left;
		clear: left;
		padding-top: 11px;
	}
	
	#Dialog input[type=text]
	{
		font-size: 1.2em;
		padding: 0.2em;
		margin: 0.5em 0em;
		background-color: #ffc;
		float: left;
		width: 200px;
	}
	
	#Dialog input[type=text].short 
	{
		width: 100px;
	}
	
	#Dialog input[type=submit]
	{
		cursor: pointer;
		font-size: 1em;
		padding: 0.3em;
		float: left;
		clear: both;
		margin: 0.5em 0 0 150px;
	}
	
	#Dialog .error 
	{
		float: left;
		padding: 10px;
	}
	
	#Dialog .errorMsg
	{
		float: left;
		width: 100%;
		background: url("close_32.png") no-repeat 0px 0px;
		padding: 6px 0px;
		padding-left: 42px;
		color: #f00;
		margin-bottom: 10px;
	}

#Footer 
{
	float: left;
	width: 980px;
	margin: 20px 0px;
	font-size: 0.8em;
	color: #666;
	text-align: center;
}


table { border-collapse: collapse; }
th, td { text-align: left; vertical-align: top; }
