@import url(../widgets/tooltip/css/tooltip.css);
@import url(loading.css);

/*
* Begin layout
*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 10px;
	padding: 0px;
}

p {
	margin: 0 0 10px 0;
}

#wrapper {
	width: 800px;
	margin: auto;
	padding: 10px 0;
	border: 1px solid #c5e894;
}

#header {
	height: 175px;
	background-image: url(../../../images/banner_small.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#header a {
	color: #ffffff !important;
	font-weight: bold;
}

#left {
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
}

.twocols #center {
	width: 610px;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;   /* height: 550px;  /* set height for the main container if you want the footer to be set at a fixed position*/
}

.threecols #center {
	width: 445px;
	margin: 10px 0;
	float: left;
   /* height: 550px;   /* set height for the main container if you want the footer to be set at a fixed position*/
}

.threecols #right {
	width: 155px;
	margin: 10px 0 10px 10px;
	float: left;
}

#footer
{
	clear: both;
}

/*
* End layout
*/


.panel_class {
	border: 0;
	margin: 0;
	padding: 0;
}

	.hidden {
		display: none;
	}

/* rounded corners styles */
.artop,.arbottom, .artop b, .arbottom b {display:block;}
.artop b, .arbottom b {height: 1px; overflow: hidden;font-size:1px}
b.r1 {margin: 0 3px;}
b.r2 {margin: 0 2px;}
b.r3 {margin: 0 1px;}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* up/down borders */
b.r1 {background-color: #c5e894!important;}

	/* gradient style */
	.gradient_rounded b.artop b, .gradient_rounded .rcontent, .gradient_rounded b.arbottom b {
	background-image: url(images/gradient2.jpg);
	background-repeat: repeat-x;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5e894;
	border-right-color: #c5e894;
	border-bottom-color: #c5e894;
	border-left-color: #c5e894;
	}

	.gradient_rounded .rcontent {
		background-color: #F5F6F9;
	}


	
	/* white style */
	.white_rounded b.artop b, .white_rounded b.arbottom b, .white_rounded .rcontent {
	background-color: #FFF;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5e894;
	border-right-color: #c5e894;
	border-bottom-color: #c5e894;
	border-left-color: #c5e894;
	}

td {
	vertical-align: top;
}

.panel_class div {
	zoom: 1;
}

.panel_class div h1 {
	margin: 0px;
}

/**
 * Default fonts inside a pannel.
 */ 
div.rcontent {
	padding: 4px !important;
}

div.panel_class div.rcontent{
	font-family: arial, helvetica, _sans;
	font-size: 12px;
	color: #333333;
}

div.panel_class div.rcontent h1, h2, h3, h4, h5, h6 {
	margin: 12px 4px 8px 4px;
}

div.panel_class div.rcontent hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: none;
}
/*
div.panel_class div.rcontent a {
	color: #2D76D8;
	text-decoration: none;
}
*/

.panel__content {

}

/*
Added CSS
}
*/

 h1 {
	color: #333333;
	text-shadow: 2px 2px 3px #aaa;
	font-size: 1.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	line-height: 1.5px;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
            }

h4 {
	padding:.25em .5em;
	color: 81AB02;
	text-shadow: 2px 2px 3px #aaa;
	font-size: 1.3em;
	line-height: 1.5px;
	font-weight: normal;
            }
.info {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

