﻿/*
 * Master Style Sheet
 * Author: Sam Vafaee
 * Copyright 2009. All rights reserved.
 */

/* Basics */

a, a:visited
{
	color: #0080C0; /* #0080C0 #707070 */
}
a:hover, a:visited:hover, a:active
{
	color: #909090; /* #75A9DD */
	text-decoration: none;
}

ul, ol
{
	margin-top: 0px;
	margin-bottom: 5px;
}

li
{
	line-height: 1.4;
}

h1,h2,h3 {
	font-family: trebuchet, "trebuchet ms", Arial, sans-serif, Helvetica;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 200%;
	padding-bottom: 3px;
}

h2 {
	margin-top: 5px;
	padding-bottom: 0;
	font-size: 150%;
}

h3 {
	font-size: 130%;
	padding-bottom: 3px;
}

table {
	font-size: 100%;
}

th {
	text-align: left;
	vertical-align: top;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.5;
}

/* Layout */

.sIFR-active, .sIFR-dummy, body
{
	background-color: #990000;
}

body
{
	color: #222;
	font-family: trebuchet, "trebuchet ms", Arial, sans-serif, Helvetica;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	align: center;
	background: url("/i/master/bg_fade.png") repeat-x top left;
}

#wrapper
{
	margin: 0 auto;
	width: 799px;
}

#header
{
	text-align: left;
	align: left;
	width: 799x;
	height: 104px;
	background: url("/i/master/header.png") no-repeat;
	overflow: hidden;
}

#header .header-link
{
	display: block;
	float: left;
	width: 450px;
	height: 104px;
	text-decoration: none;
}

#layout
{
	clear: both;
	text-align: left;
	align: left;
	margin: 0;
	padding: 10px 15px 5px 15px;
	width: 799px; /* 848px */
	background: #fff url("/i/master/content_fade.png") repeat-y top center; 
}

html>body #layout
{
	width: 769px; /* 848 - 2*30 */
}

#footer
{
	clear: both;
	text-align: center;
	align: center;
	margin: 0;
	padding: 11px 30px 0 30px;
	width: 799px;
	min-height: 8px;
	hight: 8px;
	font-size: 12px;
	color: #ddcccc;
	background: transparent url("/i/master/content_bot.png") top center no-repeat;
}

html>body #footer
{
	width: 739px; /* 848 - 2*30 */
}

#footer a
{
	color: #ddcccc;
}


/* Navbar */

div#nav-wrapper
{
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url("/i/master/nav_fade.png") repeat-x;
}

#navbar
{
	clear: both;
	text-align: left;
	align: left;
	margin: 0 auto;
	padding: 0;	
	width: 799px; /* 848px */
	height: 39px; /* 46px */
	background: url("/i/master/nav.png") no-repeat;
}

#navbar ul
{
	float: left;
	width: 788px; /* 848 - 2*30 */
	height: 39px; /* 46px */
	margin: 0;
	padding: 2px 0 0 0;	
	list-style: none;
	text-align: center;
}

html>body #navbar ul
{
	height: 37px; /* 46px */
}


#navbar ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	height: 33px;
	width: auto;
}

html>body #navbar ul li
{
	padding-bottom: 21px; /* Safari needs 21, FF/Chrome need 19 */
	margin-right: -4px;
}



#navbar ul li a
{
	display: table-cell; /* For firefox and Opera */
	display: inline-block; /* For Opera and IE */
	vertical-align: top; /* For IE */
	height: 33px;
	color: #fff;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: url("/i/master/nav_hover.png") transparent 0px 0px repeat-x;
	margin: 0;
	padding: 8px 20px 0 20px;
	/* border-left: 2px solid #2c6c9d; */
}

#navbar ul li a:hover
{
	color:#ccc; /* #ddecf8 */
	background: url("/i/master/nav_hover.png") transparent 0px -55px repeat-x; /* -46px */
}

#navbar ul li.first a
{
	border-left: 0;

}

#navbar ul li div
{
	float: left;
}

#navbar ul li#selected
{
	background: transparent url("/i/master/nav_selected.png") center 28px no-repeat;
}

/* extras */

.hidden { display: none }

.clear { clear: both; height: 1px; }

.right { display: block; float: right; }

dl, dt, dd {
	margin: 0;
	padding: 0;
}
	
dd {
	padding-bottom: 3px;
}

.grid2, .grid3
{
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.grid2 .col
{
	float: left;
	width: 49%;
	padding-left: 2%;
}

.grid3 .col
{
	float: left;
	width: 32%;
	padding-left: 2%;
}

.grid2 .first, .grid3 .first
{
	padding-left: 0;
}



/* Menu */

#menu
{
	clear: both;
	text-align: center;
	align: center;
	margin: 0 0 7px 0;
	padding: 0;	
	width: 100%;
	height: 30px;
/*
	background-color: #ddd;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
*/
}

#menu ul
{
	float: left;
	text-align: left;
	align: left;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	margin-top: 3px;
	padding: 0;
	list-style: none;
	text-align: center;
}

html>body #menu ul
{
	height: 17px;
}


#menu ul li
{
	display: inline;
	margin: 0;
	padding: 0;
	height: 17px;
	width: auto;
}


#menu ul li a
{
	display: table-cell; /* For firefox and Opera */
	display: inline-block; /* For Opera and IE */
	vertical-align: top; /* For IE */
	color: #555;
	font-weight: bold;
	font-size: 13px;
	height: 18px;
	text-decoration: none;
	background-color: #e0e0e0;
	margin: 0;
	padding: 2px 10px 2px 10px;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#menu ul li a:hover
{
	color:#777; /* #ddecf8 */
	background-color: #eee;
}


/* Boxes */
dl.box2 {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

dl.box2 dt {
	font-weight: bold;
	padding: 5px;
	background-color: #e5e5e5;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

dd
{
	padding: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
}

