﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML TAGS 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
	margin: 0px; /*background-color: #FFFFFF;*/ /*background: #FFFFFF url(../images/cavc-header_ver2.gif) no-repeat scroll 125px 30px;*/ /*background-image:url(../images/background/background_046.gif);*/
	background:url(../images/body_bg.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}
input
{
	width: 90px;
}
h1
{
	font-size: 13px;
}
h2
{
	font-size: 18px; /*color: #2e6e9e; blue */
	color: #406679;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight:550;  
	border-top: solid #e7e7e7 medium;
	border-bottom: dotted #e7e7e7 thin;
	padding-top:3px; 
	padding-bottom:3px; 
}
h4
{
	font-size: 18px; /*color: #2e6e9e; blue*/
	color: #327e04;
	font-family: Courier New;
}
img
{
	border: 0;
}
ul, li
{
	list-style: none !important;
	list-style-image: none;
}
a
{
	/* color: #1d94cd; blue*/
	/*color: #327e04;*/
	/*text-decoration: none;*/
}
a:hover
{
	color: orange;
}
b
{
	/* color: #4d94d6; blue*/
	
	color:#2e6e9e;
	font-weight: normal;
}
strong
{
	color: #de6600; /* orange */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Site Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#container-main
{
	/*border: solid 1px red;*/
	background: url(../images/cavc-header_ver2.gif) no-repeat scroll -55px 30px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#container-header
{
	/*border: solid 1px green;*/
	height: 160px;
}
#container-content
{
	min-height: 500px; /*overflow: auto;*/
}
#container-left-content
{
	/*border: solid 1px yellow;*/
	margin-top: 60px;
	width: 210px;
	float: left;
}
#accordion a
{
    /*color:#cdcdcd;*/
    text-decoration:none;
}
#accordion .ui-accordion-content a
{
    color:#222;
}

#container-right-content
{
	/* background-color: #eaf4fd; baby blue */
	background: #e4efc7 url(../images/content-right-bg.jpg) repeat-x;
	width: 650px;	
	min-height: 700px;
	padding: 10px;
	color: #666666;
}
#container-right-content-shadow
{
	width: 660px;
	float: left;
	background:url(../images/dropshadow_right.jpg) repeat-y right;
}
#container-right-content-inner
{
	/* border: solid 1px #a6c9e2; blue */
	border: solid 1px #788d54; /*background:url(../images/bg_inset.png) #fdfefe repeat-x ;*/
	background: #fff;
	min-height: 700px;
	padding: 10px 10px 10px 10px;
}

#inner-content-1
{
	margin-left:20px;
	margin-right:10px;
	margin-top:20px;  
}

#container-footer
{
	/*border: solid 1px orange;*/
	clear:both;
	height: 40px;
}

/* container elements */
#header-language
{
	margin-top: 20px;
	margin-right: 40px;
	float: right;
}
#header-language a
{
	/*color:#75c8fc; blue */
	color: #327e04;
}
#header-language a:hover
{
	color: #e57008;
}
#header-logo
{
	float: left;
}
#header-text
{
	/*float: left;*/
}

#container-right-content-inner li
{
	list-style-image: url(../images/li_green.jpg);
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	FOOTER-SUB
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#container-footer
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

#container-footer ul
{
	margin: 0;
	padding: 0;
}

#container-footer li
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}
#container-footer table
{
	margin: 0 auto;
}

#container-footer a:link, #container-footer a:visited
{
	text-decoration: underline;
	color: #999999;
}

#container-footer a:hover
{
	color: #666666;
	text-decoration: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Misc 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.login
{
	/*background: url(images/head_bg.gif) no-repeat top;*/
	border: solid 1px #AFB1B3;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
div.login-inner
{
	float: left;
	background-color: #efeff3;
	width: 170px;
	font-size: 11px;
	padding: 5px;
}

#breadcrumb
{
	color: #fff;
	padding-bottom: 5px;
}
#breadcrumb a
{
	font-size: 11px;
	color: #fff;
}
#breadcrumb a:hover
{
	color: #64834a;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Boxes 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.box-1
{
	/*border: solid 1px #ccc;*/ /*background-color: #fff; green*/
	min-height: 150px;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-left: 5px;
}

.box-bar
{
	font-size: 11px;
	font-family: Tahoma; /*background-color: #5689bc; blue*/
	background: #93a76c url(../images/box-bar-bg.jpg) repeat-x; /*background-color:#93a76c; */
	color: #fff;
	width: 200px;
	height: 25px;
	padding-left: 5px;
}
.box-content
{
	/*border:solid 1px #ccc;*/
	padding-left: 4px;
	background: url(../images/bg_footer.gif) top left repeat;
	font-size: 11px;
	font-family: Tahoma;
	width: 196px;
	float: left;
	text-align: center;
	min-height: 140px;
}
.box-content ul, .box-content li
{
	padding: 2px;
	margin: 0; /*list-style-image: url(../images/li_orange.jpg) !important;*/
	list-style-image: none !important;
	list-style: none !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	table 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.zebra
{
	font-size: 11px;
	border: solid 1px #c5dbec;
}
table.zebra th
{
	font-weight: normal;
	background-color: #d3d7da !important;
}
table.zebra tr.even td, table.zebra tr.even th
{
	background-color: #FFF;
}
table.zebra tr.odd td
{
	background-color: #F4F7FB;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	tabs 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#tabs .ui-tabs-nav a
{
	font-size: 11px;
	font-weight: normal;
}
#tabs
{
	margin-top: 10px;
	min-height: 300px;
	border: none !important;
}
#tabs td
{
	border: solid 1px #ccc;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	spans 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.span-style1
{
	color: #de6600;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	events 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.event-container
{
	/*background-color: #fafcfc;*/
	padding: 10px;
	min-height: 400px;
}
.event
{
	width: 100%;
}
.event-img
{
	float: left;
	margin-right:5px;
	border:solid 10px #ededed; 
}
.event-detail
{
	
}

#donate
{
	
}



