/* Main layout */
html
{
	height: 100%;
}

body
{
	background-color: #FFFFFF;
	margin: 0px;
}

	#wrapper
	{
	 	position: relative;
	 	z-index: 100;
	 	
	 	width: 1000px;
	 	
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		
		background-color: #FFFFFF;
		background-image: url(../img/layout/rep_logo.gif);
		background-repeat: repeat-y;
		background-position: top right;
		
	}
	
		#header
		{
		 	position: relative;
		 	margin-top: -10px;
		 	padding-top: 20px;
		 	z-index: 150;
			clear: both;
			width: 934px;
		}
		
		#menu
		{
		 	position: relative;
		 	z-index: 150;
		 	
		 	float: left;
			width: 200px;
			
			padding-right: 10px;
		}
			
			#menu h2
			{
				font-size: 1.3em;
				margin-top: 1em;
				margin-bottom: 0.2em;
				font-family: sans-serif;
				font-variant: small-caps;
				color: #000000;
			}
			
			#menu a
			{
				text-decoration: none;
				font-size: 1.05em;
				line-height: 1.3em;
				margin-left: 20px;
				color: #DB001B;
				font-weight: bold;
			}
			
				#menu a:hover
				{
					text-decoration: underline;
				}
			
			#menu br
			{
				margin-bottom: 0.15em;
			}
		
		#login
		{
			position: absolute;
			right: 30px;
			top: 10px;
			z-index: 200;
			padding: 7px;
		}
		
			#login a
			{
				color: #000000;
				text-decoration: none;
				font-style: italic;
				font-family: sans-serif;
				font-size: 0.6em;
			}
			
			#login .item
			{
				float: left;
				width: 100px;
				text-align: center;
				overflow: hidden;
				padding-left: 2px;
			}
			
			#login .leftcorner
			{
				float: left;
				width: 15px;
			}
			
			#login .rightcorner
			{
				float: left;
				width: 15px;
			}
			
		#content
		{
		 	position: relative;
			z-index: 150;
			
			width: 680px;
			float: left;
		}
		
		#footer
		{
		 	position: relative;
		 	z-index: 150;
		 	
		 	bottom: 0;
		 	left: 0;
		 	
		 	clear: both;
		 	
		 	padding: 10px;
		 	padding-top: 30px;
		 	
		 	text-align: center;
		 	font-size: 0.8em;
		}
			
			#copyright
			{
				letter-spacing: 0.2em;
				font-size: 0.85em;
			}
		
		#background
		{
			position: absolute;
			width: 101px;
			height: 166px;
			right: 0px;
			bottom: 0px;
			
			background-color: #FFFFFF;
		 	background-image: url(../img/layout/logo.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
		}

/* TEXT */

p
{
	margin-bottom: 1em;
	margin-top: 0;
}

div.small
{
	font-size: 0.8em;
}

/* LIST */

#list .header
{
	padding-left: 1em;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
	float: left;
	width: 580px;
}

#list .line
{
	width: 700px;
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
}

#list .title
{
	width: 500px;
	float: left;
}

#list .action
{
	width: 40px;
	float: right;
}

/* VIEW */

#view br
{
	clear: both;
}

#view .line
{
	width: 700px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
}

#view .label
{
	width: 200px;
	float: left;
	font-weight: bold;
	font-style: italic;
}

#view .value
{
	width: 500px;
	float: left;
}

/* ITEM LINKS (view) */

#itemLinks
{
	width: 700px;
	float: left;
	margin-bottom: 1em;
}

#itemLinks .link
{
	width: 40px;
	float: left;
}

#addToLinks
{
	width: 700px;
	margin-bottom: 1em;
}

#addToLinks .link
{
	width: 700px;
}

/* FORMS */

input, textarea, select
{
	border-width: 1px;
 	border-style: solid;
	border-color: #000000;
	background-color: #C3E0FD;
}

input:focus, select:focus, textarea:focus
{
	background-color: #AAD3FC;
}

#form br
{
	clear: both;
}

#form .line
{
	width: 700px;
	margin-top: 2px;
	margin-bottom: 2px;
	float: left;
}

#form .label
{
	width: 200px;
	float: left;
}

#form .input
{
	width: 200px;
	float: left;
}

#form .guide
{
	width: 200px;
	float: left;
	font-style: italic;
	font-size: 0.8em;
}

#form #submit
{
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
}

#form #captcha
{
	width: 120px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
	border-color: #000000;
}

/* HEADERS */

h1
{
	margin-top: 1em;
	margin-bottom: 0.4em;
	margin-left: 0.4em;
	font-size: 2.2em;
	font-family: sans-serif;
	color: #004489;
}
	
	#toptitle
	{
	 	width: 735px;
		margin-top: 0.15em;
		margin-bottom: 0.5em;
		padding-left: 200px;
		overflow: hidden;
		color: #004489;
		
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #004489;
	}

h2
{
	margin-top: 1.5em;
	margin-bottom: 0.4em;
	margin-left: 0.4em;
	font-size: 1.5em;
	font-family: sans-serif;
	clear: both;
	color: #004489;
}
	
	h2.first
	{
		margin-top: 0px;
	}

h3
{
	
}

/* IMAGES */

img
{
	border-style: none;
}

/* NAVIGATION */
a
{
	color: #000000;
}

/* ERRORS */

input.form_error, select.form_error, textarea.form_error
{
 	border-width: 1px;
 	border-style: solid;
	border-color: #FF0000;
	background-color: #FEDEDE;
}

div.formErrorMessages
{
 	width: 90%;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-top: 1em;
	background-color: #FDFDC5;
	border-width: 2px;
	border-style: solid;
	border-color: #FFFF00;
}

/* MESSAGES */

#message
{
	position: absolute;
	width: 500px;
	margin-left: 226px;
	margin-right: 100px;
	margin-top: 150px;
	z-index: 200;
}

#notification_message
{
	padding: 10px;
	background-color: #AAD3FC;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#error_message
{
	padding: 10px;
	background-color: #DB001B;
	color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	font-weight: bold;
}

/* OTHER */
div.calendar
{
	z-index: 500;
	position: absolute;
	background-color: white;
}
		
#price
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	padding: 10px;
}
