/***** Main Template *****/

html {
	min-width: 945px;
} /*IE7*/

body {
	color: #393733;
	margin: 0;
	padding: 0 20px;
	background: #ffffff;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 83%/1.4 arial, helvetica, sans-serif;
}

input {
	line-height: 1;
}

/***** Common Content Formatting *****/

a { color: #105CB6; cursor: pointer; outline: none !important; }
a:visited { color: #105CB6; }
a:hover, a:focus { color: #105CB6; text-decoration: none;}
a:active { color: #000; }

img {
	border: 0;
}

form {
	clear: left;
	margin: 0;
}

h2 {
	margin: 0 0 0.2em 0;
	font-size: 185%;
	letter-spacing: -1px;
	font-weight: normal;
	clear: left;
	color: #4072a2;
}

h3 {
	margin: 1.5em 0 0.2em 0;
	font: normal 135%/1 arial,sans-serif;
	letter-spacing: -0.03em;
	clear: left;
	color: #a24040;
}

.confirm,
.error {
	color: #333;
	padding: 0.7em 5em 0.7em 4.3em;
	margin: 1.2em 0 1em 0 !important;
	clear: left;
} /* ie6 */ 

.confirm { 
	background: #eff6e8 url(../img/circle-check-green.gif) 1.3em 0.5em no-repeat; 
	border-top: 1px solid #A5CC7A; 
	border-bottom: 1px solid #A5CC7A;
	
}

.error {	 
	background: #fff url(../img/circle-red-exclamation.gif) 1.3em 0.5em no-repeat; 
	border-top: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
}

.confirm div,
.error div {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
	clear:both;
}

.confirm p,
.error p {
	margin: 0;
}

.confirm h3,
.contirm strong,
.error h3,
.error strong {
	font-weight: bold !important;
	letter-spacing: normal !important;
	font-size: 1.2em !important;
	padding: 0 0.5em 0 0 !important;
	margin: 0 !important;
	display: inline;
}

.confirm h3,
.contirm strong {
	color: #e18015;
}

.warning h3,
.warning strong {
	color: #b50b05;
}

.error h3,
.error strong {
	color: #b50b05;
}

.confirm:hover {
	color: #030;
}

h2 .confirm {
	font-size: 50%;
	float: right;
}

/***** Template ****/

#container{
margin:0 auto;
width:725px;
}

#wrapper {
	background: url(../img/main-back.gif) 0 0 no-repeat;
	padding: 15px 0 0 15px;
	min-height: 400px;
} /*IE6*/

#contents {
	clear: both;
	padding: 0 15px 30px 0;
	margin-top: 7px;
	background: #fff url(../img/main-back.gif) 100% 0 no-repeat;
}

#h {
	background: #4072a2 url(../img/main-header.gif) 0 100% no-repeat;
	color: #fff;
	float: left;
	width: 100%;
	margin-bottom: 7px;
	position: relative;
	z-index: 99999;
}

#h a {
	color: #D2DCF3;
	font-weight: bold;
	text-decoration: none;
}

#h a:hover, #h a:focus {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-size: 100%;
	margin: 0;
	float: left;
}

h1 a {
	display: block;
	height: 39px;
	width: 55px;
	margin: 2px 20px;
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
	background: url(../img/logo.gif) no-repeat;
}

h1 a:hover, h1 a:focus {
	cursor: pointer; /* IE7 */
}

.header-join, .header-login, .header-about, .header-help {
	float: left;
	display: block;
	padding: 0 0 0 12px;
	margin: 13px 0 0 12px;
	font-size: 105%;
}

.header-login, .side-header a, .header-about, .header-help {
	border-left: 1px solid #5481ac;
}

#sign-out {
	border: none;
}

.side-header {
	padding: 0 20px 0 10px;
	float: right;
	margin: 0;
	position: relative;
	min-height: 45px;
	background: url(../img/main-header.gif) 100% 100% no-repeat;
} /*IE6*/

.side-header a {
	padding: 5px 10px 4px 10px;
	margin: 11px 0;
	display: block;
	float: left;
	line-height: 1;
	word-spacing: -0.1em;
}

#login-form {
	float: left;
	padding: 12px 0 0 20px;
	font-size: 85%;
	font-weight: bold;
}

#login-form #side-password, #login-form #side-username {
	width: 80px;
	border: 2px solid #fff;
}

#login-form .login-input-go {
	padding:0;
	margin:0;
	border:0;
	padding: 0 0 0 2px;
	vertical-align: middle; 
	background:none;
	cursor:pointer;
}

#h ul, #h li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#h li a:hover,
#h li a:focus {
	background: #fff;
	text-decoration: none;
	color: #000;
}

/***** Footer *****/

.copyright {
	font-size: 85%;
	color: #999;
	clear: both;
	background: #e5ecf3 url(../img/footer.gif) 0 -385px no-repeat;
	padding: 0 0 0 15px;
}

.copyright div {
	background: url(../img/footer.gif) 100% -385px no-repeat;
	padding: 30px 15px 40px 0;
}

.copyright a {
	color: #999;
}

/* tabs */

.tab, .profile-form div.tab {
	background: url(../img/tab-top.gif) no-repeat 0 0;
	border-bottom: 2px solid #a3a3a3;
	height: 2.1em;
	clear: left;
	margin-top: 2em;
	padding: 0; /*trust me*/
}

.tab h3 {
	float: left;
	letter-spacing: normal;
	font-size: 105% !important;
	font-weight: bold !important;
	height: 1.5em;
	min-width: 12em;
	text-align: center;
	color: #fff !important;
	padding: 0.6em 10px 0 5px;
	margin: 0 0 0 5px;
	background: #a3a3a3 url(../img/tab-top.gif) no-repeat 100% 0;
}

