/**
 * Urology.css
 *
 * Copyright (c) 2003-2009 Farshid Alavian Ghavanini
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Urology theme.
 *
 * $Id: Urology.css,v 1.3 2009/04/03 15:00:07 asmecher Exp $
 */

body
{
	background: Transparent url( 'Images/body.gif' ) repeat left top;
	color: #000;
	margin: 0;
	padding: 0;
}

a:link
{
	color: #af0000;
	text-decoration: none;
}

a:active
{
	color: #af0000;
	text-decoration: none;
}

a:visited
{
	color: #af0000;
	text-decoration: none;
}

a:hover
{
	color: #af0000;
	text-decoration: underline;
	background-color: Transparent;
}

#breadcrumb a:link
{
	color: #000;
	text-decoration: underline;
}

#breadcrumb a:visited
{
	color: #000;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #8e2222;
	text-decoration: none;
}

#sidebar a:link
{
	color: #818181;
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:visited
{
	color: #818181;
	font-weight: bold;
	text-decoration: none;
}


#sidebar a:hover
{
	color: #818181;
	font-weight: bold;
	text-decoration: underline;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField
{
	background-color: #fff;
}
/*
input.button
{
	background-color: #2D2B27;
	color: #F29E00;
	border: 1px solid #FFB934;
	padding: 3px;
}

input.defaultButton
{
	background-color: #2D2B27;
	color: #F29E00;
	border: 1px solid #FFB934;
	padding: 3px;
}*/

ul.menu
{
	margin: 0 auto;
}

ul.menu li
{
	padding: 0 10px;
}
#header
{
	background: #fff url( 'Images/header_bg.gif' ) repeat-x left top;
	text-align: center;
	height: 190px;
}

#headerTitle
{
	color: #F29E00;
}

#body
{
	position: absolute;
	margin: 0;
	width: 820px;
	height: inherit;
	left: 50%;
	margin-left: -410px;
	padding-bottom: 20px;
	border-left: solid 1px #000;
}

#container
{
	margin: 0;
	background-color: Green;
}

#header h1
{
	font-family: 'Arial Black' , Monaco, Chicago;
	margin: 0 auto;
	width: 820px;
	padding: 20px 0 0 0;
}

#main
{
	position: relative;
	float: left;
	width: 593px;
	margin: 0;
	padding: 20px 33px 0 15px;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
}

#main h2
{
	font-family: 'Arial Black' , Monaco, Chicago;
	color: #af0000;
}

#main h3
{
	font-family: 'Arial Black', Monaco, Chicago;
}

#navbar
{
	width: 575px;
	height: 57px;
	padding-top: 7px;
	text-align: center;
	background: Transparent url( 'Images/navbar.gif' ) repeat-x left top;
	margin: 0 auto;
	border: none;
}

#breadcrumb
{
	padding-bottom: 10px;
	border-bottom: 2px solid #4E4D4A;
}

#content
{
	border: none;
}

#content h3
{
	font-family: 'Arial Black', Monaco, Chicago;
	background: Transparent url( 'Images/star.gif' ) no-repeat 20px 10px;
	padding: 4px 3px 2px 40px;
	margin-top: 25px;
	width: 50%;
	color: #8e2222;
}

#content h4
{
	font-family: 'Arial Black' , Monaco, Chicago;
}

#navbar a
{
	color: #fff;
	background-color: Transparent;
	font: normal normal bold 14px/16px Verdana;
}

#navbar a:hover
{
	color: #fff;
	text-decoration: underline;
	background-color: Transparent;
	font: normal normal bold 14px/16px Verdana;
}

#sidebar
{
	position: relative;
	float: right;
	width: 178px;	
	background: Transparent url( 'Images/sideBarBot.gif' ) no-repeat left bottom;
	padding-bottom: 39px;
	border-top: solid 1px #000;
	/*filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=5, Color= 'gray', Positive= 'true' );*/
}

#rightSidebar
{
	position: relative;
	background: Transparent url( 'Images/sidebar.gif' ) repeat-y left top;
	width: 178px;
	margin: 0;
	padding: 0;
}

#sidebar div.block span.blockTitle
{
	font: normal normal bolder 10px/16px 'Tahoma';
	padding-left: 35px;
	padding-bottom: 7px;
	background: #8e2222 url( 'Images/bullet.gif' ) no-repeat left top;
	margin-bottom: 10px;
	color: #fff;
}

#sidebar div.block span.blockSubtitle
{
	color: #818181;
}

#sidebar div.block
{
	padding: 0 10px; 
}

