/* SVN FILE: $Id$ */ /**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */
* {
	margin: 0;
	padding: 0;
}

/* General Style Info */
body {
	background:#242424;
	font-family: verdana;
	font-size: 12px;
	margin: 0;
}

a{
	font-size: 11px;	
	color:#2266bb;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, Serif;
}

a:hover {
	color: #ff7d05;
	text-decoration: none;
}

.small_link{
	font-size: 11px;	
	text-decoration: none;
	font-family: Georgia, Serif;
	font-weight:normal;
	
}

.small_link:hover {
	color: #ff7d05;
	text-decoration: none;
	text-decoration: underline;
}

.light_blue{
	font-size: 11px;	
	text-decoration: none;
	font-family: Georgia, Serif;
	font-weight:normal;
	color:#92e1fd;
}

.light_blue:hover {
	color: #fff;
	text-decoration: none;
	text-decoration: underline;
}

.link_grey{
	font-size: 11px;	
	color:#c7c7c7;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, Serif;
}

.link_grey:hover {
	color: #000000;
	text-decoration: none;
}
.link_black{
	font-size: 11px;	
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, Serif;
}

.link_black:hover {
	color: #da631f;
	text-decoration: none;
}

.link_brown{
	font-size: 11px;	
	color:#CD853F;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, Serif;
}

.link_brown:hover {
	color: #800000;
	text-decoration: none;
}
.link_brown_active {
	color: #800000;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
}
a img {
	border: none;
}

.atitle14 a{
	font-size: 14px;	
	color: #0C4B80;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia, Serif;
}

.atitle14 a:hover {
	color: #87b3d7;
}

.header{
	
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: bold;

}

.headline{
	font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.paragraph a{
	font-family:georgia,serif;
	color:#381704;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	text-decoration:underline;
}

.paragraph a:hover {
	color: #87b3d7;
	text-decoration: none;
}


.heading{
	 font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	 letter-spacing: 2px;
     color: #696969;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
}

.asmallheading a {
	 font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	 letter-spacing: 2px;
     color: #696969;
	 font-size: 11px;
}
.asmallheading a:hover {
	color: 	#C0C0C0;
	text-decoration: none;
}

.aheading a {
	 font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	 letter-spacing: 2px;
     color: #696969;
	line-height: 28px;
	font-size: 12px;
}

.aheading_sub a {
	 font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	 letter-spacing: 2px;
     color: #008B8B;
	line-height: 28px;
	font-size: 12px;
}


.aheading a:hover {
	color: #87b3d7;
	text-decoration: none;
}

.aheading_sub a:hover {
	color: #87b3d7;
	text-decoration: none;
}

.menus a{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 10px; /* Links */
}

.menus a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

.menus a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

.a14 a{
	line-height: 100%;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	color: #0C4B80;
	text-decoration: none;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.a14 a:hover {
	text-decoration: none;
	color: #87b3d7;

}

.a16 a{
	line-height: 100%;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
	color: 	#FFFF00;
	text-decoration: none;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.a16 a:hover {
	text-decoration: none;
	color: #9ACD32;

}

.simple a{
	display: block;
	float: left;
	margin: 0 7px 0 0;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 12px 6px 12px; /* Links */
}

.simple a:hover {
	background-color: #E6E6FA;

	color: #336699;
}

/* Layout */
#container {
  text-align: left;
  width: 100% ;
  margin-left: auto ;
  margin-right: auto ;
 
	
}

#topBodyBg {
	padding: 0px 0px;
	background: url('/img/general/bodyTopBg.png');
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	margin: 0;
}
#topBodyBgSlogan {
	padding: 0px 0px;
	background: url('/img/general/bodyTopBgSlogan.png');
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	margin: 0;
}

#profileBodyBg {
	padding: 0px 0px;
	background: url('/img/general/profile_top_bg.png');
	background-repeat: no-repeat;
	color: #fff;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	margin: 0;
}

/*
#header h1 {
	background: #003d4c url('/img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
*/
#content {
	background: #fff url('/img/backgrounds/blue-bg.png');
	background-repeat: repeat-x;
	clear: both;
	overflow: auto;

}

#advertiseContent {
	background: url('/img/main/advertiseBg.png');
	background-repeat: no-repeat;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}

#footer {
	background: url('/img/general/footer_bg.gif');
	background-repeat: repeat-x;
	clear: both;
	height:15px;
	padding: 10px;
	text-align: right;
	font-size: 11px;
}
#footer a{
	color:#000000;
}
#footer a:hover{
	color:#1E90FF;
	text-decoration:underline;
}

.normal_table td.tlabel{
	font-family:Georgia, Serif; 
	padding: 5px 5px 0 0;	
	font-weight:bold;
	text-align:right;
	vertical-align:top;
}