.tab form {
	float: right;
	margin-right: 15px;
	font-weight: bold;
	display: block;
	padding-top: 0.2em;
}

.tab-details {
	background: #eff6e8;
	color: #666;
	padding: 8px 15px;
}

a.edit-link {
	font-weight: bold;
	text-decoration: none;
	background: #eaf4f8 url(../img/link-edit.gif) no-repeat 6px 50%;
	padding: 3px 10px 3px 25px;
	font-size: 85%;
	margin: 6px 0;
	display: block;
}

a.edit-link span {
	font-weight: normal;
}

.tab-details a.edit-link {
	background-color: #fff;
	font-size: 100%;
	margin: 0;
	display: inline;
}

.tab-details textarea {
	width: 100%;
	height: 5em;
	font-size: 100%;
	margin: 3px 0;
}

/* forms */

.form-note {
	font-size: 85%;
	color: #666;
	font-weight: bold;
	margin-bottom: 0.3em;
	margin-top: 0;
	display: block;
	visibility: hidden;
}

.form-large .form-text, .form-large .form-text-variable, .form-large textarea, .form-large select, .form-large .form-brief {
	font-size: 126%;
	background: #FFFADB;
	border: 1px solid #CBB945;
	color: #776B1B;
	padding: 2px;
}

.form-large select {
	padding: 1px 0;
}

.form-large textarea.disabled {
	background: #eee;
	border: 1px solid #ccc;
	color: #666;
}

.form-large input {
	font-size: 126%;
	padding: 3px 7px !important;
}

.form-large div {
	padding-bottom: 1em;
	clear: left;
}

.form-large .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

input.button1, input.button2 {
	font-size: 100%;
	margin-top: 2px;
	padding: 3px 10px;
}

.button2 {
	color: #777;
}

.form-large .form-text {
	width: 260px;
	padding: 3px;
}

.form-large .form-brief {
	width: 200px;
} /*IE6*/

.form-large .form-text-variable {
	width: 96%;
}

.form-large textarea {
	height: 7em;
	width: 97%;
}

.form-large label {
	float: none;
	display: block;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #817A71;
	margin: 0.7em 0 0.1em 0;
}

.form-large label span {
	font-size: 80%;
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
}

.form-large label.form-checkbox {
	float: left;
	clear: right;
	width: 90%;
}

.form-large .form-field {
	padding-bottom: 1em;
}

.profile-form div {
	padding: 10px 0 10px 10px;
	clear: left;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.profile-form div .form-note,
.profile-form div .form-note-static {
	position: absolute;
	z-index: 80000;
	left: 380px;
	top: 5px;
	border: 0;
	padding: 5px 0 6px 22px;
	display: block;
	background: #fff url(../img/note-info.gif) 1px 6px no-repeat !important;
}

.profile-form div .form-note-static {
	display: block;
}

.profile-form div .form-error {
	position: absolute;
	z-index: 80000;
	left: 380px;
	top: 5px;
	border: 0;
	padding: 6px 0 6px 20px;
	display: block;
	background: #fff url(../img/note-info.gif) 1px 6px no-repeat;
	color: red;
}

.profile-form p {
	clear: left;
	margin: 0;
	padding: 1em 0 0 170px;
}

.profile-form label, .profile-form dt {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	font-size: 85%;
	padding: 5px;
	margin: 0;
}

.profile-form label.inline {
	display: inline;
	float: none;
	width: auto;
	font-weight: bold;
	font-size: 85%;
	padding: 0 0 0 5px;
}

.profile-form input.form-text {
	width: 200px;
}

.profile-form textarea.form-text {
	width: 200px;
	height: 7em;
}

.profile-form ul {
	margin: 1em 0 0 140px;
}

.profile-form ul, .profile-form ul a {
	color: #666;
}

.profile-form dl {
	margin: 0;
}

.profile-form dt {
	font-size: 85%;
	font-weight: bold;
	padding-top: 2px;
}

.profile-form .form-foot {
	padding-left: 170px;
}

/* fieldsets */

fieldset {
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 15px;
	clear: left;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 135%;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #80A71F;
	padding: 0 0.5em; /* Top and Bottom for IE7 */
} * html legend { margin-bottom: 15px; padding: 0 0.5em; }

fieldset fieldset legend {
	font-size: 105%;
	font-weight: bold;
}

legend span {
	color: #999;
	font-size: 90%;
	letter-spacing: 0;
}

/* Page Numbers */

.pages {
	padding: 1em;
	margin: 1em 0;
	clear: left;
	font-size: 85%;
}

.pages a, .pages span {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	border: 1px solid #fff;
	background: #fff;
}

.pages span.current {
	border: 1px solid #2E6AB1;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
}

.pages a {
	border: 1px solid #9AAFE5;
	text-decoration: none;
}

.pages a:hover {
	border-color: #2E6AB1;
}

.pages a.nextprev {
	font-weight: bold;
}

.pages span.nextprev {
	color: #666;
}

.pages span.nextprev {
	border: 1px solid #ddd;
	color: #999;
}

.pages .nextprev-next {
	float: right;
}
.link_logout A {
color:black;
}
.link_logout A:hover {
text-decoration: none;
}
.footerlinks2{
text-align:center;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#376ca2;
padding-bottom:5px;
padding-left:25px;
padding-top:5px;
text-align:center;
}
.footerlinks2 a:link {color:#376ca2}
.footerlinks2 a:visited {color:#376ca2}
.footerlinks2 a:hover {text-decoration:none}