@charset "utf-8";
/* CSS Document */


p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #222233;
}
/*.left-column p {
	padding-left:30px;
}*/
.left-column ol {
	padding-left:30px;
}
.left-column ul {
	padding-left:20px;
	margin-right:20px;
}
/*.left-column p img {
	padding:6px;
	margin:0px 10px 10px 10px;
	background-color: #A2B0C1;
}*/
.left-column .tab-active {
background-color:#B9D0DD !important;
}
.right-column p {
line-height:20px;
/*margin-right:10px;*/
}
.right-column p img {
	padding:6px;
	margin:0px 10px 10px 0px;
	background-color: #D5EDF5;
}
.right-column p a.button {
background-image:url(../../images/button/right.jpg);
background-repeat:no-repeat;
background-position:right;
text-decoration:none;
padding-right:8px;

}
.right-column p a.button strong {
background-image:url(../../images/button/left1.jpg);
font:  1em/140% Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
background-repeat:no-repeat;
background-position:left;
padding-left:8px;

}
a
{
	outline: none;
	text-decoration: underline;
	color:#a00f16;
	
}

a:hover
{
	text-decoration: none;
	color:#3fcdeb;
	font-size:100%;
}

.hide
{
	display: none;
}

.fb_share_button 
{
	color:#1A4357;
}

img
{
	border: 0px;
}
h1 {
	font: bold 2.1em/140% Verdana, Arial, Helvetica, sans-serif;
	color:#1A4357;
	margin: 0px 0px 10px 0px;
}
/*h2 {
	font: bold 1.5em/140% "Myriad Pro", Arial, sans-serif;
	background-image:url(../../images/header_shadow.jpg);
	background-repeat:no-repeat;
	height:40px;
	color:#1A4357;
	margin: 0px 0px 0px 0px;
	padding-left:20px;
	display: block;
}
a.h2title {
	color:#1A4357;
}*/
h3 {
font: bold 1.5em/140% Verdana, Arial, Helvetica, sans-serif;
	color:#EE8BA7;
	margin: 0px 20px 5px 0px;
	padding-left:20px;
}
h4 {
	color:#1A4357;
	margin: 10px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 140%;
}

/*
Comments

*/
blockquote {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:25px;
	padding-right:25px;
	background-color:#efefef;
}
blockquote p {
	margin:0px;
	padding:0px;
font: italic 1.2em/140% "Courier New", Courier, monospace;
line-height:normal;

}
blockquote p.short {

font: 1.2em/140% "Trebuchet MS", Arial, sans-serif;
line-height:normal;

}
blockquote .author {
font: bold 0.75em/145%Verdana, Arial, Helvetica, sans-serif;
line-height:normal;
float:right !important;
margin-top:10px;
color:#1A4357;
}


/*
			SYSTEM Messages
*/
.system {
	display: block;
	float: left;
	padding: 0 0 0 19px;
	white-space: nowrap;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}

.positive {
	color: #82a800;
	background-image:url(layout/positive.gif);
}

.negative {
	color: #b86464;
	background-image:url(layout/negative.gif);
}

.system_messages {
	margin: 0;
	padding: 15px 0 0;
	padding-left:20px;
		margin-bottom:10px;
	
}

.system_messages li {
	list-style:none;
	margin: 0 0 7px;
	padding: 6px 0 6px 38px;

	font-size: 11px;
	position: relative;
	top: 0;
	left: 0;
	min-height: 1px;
	list-style-position: outside;
	
}

.white {
	background: #fefefe url(layout/white_message.gif) repeat-x;
	border: 1px solid #dbdbdb;
	
	
}

.system_title {
	font-size: 11px;
}

.ico {
	display: block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 4px;
	top: 1px;
	
}

.white .system_title {
	color: #4f4f4f;
}

.white .ico {
	background-image:url(layout/white_ico.png);
}

.red {
	background: #e2c5c5 url(layout/red_message.gif) repeat-x;
	border: 1px solid #cf9e9e;
	
}

.red .system_title {
	color: #ae2727;
}

.red .ico {
	background-image:url(layout/red_ico.png);
}



.blue {
	background: #c4dde3 url(layout/blue_message.gif) repeat-x;
	border: 1px solid #9cc6d0;
	
}

