html {
	min-height: 100%;
	height: auto;
}

body
{
	 text-align: center;
	 background:#FFFFFF url(../img/grass.jpg) bottom left repeat-x;
}

h1
{
	font-size:1.3em;
}

h2
{
	font-size:1.2em;
}

h3
{
	font-size:1.1em;
}

.margin_top
{
	width:960px;
	min-width:960px;
	margin:10px auto;
}

#pirc_logo
{
	width:220px;
	height:110px;
	background-image: url(../img/pirc_logo.png);
	background-repeat: repeat-x;
	background-position: bottom right;
}

.grey_border
{
	border-top: thin solid #31353d;
	border-left: thin solid #31353d;
	border-right: thin solid #31353d;
	border-bottom: thin solid #31353d;
}

.main_background
{
	background:#31353d;
}

.menu_background
{
	background:#1c1d21;
	color:#455879;
}

ul.menu
{
  list-style: none;
  padding: 0;
  margin: 0;
  border: none;
  list-style-image: none;
  font-weight:bold;
}

ul.menu li
{
  padding: 0;
  border-bottom: #31353d solid 1px;
  height: 1.7em;
}

ul.menu li a
{
  padding: 2px 6px;
  display: block;
  color: #465052;
  text-decoration: none;
}

ul.menu li a:hover
{
  background: #31353d;
  color:#00a887;
}


.right_panel
{
	background:#FFFFFF;
}

.right_panel_content
{
	margin:10px;
}

.iefix
{
	text-align:left;
}

.hide_overflow
{
	overflow:hidden;
}

.center_text
{
	text-align:center;
}

.image_alt_content
{
	font-size:3.5em;
}

/* ----------- stylized ----------- */
#stylized{

}

.spacer
{
	display:block;
	min-height:10px;
	height:10px;
}

.styleize_break
{
	clear:both;
}

#stylized h1 {
	font-size:14px;
	color:#36C;
	font-weight:bold;
	margin-bottom:8px;
}

#stylized h2
{
	font-size:14px;
	color:#36C;
	display:block;
	float:left;
}

#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #36C;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input,#stylized select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #A1A1A1;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized img{
	padding:4px 2px;
	margin:2px 0 20px 150px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(../images/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
}

#stylized textarea{
	float:left;
	font-size:12px;
	border:solid 1px #A1A1A1;
	width:200px;
	height:150px;
	margin:2px 0 20px 10px;
}

.success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.success h4, .warning h4, .error h4
{
	font-size: 1.4em;
	padding-bottom:5px;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}