/* Document Information -----------------------------------------------------
Document:  main.css  (created on: 7/20/2009 14:00:00 PM)
Copyright RPlaza
--------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #EEE;
	background: #960809 url(../images/back_body.gif) top left repeat-x;
	}
img { border: 0px; }
form { margin: 0; }
h1 { font-size: 1.2em; font-weight: 800; }
p { margin-bottom: 1.0em; }

/* PAGINA INDELING */
#container {
	position: relative;
	left: 50%;
	margin-left: -490px;
	padding: 0;
	width: 980px;
	height: auto !important;
	height: 700px;
	overflow: visible;
	background: transparent url(../images/back_container.gif) top left no-repeat scroll;
	}
	head:first-child+body #container {
		height: 1%;
		min-height: 700px;
		overflow: hidden;
		}

#containerpage {
	margin: 5px 0 0 290px;
	padding: 0;
	width: 508px;
	}

#containerpage_menu {
	margin-bottom: 5px;
	padding: 0;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}
	#containerpage_menu ul {
		margin: 0;
		padding: 0;
		display: inline;
		list-style: none;
		}
	#containerpage_menu ul li {
		float: left;
		display: inline-block;
		margin-right: 14px;
		padding-top: 13px;
		line-height: 24px;
		text-decoration: none;
		}
	#containerpage_menu a {
		margin: 0;
		display: block;
		padding-left: 22px;
		text-decoration: none;
		color: #EEE;
		font-weight: 800;
		background: transparent url(../images/menu_noselect.gif) left center no-repeat scroll;
		}
	#containerpage_menu a:hover {
		margin: 0;
		display: block;
		padding-left: 22px;
		text-decoration: none;
		color: #F90;
		background: transparent url(../images/menu_selected.gif) left center no-repeat scroll;
		}
	#containerpage_menu a.selected {
		margin: 0;
		display: block;
		padding-left: 22px;
		text-decoration: none;
		color: #F90;
		background: transparent url(../images/menu_selected.gif) left center no-repeat scroll;
		}

#containerpage_text {
	margin-bottom: 3px;
	padding-right: 5px;
	height: 438px;
	overflow: auto;
	text-align: justify;
	}
	#containerpage_text a {
		margin: 0;
		text-decoration: none;
		color: #EEE;
		border-bottom: 1px solid #EEE;
		}
	#containerpage_text a:hover {
		margin: 0;
		text-decoration: none;
		color: #F90;
		border-bottom: 1px solid #F90;
		}

#containerpage_footer {
	margin: 0;
	padding: 1px 5px 0 0;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: right;
	}