.normal_table td.tinput{
	padding: 5px 5px 0 0;	
	font-weight:normal;
}



/**
.table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}*/
.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background: #fff;
	color: #ccc;
	margin-bottom: 2em;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	padding: 0;
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
}

fieldset legend {
	
	color: #687a54;
	font-size: 14px;
	font-family:Georgia, Serif;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div.input {
	color: #444;
	padding-top: 0px;
}

form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
}

label {
	float: left;
	display: block;
	font-size: 110%;
	padding-right: 20px;
}

input,textarea {
	clear: both;
	font-size: 11px;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
}

select {
	clear: both;
	font-size: 12px;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

input[type=checkbox] {
	
	float: left;
	margin: 2px 6px 0px 0px;
	
}

input[type=radio] {
	float: left;
	width: auto;
	margin: 0px 4px 4px 4px;
}

.style2 input[type=radio] {
	
	width: auto;
	margin: 4px 4px 4px 4px;
}

div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit] {
	display: inline;
	font-size: 11px;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	color: red;
	border: thin solid #a8b2bb;
	background: #f4e3f4;
	padding: 10px;
}

div.error-message {
	clear: both;
	color: #dc0000;
	font-size: 11px;
	font-weight: normal;
	
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 100%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}

div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}

div.actions ul li a {
	background: #fff;
	color: #003d4c;
	text-decoration: none;
}

div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}

pre.cake-debug {
	background: #ffcc00;
	font-size: 100%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}

div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 100%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}

div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}

div.cake-stack-trace pre,div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}

div.cake-code-dump pre,div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}

div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}

div.code-coverage-results div.code-line {
	padding-left: 5px;
	display: block;
	margin-left: 10px;
}

div.code-coverage-results div.uncovered span.content {
	background: #ecc;
}

div.code-coverage-results div.covered span.content {
	background: #cec;
}

div.code-coverage-results div.ignored span.content {
	color: #aaa;
}

div.code-coverage-results span.line-num {
	color: #666;
	display: block;
	float: left;
	width: 20px;
	text-align: right;
	margin-right: 5px;
}

div.code-coverage-results span.line-num strong {
	color: #666;
}

div.code-coverage-results div.start {
	border: 1px solid #aaa;
	border-width: 1px 1px 0px 1px;
	margin-top: 30px;
	padding-top: 5px;
}

div.code-coverage-results div.end {
	border: 1px solid #aaa;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

div.code-coverage-results div.realstart {
	margin-top: 0px;
}

div.code-coverage-results p.note {
	color: #bbb;
	padding: 5px;
	margin: 5px 0 10px;
	font-size: 10px;
}

div.code-coverage-results span.result-bad {
	color: #a00;
}

div.code-coverage-results span.result-ok {
	color: #fa0;
}

div.code-coverage-results span.result-good {
	color: #0a0;
}

#login_box {
	width: 300px;
	padding: 15px;
	border: 4px solid #c9c9c9;
	margin: 20px auto 0;
	background: #fff;
}

#login_box .input input {
	font-size: 18px;
	padding: 3px;
}

#login_box .submit {
	margin: 10px 0;
}

.buttons a,.buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 10px; /* Links */
}

.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img,.buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* STANDARD */
button:hover,.buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */
button.positive,.buttons a.positive {
	color: #529214;
}

.buttons a.positive:hover,button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */
.buttons a.negative,button.negative {
	color: #d12f19;
}

