@charset "utf-8";

/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* thanks yahoo yui */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{
    margin:0;
    padding:0;
}

table 
{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img 
{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var 
{
    font-style:normal;
    font-weight:normal;	
}

ol,ul 
{
    list-style:none;
}

caption,th 
{
    text-align:left;
}

h1,h2,h3,h4,h5,h6 
{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after 
{
    content:'';
}

abbr,acronym 
{ 
	border:0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*       */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

body 
{
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: .90em;
	text-align: center;
}

#wrap
{
	width: 1000px;
	background-color: #ffffff;
	margin: 0 auto;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

#header
{
	background-image: url(hdr_01.jpg);
	background-repeat: no-repeat;
	height: 150px;
    color: lime;
}

	#header #restricted
	{
		padding-top:10px;
		padding-right: 10px;
	}

		#header #restricted a, a:visited
		{
			color: lime;
			font-size: small;
			text-decoration: none;
		}

		#header #restricted a:hover
		{
			color: lime;
			text-decoration: underline;
		}

	#navigation
	{
		position: relative;
		top: 85px;
		left: 360px;
		width: 600px;
	}

		#header #navigation a, a:visited
		{
			color: #000000;
			font-size: larger;
			text-decoration: none;
			font-weight: bold;
		}

		#header #navigation a:hover
		{
			color: #000000;
			font-size: larger;
			text-decoration: underline;
			font-weight: bolder;
		}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* MAIN */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

#main
{
	width: 1000px;
	background-color: #FFFFFF;
   	color: #000000;
}

	#main #leftMain
	{
		float: left;
		width: 700px;
		background-color: #ffffff;
	}

		#main #leftMain #leftMainContent
		{
			padding-right: 10px;
			padding-left: 10px;
		}
			
			#main #leftMain #leftMainContent .hint
			{
				color: silver;
				font-style: italic;
				font-size: small; 
			}

			#main #leftMain #leftMainContent .tbl
			{
				font-size: smaller;
			}

			#main #leftMain #leftMainContent .tblttl
			{
				font-weight:bold;
			}

			#main #leftMain #leftMainContent .rcEven
			{
				background-color:#CCC;
			}						 

			#main #leftMain #leftMainContent .rcOdd
			{
				background-color:#FFF;
			}			

			#main #leftMain #leftMainContent .notification
			{
				padding-top: 10px;
				padding-bottom: 20px;
				color: #F00;
				font-style: normal;
				font-weight:bold;
				font-size: small;
				background-color:#FFF;
				display: block;
			}

			#main #leftMain #leftMainContent .errornotification
			{
				color: #F00;
				font-style: normal;
				font-size: small; 				
			}

			#main #leftMain #leftMainContent a, a:visited
			{
				color: #0000FF;
				text-decoration: none;				
			}

			#main #leftMain #leftMainContent a:hover
			{
				color: lime;
				text-decoration: underline;
			}

			#main #leftMain #leftMainContent h1
			{
				font-weight: bold;
				color: teal;
				padding-bottom: 10px;
				padding-top: 10px;
			}
			
			#main #leftMain #leftMainContent p
			{
				padding-bottom: 5px;
				padding-top: 5px;				
			}
		
	#main #rightMain
	{
		float: right;	
		width: 300px;
		height: 100%;
		background-color: #ffffff;
	}

		#main #rightMain #rightMainContent
		{
			padding-right: 10px;
			padding-left: 10px;
		}
		
			#main #rightMain #rightMainContent .hint
			{
				color: silver;
				font-style: italic;
				font-size: small; 
			}

			#main #rightMain #rightMainContent h1
			{
				font-weight: bold;
				color: teal;
				padding-bottom: 10px;
				padding-top: 10px;
			}
			
			#main #rightMain #rightMainContent p
			{
				padding-bottom: 5px;
				padding-top: 5px;				
			}

			#main #rightMain #rightMainContent .notification
			{
				padding-top: 10px;
				padding-bottom: 20px;
				color: #F00;
				font-style: normal;
				font-weight:bold;
				font-size: small;
				background-color:#FFF;
				display: block;
			}


			#main #rightMain #rightMainContent a, a:visited
			{
				color: #0000FF;
				text-decoration: none;				
			}

			#main #rightMain #rightMainContent a:hover
			{
				color: lime;
				text-decoration: underline;
			}

		
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-----------------------------------------------------------------------------------------------------------------------------------*/

#footer
{
	clear: both;
	width: 1000px;
	background-color: #000000;
	height: 50px;
   color: #ffffff;
	font-size: smaller;
	padding-top: 10px;
}

	#footer #legal a, a:visited
	{
		color: lime;
		text-decoration: none;
	}
	
	#footer #legal a:hover
	{
		color: lime;
		text-decoration: underline;
	}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*       */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
