@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	outline:none;
	border:none;
}

body {
	background:#fff;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
	margin:40px 0 0;
}

#cofinancedlogos {
	position:absolute;
	bottom:10px;
	right:10px;
	width:249px;
	height:32px;
	background:url(../images/cof_logos.jpg) no-repeat;
}

a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;	
}

p {
	margin:10px 0;	
}

hr {
	background:#333;
	height:1px;
	color:#f2f2f2;
	border:none;
	clear:left;
	margin:10px 0;
}

/* Admin Link on Top */
a.administration {
	display:block;
	position:absolute;
	top:0;
	right:50px;
	padding:8px 15px;
	-moz-box-shadow:#999 0 1px 3px;
	-webkit-box-shadow:#ccc 0 1px 3px;
	-khtml-box-shadow:#ccc 0 1px 3px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	font-weight:700;
	z-index:10000;
	color:#555;
}

#wrap {
	width:730px;
	min-height:340px;
	margin:0 auto;
	padding:40px 15px;
	position:relative;
}
/* Cart */
#wrap .storecart {
	position:absolute;
	bottom:40px;
	right:581px;
	border-left:2px solid #333;
	width:0px;
	height:33px;
}
#wrap .storecart a {
	padding:8px 10px 0 30px;
	background:#e6e6e6 url(../images/cart.png) no-repeat 4px 8px;
	height:22px;
	margin:2px 1px 0 0;
	width:110px;
	text-align:left;
	color:#4a4a4a;
	display:block;
	text-decoration:none;
}
#wrap .storecart a .itemscount {font-weight:700;padding-right:10px; font-size:10px;}

#wrap a.logo, #wrap a.logo:hover {
	display:block;
	position:absolute;
	left:15px;
	top:181px;
	width:137px;
	height:58px;
	background:url(../images/logo.png) no-repeat;
	text-decoration:none;
}
#wrap a.logo span {
	font-weight:400;
	position:absolute;
	left:5px;
	bottom:0;
	color:#242424;
	font-family:"Droid Sans", verdana, sans-serif;
	font-size:12px;
}


#content_wrap {
	border:1px solid #333;
	width:579px;
	height:338px;
	margin:0 0 0 164px;
	clear:left;
	position:relative;
}

#content_wrap #left_panel {
	width:119px;
	height:304px;
	border-right:1px solid #333;
	position:absolute;
	top:18px;
	left:20px;
}

#content_wrap #right_panel {
	width:381px;
	min-height:150px;
	position:absolute;
	right:35px;
	top:31px;
}
#content_wrap .topintrobar {
	position:absolute;
	top:12px;
	left:5px;
	right:5px;
	height:3px;
	background:black;
	z-index:10000;
}

#bottom_menu {
	background:	#333;
	width:581px;
	height:32px;
	margin:0 0 0 164px;
}

#bottom_menu ul {
	list-style:none;
	display:block;
	padding:0;
}

#bottom_menu ul li {
	display:inline-block;
	float:left;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding:0;
	margin:8px 0 0 39px;
	position:relative;
}
#bottom_menu ul li a {
	color:#DFDFDF;
	text-decoration:none;
	padding:0;
}
#bottom_menu ul li.current a {
	color:#757575;
	text-decoration:none;
	padding:0;
}
#bottom_menu ul li.current .pointer {
	position:absolute;
	top:-11px;
	left:0;
	display:block;
	width:100%;
	height:7px;
	background:url(../images/navpointer.png) no-repeat center top;
}

.textcontent {
	padding:10px 7px;	
}

/* Intro*/
div.intro {
	font-family:"Droid Sans", verdana, sans-serif;
	font-size:13px;
	height:328px;
	padding:0 90px;
	color:#000;
	display:table-cell;
	vertical-align:middle;
	line-height:20px;
	text-align:justify;
}

