/*
 * Designed By Gianni O'Neill
 */
html, body {
	height: 100%;
}
body{
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}
a{
	color: #000;
}

fieldset{
	margin: 1em;
	padding: 1em;
	border: 1px dashed #ccc;
	background-color: #FEFFB5
}

input,select,textarea{
	margin-bottom: 0.5em;
}

textarea{
	width: 40em;
	height: 20em;
	border: 1px solid #000;
}

caption{
	margin-top: 10px;
	font-size: 1.2em;
	border-bottom: 1px dashed #000;
}

legend{
	font-size: 0.8em;
	font-style: italic;
}

img{
	border: 0px;
}

#main table{
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}

#main table td, #main table th{
	border: 1px solid black;
	padding: 0.2em;
}

#wrapper{
	min-height: 100%;
	min-width: 800px;
}
#head{
	padding: 0px;
	margin: 0px;
	display: block;
	height: 100px;
	background: url('images/head_bg.png');
}

#logo{
	background: url('images/logo.png');
	height: 100px;
	float: right;
	width: 750px;
	margin: 0px;
	padding: 0px;
}

#logo span{
	display: none;
}

#sidebar{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;
	height: 100%;
	font-size: 0.9em;
	padding-bottom: 10px;
}

#body{
	background-image: url('images/seperator.png');
	background-repeat: repeat-y;
	background-position: 300px 0%;
	background-color: #fff;
}


#main{
	position: relative;
	padding: 15px;
	overflow: auto;
}

#main h2, #main h3{
	font-family: century gothic,Bitstream Vera Sans, Arial, Sans-Serif;
	margin: 0px;
	font-weight: normal;
	text-decoration: italic;
}
#main h3{
	border-bottom: 1px dashed #000;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
#main p{
	margin: 0px;
	margin-bottom: 1em;
	font-size: 0.8em;
}

#foot{
	height: 20px;
	background-color: #305e8c;
	clear: both;
	font-weight: bold;
	text-align: right;
	font-size: 0.75em;
	color: #fff;
	padding-right: 10px;
}

.menu{
	width:90%;
	background-color: #305e8c;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	color: #fff;
}

.menu a{
	color: #ccc;
	text-decoration: none;
}

.menu ul a:hover{
	border-left: 5px solid #fff;
	padding-left: 2px;
}

.menu_head{
	height: 34px;
	background: url('images/menu_head.png');
}
.menu_head_left{
	float: left;
	height: 34px;
	width: 7px;
	background: url('images/menu_head_left.png');
}

.menu_head h2{
	margin: 0px;
	float: left;
	height: 34px;
	font-family: century gothic,Bitstream Vera Sans, Arial, Sans-Serif;
	font-weight: normal;
}
.menu_head_right{
	float: right;
	height: 34px;
	width: 12px;
	background: url('images/menu_head_right.png');
}
.menu_body{
	background-image: url('images/menu_body_right.png');
	background-repeat: repeat-y;
	background-position: top right; 
	min-height: 10px;
	overflow: hidden;
}

.menu_body ul{
	margin: 0px;
	padding: 0.5em;
	list-style: none;
}

.menu_body ul li{
	margin-top: 2px;
	margin-bottom: 2px;
}

.menu_foot{
	height: 7px;
	background-image: url('images/menu_foot.png');
}

.menu_foot_right{
	height: 7px;
	float: right;
	width: 6px;
	background-image: url('images/menu_foot_right.png');
}
.menu_foot_left{
	height: 7px;
	float: left;
	width: 6px;
	background-image: url('images/menu_foot_left.png');
}

#rightbar{
	float: right;
	width: 15em;
	margin-left: 0.5em;
}

.rightbox{
	margin-bottom: 15px;
	margin-top: 0px;
}

.rightbox a{
	text-decoration: none;
}

.rightbox ul{
	list-style: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0px;
	padding: 0px;
}

.rightbox ul li{
	padding-left: 1em;
	border-bottom: 1px solid #ccc;
}

.rightbox span{
	display: block;
	font-size: 0.6em;
}

.rightbox h2{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #333;
}
.error{
	border: 1px solid #f00;
	background-color: #fcc;
	margin: 1em;
	list-style: none;
}
.info{
	color: #0f0;
}

.menu input{
	background-color: #ccc;
	border: 1px solid black; 
}

.menu input{
	width: 7em;
	margin-top: 2px;
}