.blue .system_title {
	color: #0f4b74;
}

.blue .ico {
	background-image:url(layout/blue_ico.png);
}

.green {
	background: #e1f4f4;
	border: 1px solid #cbe9e9;
	
}

.green .system_title {
	color: #22bada;
}

.green .ico {
	background-image:url(layout/green_ico.png);
}


.yellow {
	background: #eae1b1 url(layout/yellow_message.gif) repeat-x;
	border: 1px solid #e0d182;
	
}

.yellow .system_title {
	color: #675918;
}

.yellow .ico {
	background-image:url(layout/yellow_ico.png);
}


/* Page content - comment forms
------------------------------------------------------*/

#post-comment
{
/*	border-top: 5px solid #B9D0DD;
	background-color: #EBEDF3;*/
	padding: 20px;

}

#content #post-comment input, #content #post-comment textarea
{
/*	background-color: #fff;*/
}

#content label
{
/*	display: block;
*/	font:1.0em/120% Verdana, Arial, Helvetica, sans-serif;
	color: #45371b;
/*	float: left;
	width: 180px;
	margin: 5px 0px 10px 0px;
*/
}

 #content textarea
{
	float: left;
	width: 290px;
	background-color: #f3f3ec;
	border: 1px solid #B9D0DD;
	font: normal 1.1em/120% Verdana, Arial, Helvetica, sans-serif;
	color: #45371b;
	margin: 0px 0px 10px 0px;
	padding: 4px;
}
#content  textarea
{
	width: 320px;
	height: 150px;
}

#content .comment
{
	display: block;
	float: none;
	margin: 0px 0px 5px 0px;
	width: 470px;
}

#content label.comment
{
	margin-top: 10px;
}

/*#content input.submit
{
	display: block;
	float: left;
	width: 150px;
	background-color: #c5c59f;
	border: 1px solid #B9D0DD;
	font: normal 1.2em/120% Georgia, Times, serif;
	color: #45371b;
	margin: 10px 0px 10px 0px;
	padding: 5px;

	margin-right:20px;
}
*/
#content input.submit:hover
{
	color: #ca4d0f;
}

#content input:focus, #content textarea:focus
{
	border: 1px solid #45371b;
}
 #terms {
margin:0;
padding:0;
display:block;
float:left;
 width:20px !important;
}
/* Default List Table */
.gt-list-table {
	width:100%;
	margin-bottom: 3px;
}
.gt-list-table input {
width:100%;


}
.gt-list-table th {
	background-color: #B9D0DD;
	font-weight: bold;
	font-size: 108%;
	padding: 5px 10px;
	color: #fff;
	border-bottom: 2px solid #819da9;
}
.gt-list-table tbody td {
	padding: 7px 10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	color: #333;
}
.gt-list-table tbody tr.gt-highlighted-row td {
	background-color: #f5f9ea;
}
.gt-table-buttons {
	margin: 10px 0 20px 0;
}
.gt-list-table a:link, .gt-list-table a:visited {
	color: #333;
	text-decoration: none;
}
.gt-list-table td a {
	font-weight: bold;
	}
.gt-list-table td a:hover {
	text-decoration: underline;
	}

/* Table Pager, Table Select Box */
.gt-table-controls {
	margin-bottom: 6px;
	font-size: 93%;
	}
.gt-table-controls .gt-table-picker {
	float: left;
	display: inline;
	}
.gt-table-controls .gt-table-pager {
	margin: 0 2px 0 0;
	color: #aaa;
	float: right;
	display: inline;
	}
.gt-table-controls .gt-table-pager a {
	padding: 0 2px;
	}
.gt-table-controls .gt-table-pager a:link, .gt-table-controls .gt-table-pager a:visited {
	color: #666666;
	text-decoration: none;
	}
.gt-table-controls .gt-table-pager a.current:link, .gt-table-controls .gt-table-pager a.current:visited {
	color: #333;
	text-decoration: underline;
	}
.gt-table-controls .gt-table-pager a:hover {
	text-decoration: underline;
	}

/* Default Table Columns */
.gt-list-table td {
	width: auto;
	}
.gt-list-table th.gt-table-col-checkbox {
	margin-top:20px;;
	margin:0;
	padding:0;
	border: none;
	}