/*
 Scrolling System
*/
.contentscrollable {
	margin:10px 7px;	
	min-height: 60px;
	max-height: 210px;
	overflow: hidden;
}
.scrollcontrols {
	position:absolute;
	bottom:15px;
	right:-22px;
	width:15px;
	height:40px;
}
.scrollcontrols a {
	position:absolute;
	width:15px;
	height:15px;
	background:url(../images/updownarrows.png) no-repeat;
	display:block;
	cursor:pointer;
}
.scrollcontrols a.scrollup {
	background-position:0 0;
	top:0;
	left:0;
}
.scrollcontrols a.scrolldown {
	background-position:0 -15px;
	bottom:0;
	left:0;
}
.scrollcontrols a.disabled {
	visibility:hidden;
}


/*
 Left Menu
*/
#left_panel a.pagename, #left_panel a.pagename:hover {
	margin:15px 0 0;
	display:block;
	font-family:"Droid Sans", verdana, sans-serif;
	font-size:19px;
	color:#5F5F5F;
	text-decoration:none;
}

#left_panel ul {
	list-style:none;
	margin:25px 0 6px;
}
#left_panel ul li {
	list-style:none;
	display:block;
	margin:0 0 12px;
}
#left_panel ul li a {
	font-size:9px;
	letter-spacing:0.5px;
	text-decoration:none;
	color:#5F5F5F;
}
#left_panel ul li .current,
#left_panel ul.group li .current {
	color:#b1b1b1;
}

	#left_panel ul.group {
		list-style:none;
		margin:3px 0 0;
	}
	#left_panel ul.group li {
		list-style:none;
		display:block;
		margin:0 0 3px 7px;
	}
	#left_panel ul.group li a {
		font-size:0.95em;
		font-family:Verdana, Geneva, sans-serif;
		letter-spacing:0.5px;
		text-decoration:none;
		color:#8e8e8e;
	}

/*
 Right Content
*/
#right_panel .headingbar {
	padding:6px;
	font-size:10px;
	background:#333;
	color:#DFDFDF;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	text-align:center;
	background:transparent url(../images/black_arrow.png);
	font-size:10px;
	height:35px;
	width:95px;
	padding:23px 12px 12px;
	color:#fff;	
}

/*
 Processing Request
*/
#processing {
	background:url(../images/processing.gif) no-repeat left top;
	min-width:32px;
	height:19px;
	position:absolute;
	right:20px;
	top:5px;
	font-size:9px;
	color:#999;
	padding:10px 3px 3px 35px;
}

/*
 Register Form
*/
form#register{
	margin:15px 0 0;
}
form#register input, form#register textarea, form#register select {
	border:1px solid #ccc;
}
input {
	background:#fff;
	font-size:9px;
	padding:3px 4px;
}

input:focus {
	border:1px solid #333;
}


select {
	background:#fff;
	font-size:9px;
	padding:0 3px;
	margin:0 0 4px;
	border:1px solid #ccc;
}
select option {
	padding:2px 6px;
}

label {
	display:block;
	font-weight:normal;
	padding:5px 0 1px;
}

label.error {
	color:#c20505;
	font-weight:700;
}

form div.left {
	clear:left;
	margin:0 0 5px;
}
form div.left label {
	display:inline-block;
	float:left;
	padding:2px 5px;
	margin:0 6px;
	font-size:9px;
	text-align:left;
	width:110px;
}

button {
	font-family:Verdana;
	background:none;
	font-size:10px;
	font-weight:normal;
	border:none;
	cursor:pointer;
	padding:0;
	margin:-3px 0 0;
}
button.right {
	float:right;
	margin-right:10px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/sidearrows.png) no-repeat;
	display:block;
	width:15px;
	height:15px;
	float:left;
	margin:19px 12px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right			{ background-position: right top; clear:right; margin-right: 0px;}
a.right:hover	{ background-position: right top; }
a.right:active	{ background-position: right top; } 


/* left */
a.left			{ background-position: left top; margin-left: 0px; } 
a.left:hover	{ background-position: left top; }
a.left:active  	{ background-position: left top; }

/* up and down */
a.up, a.down { 
	background:url(../images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover		{ background-position:-30px 0; }
a.up:active		{ background-position:-60px 0; }

/* down */
a.down			{ background-position: 0 -30px; }
a.down:hover	{ background-position: 0 -30px; }
a.down:active  	{ background-position: 0 -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