.buttons a.negative:hover,button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* REGULAR */
button.regular,.buttons a.regular {
	text-align: center;
	padding: 4px;
	color: #336699;
	background: #bbe1fa;
	border: thin solid #000;
	width: 65px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.buttons a.regular:hover,button.regular:hover {
	background-color: #9cd2f5;
	border: thin solid #000;
	color: #336699;
}

.buttons a.regular:active {
	background-color: #6299c5;
	border: thin solid #000;
	color: #fff;
}
/* CANCEL */
button.cancel,.buttons a.cancel {
	text-align: center;
	padding: 4px;
	color: #336699;
	background: #f1cee2;
	border: thin solid #000;
	width: 65px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.buttons a.cancel:hover,button.cancel:hover {
	background-color: #f0beda;
	border: thin solid #000;
	color: #336699;
}

.buttons a.cancel:active {
	background-color: #f1cee2;
	border: thin solid #000;
	color: #fff;
}

/* JOINGROUP */
.nice_button a{
	text-align: center;
	padding: 4px 6px 4px 6px;
	color: #fff;
	background: #7aa5f5;
	border: thin solid #000;
	width: 100px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.nice_button a:hover {
	background-color: #fff;
	border: thin solid #000;
	color: #336699;
}

.nice_button a:active {
	background-color: #fff;
	border: thin solid #000;
	color: #fff;
}
.login_button a{
	text-align: center;
	padding: 4px 6px 4px 6px;
	color: #fff;
	background: #3e73a9;
	border: thin solid #000;
	width: 100px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.login_button a:hover{
	text-align: center;
	padding: 4px 6px 4px 6px;
	color: #336699;
	background: #bbe1fa;
	border: thin solid #000;
	width: 100px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.join_button a{
	text-align: center;
	padding: 4px 6px 4px 6px;
	color: #fff;
	background: #789600;
	border: thin solid #000;
	width: 100px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.join_button a:hover{
	text-align: center;
	padding: 4px 6px 4px 6px;
	color: #336699;
	background: #bbe1fa;
	border: thin solid #a2bace;
	width: 100px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
/* BOX SHADOW */
#box_shadow {
	position: relative;
	background: #fff url('/img/general/page.png');
	background-repeat: repeat-x;
	border: 1px solid #a2bace;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 2px #aaa;
	-webkit-box-shadow: 0 2px 2px #aaa;
	box-shadow: 0 2px 5px #aaa;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	margin-bottom:20px;
	font-weight:normal;
}
#box_shadow_panel {
	position: relative;
	background: #fff;
	padding: 0 5px;
	border: 1px solid #a2bace;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 5px #aaa;
	box-shadow: 0 2px 5px #aaa;
	margin-top: 10px;
	margin-right: -10px;
	padding: 10px;
	text-align: left;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}

#box_shadow_top_bg {
	position: relative;
	background: #fff url('/img/general/box_shadow_top_bg.png');
	background-position: top;
	background-repeat: repeat-x;
	padding: 0 5px;
	border: 1px solid #a2bace;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 5px #aaa;
	box-shadow: 0 2px 5px #aaa;
	margin-top: 10px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 3px;
	text-align: left;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}
#box_shadow_advs {
	position:relative;
	top:-10px;
	left:-20px;
	background: #bcb9b8;
	width:985px;
	height:13px;
	border: 1px solid #a2bace;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 5px #aaa;
	box-shadow: 0 2px 5px #aaa;
	
	margin-bottom:20px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-family: 'lucida grande', verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	
}


#advs-bg {
	background: url('/img/general/advs12.png');
	background-repeat: no-repeat;
	width: 249px;
	height: 79px;
	-moz-box-shadow: 0 2px 5px #aaa;
	-webkit-box-shadow: 0 2px 5px #aaa;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#advs12-right {
	padding: 5px;
	text-align: right;
	line-height: 15px;
	font-size: 11px;
}

#advs12-left {
	padding: 5px;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
}

#advs12-right a {
	color: #30bb0c;
	font-family: verdana;
	font-size: 100%;
	font-weight: normal
}

#advs12-left a {
	color: #30bb0c;
	font-family: verdana;
	font-size: 100%;
	font-weight: normal
}

#scroll_text {
	background-color: transparent;
	width: 435px;
	height: 350px;
	overflow: scroll
}
#scroll1 {
	background-color: transparent;
	width: 620px;
	height: 395px;
	overflow: scroll
}

.input_text {
	width: 250px;
	padding: 2px;
}
.right_menu{
	text-decoration: none;
	padding-top:30px;
}
.right_menu a:focus {
	outline: none;
}

.right_menu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0033CC;
}

.right_menu a {
	display: block;
	padding: 8px 8px 8px 18px;
	-webkit-border-radius: 0 6px 6px 0; /* for Safari */
	-moz-border-radius: 0 6px 6px 0;
}

.right_menu a.current {
	background: #474747;
	color: #fff;
	text-decoration: none;
}
.input_text1{
	width:200px;
	padding:2px;
	text-align:right;
	font-weight:bold;
}
.bank_confirmation{
	width:200px;
	padding:2px;
	text-align:left;
	font-weight:bold;
}
.input_text200{
	width:200px;
	padding:2px;
	text-align:left;
	
}
.input_text250{
	width:250px;
	padding:2px;
	text-align:left;
	
}

.input_text350{
	width:350px;
	padding:2px;
	text-align:left;
}

.input_text400{
	width:400px;
	padding:2px;
	text-align:left;
}
.input_text630{
	width:630px;
	padding:2px;
	text-align:left;
}
.input_text50{
	width:50px;
	padding:2px;
	text-align:left;
}
.input_text80{
	width:80px;
	padding:2px;
	text-align:left;
}



