/* Stats calendar styles */
.calendar_border {
	background: #679ba8;
}

.calendar_header {
	background: #537881;
}

.calendar_empty_day {
	background: #e9e9e9;
}

.calendar_cell {
	background: #FFFFFF;
}

.calendar_header_font {
	color:#FFFFFF;
}

.tab1 {
	background: #537881;
	border-right:1px solid #FFFFFF;
	color: #FFFFFF;
}

.tab2 {
	background: #679ba8;
	border-right:1px solid #FFFFFF;
	color: #FFFFFF;
}

/* Blog styles */

.blog_name {
	padding: 6px 5px 7px 5px;
	height: 27px;
	border-bottom: 1px solid #EDEDED;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.blog_value_text {
	padding: 6px 5px 7px 5px;
	height: 27px;
	border-bottom: 1px solid #EDEDED;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.blog_value {
	padding: 3px 5px 2px 5px;
	height: 27px;
	border-bottom: 1px solid #EDEDED;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.frame {
	border-right:1px solid #0D7CD8;
	border-left:1px solid #0D7CD8;
	border-bottom:1px solid #0D7CD8;
}

.join_button {
	border-left:1px solid #3b5860;
	border-top:1px solid #3b5860;
	border-right:1px solid #055292;
	border-bottom:1px solid #055292;
	font-size:11px;
	color:#FFFFFF;
	background: #679ba8;
}

.delete_button {
	background: url(img/join.gif) #FF0000 repeat-x 0px 0px;
	border-left:1px solid #75C1FF;
	border-top:1px solid #75C1FF;
	border-right:1px solid #055292;
	border-bottom:1px solid #055292;
	font-size:11px;
	color:#FFFFFF;
}


/* Form styles */
.form_table {
	border-top: 1px solid #EDEDED;
	width: 100%;
}

.form_row {
	background: #FAFAFA;
}

.form_row_error {
	background: #FF0000;
	color:#FFFFFF;
}

.form_name {
	padding: 6px 5px 7px 5px;
	height: 27px;
	border-bottom: 1px solid #EDEDED;
	vertical-align: top;
	width: 30%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.form_name_error {
	padding: 6px 5px 7px 5px;
	height: 27px;
	border-bottom: 1px solid #EDEDED;
	vertical-align: top;
	width: 30%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color:#FFFFFF;
}

.form_value_text {
	padding: 6px 5px 7px 5px;
	height: 27px;
	border-bottom: 1px solid #EDEDED;
	vertical-align: top;
	width: 70%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.form_value {
	padding: 3px 5px 2px 5px;
	height: 27px;
	border-bottom: 1px solid #EDEDED;
	vertical-align: top;
	width: 70%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.form_button {
	color: #4E4E4E;
	background: #FFFFFF;
	padding: 2px;
	border: 1px solid;
	border-color: #CACACA #8B8B8B #8B8B8B #CACACA;
	background-image: url(img/button_bg.gif);
	cursor: hand;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.form_buttonarea {
	padding: 18px 5px 0px 5px;
}

.form_input {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #454545;
}

.frame {
	border-right:1px solid #0D7CD8;
	border-left:1px solid #0D7CD8;
	border-bottom:1px solid #0D7CD8;
}

.sub {
	background: url(img/sub.jpg) #1d1d1d repeat-x 0px 0px;
}



INPUT.button {
	border: 2px solid;
	border-color: #C6C6C6 #818181 #818181 #C6C6C6;
	background: #919191;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	overflow: visible;
	cursor: pointer;
	margin: 0px 3px 3px 0px;
}


.input_text {
	height: 15px;
	width: 114px;
        border-left:1px solid #adadad;
        border-top:1px solid #adadad;
	border-right:1px solid #adadad;
        border-bottom:1px solid #adadad;
	background:#F9F9F9;
}





h1 {
	color: #1d1d1d;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 1px;
}

h2 {
	color: #36525a;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}

h3 {
	color: #36525a;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: none;
}

A:link, A:visited {
	color: #36525a;
	text-decoration: underline;
	text-transform: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
	text-transform: none;
}

.white, a:link.white, a:visited.white {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
}

a:hover.white {
	color: #94bac3;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
}

.grey, a:link.grey, a:visited.grey {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
}

a:hover.grey {
	color: #94bac3;
	text-decoration: underline;
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
}

.white2, a:link.white2, a:visited.white2 {
	color: #94bac3;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
}

a:hover.white2 {
	color: #94bac3;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	font-size: 12px;
}

.footer, a:link.footer, a:visited.footer {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	font-size: 11px;
}

a:hover.footer {
	color: #fabb00;
	text-decoration: underline;
	font-weight: 400;
	text-transform: none;
	font-size: 11px;
}

.yel, a:link.yel, a:visited.yel {
	color: #fabb00;
	text-decoration: underline;
	font-weight: 400;
	text-transform: none;
	font-size: 11px;
}

a:hover.yel {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	font-size: 11px;
}

.yel2, a:link.yel2, a:visited.yel2 {
	color: #fabb00;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	font-size: 11px;
}

a:hover.yel2 {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
	font-size: 11px;
}

.white_bold, a:link.white_bold, a:visited.white_bold {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	text-transform: none;
}

a:hover.white_bold {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	text-transform: none;
}

.menu1, a:link.menu1, a:visited.menu1 {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
}

a:hover.menu1 {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
	text-transform: none;
}

.menu2, a:link.menu2, a:visited.menu2 {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

a:hover.menu2 {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}

body {
	color: #444444;
	text-decoration: none;
	background: url(img/body_bg.gif) #1d1d1d repeat-x 0px 0px;
}

td {
	color: #444444;
	text-decoration: none;
	font-size: 11px;
	FONT-FAMILY: tahoma, arial, Trebuchet MS, verdana;
}

p {
	color: #444444;
	text-decoration: none;
	line-height :18px;
}

.text {
	color: #444444;
	text-decoration: none;
	line-height :18px;
}