#login_box{
	text-align: center;
}

#login_box fieldset{
	border: 0px;
	margin: 0px;
	background-color: transparent;
}

#cid_pass{
	margin-top: 1em;
	margin-bottom: 1em;
}

#div_form{
	margin-bottom: 1em;
}

.top_user:hover, .search_result:hover, .click_row:hover{
	background-color: #000;
	color: #fff;
}

.click_row a{
	display: block;
	text-decoration: none;
}

.click_row:hover a{
	color: #fff;
}


#donate_form fieldset{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#foot a{
	color: #fff;	
}

.note{
	padding: 0px;
	margin: 0px;
	margin-left: 1px;
	font-weight: bold;
	font-size: 0.6em;
	color: #f33;
}

.good{
	background-color: #9f9;
}

.bad{
	background-color: #f99;
}

.neutral{
	background-color: #999;
}

.dummy{
	background-color: #333;
}

#calendar{
	width: 75%;
}

#calendar th{
	width: 14%;
}

#calendar td{
	vertical-align: top;
}

#calendar ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#calendar h3{
	margin-top: 0px;
	border: 0px;
}

#calendar h4{
	padding: 0px;
	margin: 0px;
}

.book{
	position: relative;
	bottom: 0px;
	color: #555;
	font-size: 0.7em;
}

#calendar_head{
	text-align: center;
}

.event_mentoring{
	color: #393;
}

#calendar a{
	text-decoration: none;
}

#calendar a:hover{
	color: #000;
}

#reason{
	height: 5em;
	
}
#subnav{
	font-size: 0.7em;
	margin: 0px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	padding-left: 1px;
}
#subnav li{
	margin: 0px;
	display: inline;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	padding-right: 1em;
	padding-left: 1em;
	margin-left: -1px;
}

#subnav li a{
	text-decoration: none;
}


#subnav li:hover{
	color: #fff;
	background-color: #999;
}

#subnav li:hover a{
	color: #fff;
}

#subnav .selected{
	background-color: #ccc;
}

#mentoring_list{
	list-style: none;
}

.table_divide{
	background-color: #000;
	color: #fff;
}

#date_search #time_hour{
	margin-left: 0.5em;
}

#date_search input{
	margin-left: 1em;
}

#time{
	position: absolute;
	right: 5px;
	top: 5px;
	/*top: 80px;
	left: 5px;*/
	color: #fff;
	font-weight: bold;
	font-size: 0.7em;
}

.pagination{
	text-align: center;
}

.pagination .selected{
	font-weight: bold;
}

.message{
	border: 1px solid #0f0;
	background-color: #cfc;
	margin: 1em;
	list-style: none;
}

#routeplanner{
	width: 100%;
	height: 20em;
}
#transhop{
	height: 348px;
}
#transhop img{
	border: 0px;
}
#div_bar{
	float: left;
	padding: 0px;
	margin: 0px;
	width: 129px;
	list-style: none;
}
#div_bar li{
	margin: 0px;
	padding: 0px;
}
#uk_button{
	height: 120px;
}
#ca_button{
	height: 113px
}
#us_button{
	height: 115px;
}
#div_bar li *{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#left_space{
	float: left;
	display: block;
	width: 128px;
	height: 348px;
	background-image: url('images/leftside.gif');
}
#center_space{
	display: block;
	background-color: #f00;
	float: left;
	width: 359px;
	height: 348px;
	padding: 0px;
}
#trans_head{
	background-image: url('images/topcenter.gif');
	width: 359px;
	height: 102px;
        display: block;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}

#trans_head *{
	display: none;
}

#center_center{
	background-image: url('images/middlecenter.gif');
	height: 178px;
	margin: 0px;
	padding: 0px;

}

#info_link{
	margin: 0px;
	padding: 0px;
	display: block;
}

#right_space{
	background-image: url('images/Right.gif');
	height: 348px;
	width: 184px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.clear{
	clear: both;
}

#session-route{
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}

#ads{
	width: 728px;	
	margin-left: auto;
	margin-right: auto;
}

#tah{
	text-align: center;
}

#tah img{
	border: 0px;
}
#cid_pass a{
	font-size:8pt;
	color:#FFF;
	font-weight:bold;
}
.smallform fieldset{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

.smallform input, .smallform select{
	padding: 0px;
	margin: 0px;
}