.admin_menu{
	border:thin solid #bdcddb;
	padding:5px 10px 5px 10px;
	background:#80b1d9 url('/img/general/box_shadow_top_bg.png');
	color:#fff;
	font-weight:normal;
}
.admin_menu_active{
	border:thin solid #bdcddb;
	border-bottom:thin solid #e6eef9;
	padding:5px 10px 5px 10px;
	
}
.admin_menu:hover{
	border:thin solid #bdcddb;
	padding:5px 10px 5px 10px;
	font-weight:normal;
	background:#bdcddb;
	color:#000000;
}

.error_msg{
	border:thin solid #dc0000;
	background:#FBEFEF;
	padding:5px;
	font-size:11px;
	color:#dc0000;
}
.warning_msg{
	border:thin solid #d5d677;
	background:#fefed9;
	padding:5px;
	font-size:11px;
	color:#000000;
}
.success_msg{
	border:thin solid #30aa21;
	background:#eaffe7;
	padding:5px;
	font-size:11px;
	color:#000000;
}
.info_msg{
	border:thin solid #3666a2;
	background:#e6ecf3;
	padding:5px;
	font-size:11px;
	color:#000000;
}

.font_title{
	font-family:Georgia, Serif;
	color:#2F4F4F;
	font-size:18px;
	font-weight:bold;
	border-bottom:thin solid #a2bace;
	text-align:left;
}
.font1{
	font-family:Georgia, Serif;
	color:#687a54;
	font-size:13px;
	
}
.font2{
	font-family:verdana;
	color:#000000;
	font-size:12px;
	text-align:left;
}
.font3{
	font-family:verdana;
	color:#000000;
	font-size:11px;
}

.edit_image{
	padding:5px;
}
.edit_image:hover{
	background:#E6E6E6;
	padding:5px;
}

.delete_img{
	padding:5px;
	border:thin solid transparent;
}
.delete_img:hover{
	background:#dadada;
	padding:5px;
	border:thin solid #a2bace;
}

.img_hover{
	padding:3px;
	border:thin solid transparent;
}
.img_hover:hover{
	background:#dadada;
	padding:3px;
	border:thin solid #a2bace;
}

.text_hover{
	padding:3px;
	border:thin solid #bbbaba;
	background:#f5f5f5;
}
.text_hover:hover{
	background:#dadada;
	padding:3px;
	border:thin solid #bbbaba;
}
/* CSS for Top Menu Icon */
.top_menu_icon{
	padding:2px 4px 2px 4px;
	border:thin solid transparent;
	
}
.top_menu_icon:hover{
	background: #575757;
	padding:2px 4px 2px 4px;
	border:thin solid #efe4e4;
	cursor:pointer;
}

.link_signup{
	color:#9cd2f5;
	font-weight:bold;
	font-size:14px;
}
.link_signup:hover{
	color:#f9f9f9;
	font-weight:bold;
	text-decoration:underline;
}




	textarea{
	font-family:inherit;
	font-size:inherit;
	font-weight:normal;
	width:430px;
	}
	.txt_close_discussion{
	font-family:inherit;
	font-size:inherit;
	font-weight:normal;
	width:500px;
	}
	textarea.txtarea{
	font-family:inherit;
	font-size:inherit;
	font-weight:normal;
	width:550px;
	}
	textarea.discussion{
	font-family:inherit;
	font-size:inherit;
	font-weight:normal;
	width:520px;
	}
	.txt_invitation{
	font-family:inherit;
	font-size:inherit;
	font-weight:normal;
	width:300px;
	}
	input,textarea,select{
	*font-size:100%;
	}
	
.title_30{	
	color:#2F4F4F;
	font-family:Georgia, Serif;
	font-weight:bold;
	text-align:left;
	font-size:30px;
	}
	
.title_26{	
	color:#2F4F4F;
	font-family:Georgia, Serif;
	font-weight:bold;
	text-align:left;
	font-size:26px;
	border-bottom:thin solid #a2bace;
	}
	
.button_blue{
	background: #fff url('/img/button/button_blue_bg.png');
	padding:8px;
	border:thin solid #778899;
	color:#fff;
	cursor:pointer;
	height:28px;
}
.button_blue:hover{
	background: #fff url('/img/button/button_blue_bg_hover.png');
	border:thin solid #778899;
	
}
.button_green{
	background: #fff url('/img/button/button_green_bg.png');
	padding:8px;
	border:thin solid #778899;
	color:#000000;
	height:30px;
	cursor:pointer;
}
.button_green:hover{
	background: #fff url('/img/button/button_green_bg_hover.png');
	border:thin solid #778899;
	
}
.pic_male{
	
	float:left;
	margin: 10px 10px 10px 0px;
	padding:1px;
	text-align:center;
}
.pic_female{
	
	float:left;
	margin: 20px 10px 10px 0px;
	padding:1px;
	text-align:center;
}
