body
{
	color: #333333;
	font-size: 80%;
	line-height:140%;
	padding: 0;
	margin: 0;
	background: #e7e7e7;
}

img
{
	border: 0;
	vertical-align: text-bottom;
}


form
{
	padding: 0;
	margin: 0;
}

p
{
	padding: 0;
	margin: 0;
}

strong {
	font-style: normal;
	font-weight: bold;
}
strong.red {
	color: #ff9933;
}
strong.blue {
	color: #000066;
}
strong.gray {
	color: #666666;
}

strong.big {
	color: #ff6600;
	font-size: 14px;
}

input{font-size:9pt;}

/* Headings */
h1 {
	font-size: 14px;
	margin: 0px;
	color: #cc6633;
	line-height:100%;
}

.page_title
{
	font-size: 14px;
	margin: 0px 0px 8px 0px;
	padding: 9px 10px 7px 30px;
	background-image: url("./common/title_line.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #ee9933;
}

h2 {
	font-size: 14px;
	color: #000080;
	margin: 15px 0px 0px 0px;
	padding: 6px 10px 4px 30px;
	background-image: url("./common/title_line2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #6699cc;
	clear: both;
}

.subtitle {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	border: 1px solid #ffffff;
	background: #ffffff;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #000066;
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 8px;
	border-left: 8px solid #000066;
	border-bottom: 1px solid #000066;
	clear: both;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 0px;
	margin: 0 0px;
}


.imgl {
	float: left;
	margin: 0px 10px 8px 0px;
	border: 1px solid #cccccc;
}

.imgr {
	margin: 0px 0px 8px 10px;
	float: right;
	border: 1px solid #cccccc;
}


/* Links */
a {color: #333399;text-decoration:none;}
a:link {color: #333399;text-decoration:none;}
a:link:hover {color: #ff9933;text-decoration:none;}
a:link:active {color: #333399;text-decoration:none;}
a:visited {color: #333399;text-decoration:none;}
a:visited:hover {color: #ff9933;text-decoration:none;}
a:visited:active {color: #333399;text-decoration:none;}

a.mainlink {color: #333333;text-decoration:none;background: none;}
a.mainlink:link {color: #333333;text-decoration:none;background: none;}
a.mainlink:link:hover {color: #333333;text-decoration:none;background: none;}
a.mainlink:link:active {color: #333333;text-decoration:none;background: none;}
a.mainlink:visited {color: #333333;text-decoration:none;background: none;}
a.mainlink:visited:hover {color: #333333;text-decoration:none;background: none;}
a.mainlink:visited:active {color: #333333;text-decoration:none;background: none;}

h2 a {color: #000066;text-decoration:none;}
h2 a:link {color: #000066;text-decoration:none;}
h2 a:link:hover {color: #ff9933;text-decoration:none;}
h2 a:link:active {color: #000066;text-decoration:none;}
h2 a:visited {color: #000066;text-decoration:none;}
h2 a:visited:hover {color: #ff9933;text-decoration:none;}
h2 a:visited:active {color: #000066;text-decoration:none;}

#container a {border-bottom: 1px dotted #333399;}
#container a:link {border-bottom: 1px dotted #333399;}
#container a:link:hover {border-bottom: 1px dotted #ff9933;}
#container a:link:active {border-bottom: 1px dotted #333399;}
#container a:visited {border-bottom: 1px dotted #333399;}
#container a:visited:hover {border-bottom: 1px dotted #ff9933;}
#container a:visited:active {border-bottom: 1px dotted #333399;}


/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 500px;
	height: 1px;
	clear: both;
}

.formfield {
	font-size: 13px;
}

.pageswitch {
	text-align: right;
	padding: 5px 0px 5px 0px;
}

#breadcrumbs {
	padding: 5px 10px 3px 10px;
	background:#eef8ff;
	border-bottom: 1px solid #003366;
	margin: 0px 0px 0px 0px;
	line-height:160%;
	font-size: 10px;
}

.back_next_link {
	text-align: right;
	font-size: 10px;
}

.icon {
	padding: 0px 5px 0px 16px;
}

.icon_side {
	padding: 0px 5px 0px 0px;
}

.read_rss {
	padding: 0px 10px 10px 0px;
}

.mark {
	color: #ff9933;
}

.mark2 {
	color: #004477;
}

.little_text {
	color: #888888;
	font-size: 10px;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/

#header_bar {
}

#header {
	padding : 10px 19px 0px 19px;
	width: 900px;
	margin: auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #ffffff;
}

.header_menu {
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

.header_photo {
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	height: 150px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:32px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("./common/off.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:2px solid #004c99;
	border-top:2px solid #74b0c6;
	text-align: center;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}

ul#menu li a{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	padding:10px 0px 0 0px;
	width:150px;
	height:26px;
	background:transparent url("./common/divider.gif") no-repeat top right;
	text-align: center;
	line-height:100%;
}

ul#menu li.selected_menu a{
	background:transparent url("./common/hover.gif") no-repeat top right;	
}


ul#menu li a:hover{
	background:transparent url("./common/hover.gif") no-repeat top right;	
}






/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 900px;
	margin: auto;
	padding : 0px 19px 0px 19px;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#wrapper
{
	width: 900px;
	margin: 0px;
	padding : 0px;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/

#container_left
{
	width: 710px;
	float: left;
	padding: 0px 0px 0px 0px;
}

#container_left_all
{
	width: 900px;
	float: left;
	padding: 0px 0px 0px 0px;
}


#container_right
{
	width: 180px;
	float: right;
	padding: 15px 0px 0px 0px;
}

#container_left_left
{
	width: 180px;
	float: left;
	padding: 15px 0px 0px 0px;
}

#container_center
{
	width: 500px;
	float: right;
	background: #ffffff;
	padding: 15px 10px 0px 10px;
}

#container_center_all
{
	width: 710px;
	float: right;
}


#container
{
	padding: 0px 0 0 0;
}
.content
{
	padding: 15px 0 0 0;
	line-height: 140%;
}

.content2
{
	padding: 15px 0 0 0;;
	line-height: 140%;
}

.content_flash
{
	margin: 0px;
	padding: 5px 0 0 0;
}

.content3
{
	padding: 5px 0 0 0;
	line-height: 140%;
	border: 1px dotted #ffaaaa;
}

.content_author
{
	padding: 10px 5px 0 5px;
}

.index_photo
{
	padding: 1px 0px 14px 0px;
	margin: 0px 0px 0px 0px;
}

.index_contents
{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.index_map
{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}

.index_descreption
{
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}

.index_contents
{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 24px 10px;
}

.news_title
{
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 1px 0px;
}

.page_text
{
	padding: 15px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.page_contents
{
	padding: 15px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}



#photo_image2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

.index_news_block
{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 18px 5px;
}

.index_news_text
{
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 5px 22px;
	background-image: url("./common/layout_sidebar.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.index_news_tennis
{
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 3px 22px;
	background-image: url("./common/tennisball.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.index_news_golf
{
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 3px 22px;
	background-image: url("./common/golfgreen.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.index_news_soccer
{
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 3px 22px;
	background-image: url("./common/soccerball.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.detail_link {
	color: #333333;
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 0px 0px;
	background: #000066;
	text-align:center;
	color: #ffffff;
	font-size:10px;
	line-height: 130%;
}

.banner_block {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contentbody
{
	font-size:12px;
	padding: 15px 0 10px 0;
}

.itembody
{
	font-size:12px;
	padding: 15px 0 0px 0;
}


/*-------------------------------------------------
  Item info
-------------------------------------------------*/

.contentblock
{
	padding: 5px 0 0 0;
	background: url(images/dot.gif) bottom repeat-x;
}

.number {
	z-index: 1;
	padding: 0;
	top: 80px;
	right: -15px;
	font-size: 60px;
	color: #f8eedd;
	position: relative;
	text-align:left;
}

.contentdetail
{
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	position: relative;
}

.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 0 0 0 0;
	margin: 2px 0 0px 0;
	text-align: right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

.headline_block {
	padding: 8px 10px 0px 10px;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background-color: #ffffff;
	border: 1px solid  #dddddd;
	margin: 10px 0 0 0;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.odd
{
	background-color: #eeeeee;
}

.commentbody
{
	padding: 10px 2px 10px 2px;
	margin: 0 0 0 0;
	position: relative;
	z-index: 2;
}

.commentinfo
{
	padding: 0px 2px 0px 2px;
	margin: 0 0 0 0;
	position: relative;
	text-align:right;
	z-index: 2;
}

.commentnumber
{
	z-index: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: -6px;
	left: -12px;
	font-size: 100px;
	line-height: 80px;
	color: #eeeeee;
	position: absolute;
}

.odd .commentnumber
{
	color: #ffffff;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/

#sidebarcontainer
{
	width: 180px;
	padding: 0px 0 0 0;
}

#sidebarcontainer2
{
	width: 180px;
	padding:0px 0 0 0;
}
.sidebar
{
	color: #21262A;
	margin: 20px 0 7px 0;
	line-height: 140%;
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 0 0;
	margin: 0;
}
.sidebardl dt
{
	background: #E4E4E4;
}
.dt1{
	color: #3A3523;
	font-size: 12px;
	font-weight: bold;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 3px 3px 3px 32px;
	background: white url(images/title_bar01.gif) no-repeat;
	background-position: left;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #eeeeee;
}

.dt2{
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 3px 3px 3px 32px;
	background: white url(images/title_bar02.gif) no-repeat;
	background-position: left;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #eeeeee;
}
.sidebardl dd
{
	background: #EEEEEE;
	padding: 3px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	background: #ffE4E4;
	padding: 3px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	padding: 0 0 0 0px;
}

.counter_text
{
	font-size: 10px;
}

.side_area{
	padding: 0px 0px 0px 10px;
}

.side_area_center{
	padding: 0px 0px 0px 0px;
	text-align: left;
	line-height: 180%;
}

.logo{
	text-align: center;
	border: 1px solid #ff9966;
	padding: 1px;
	margin: 0px 0px 8px 0px;
}

.item{
	text-align: center;
	border: 1px solid #cccccc;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}

.side_left_school{
	line-height: 140%;
	color: #666666;
	border: 1px solid #cccccc;
	padding: 0px 9px 0px 9px;
	margin: 10px 0px 0px 0px;
}

.side_left_mobile{
	line-height: 100%;
	font-size: 10px;
	color: #666666;
	border: 1px solid #cccccc;
	padding: 0px 9px 0px 9px;
	margin: 10px 0px 0px 0px;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 900px;
	margin: auto;
	padding : 15px 19px 0px 19px;
	background: #ffffff;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#footer_navi
{
	text-align: center;
	padding: 4px 10px 3px 0;
	border-width: 0px 0 12px 0;
	border-bottom: 3px solid #333399;
	background: #eeeeee;
}

#copyrights
{
	text-align: right;
	padding: 8px 0px 3px 0px;
}

.powerdby
{
	font-size: 10px;
}



/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
	padding: 10px;
	background: #EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	/* -moz-border-radius: 10px; */
}
.commentform img{
	margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: #ffeecc;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
	height: 12px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0px 0px 0 0;
}
.searchform .formbutton
{
	background: #339933;
	color: #ffffff;
	width: 30px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 0px 0px;
}
.loginform .formfield
{
	width: 130px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
	width: 300px;
	margin-right: 105px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
	width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox {
	float: left;
	margin: 0px;
	padding:0px 10px 8px 0px;
}

.leftbox img {
	border: 1px solid #cccccc;
}

.rightbox {
	margin: 0px;
	padding:0px 0px 8px 10px;
	float: right;
}

.rightbox img {
	border: 1px solid #cccccc;
}

.viewbody {
	padding:12px;
	border: 1px dotted #ffaaaa;
	line-height:200%;
	margin: 5px 0 25px 0;
}


div.clear {
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	clear: both;
}


#index_left {
	margin: 0px 0px 0px 0px;
}


.index_left_button {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font-size: 12px;
}

.index_left_button ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.index_left_button ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:140%;
}

.index_left_button ul li a {
	margin: 0px 0px 0px 0px;
	display: block; 
	color: #555555;
	padding: 25px 8px 6px 30px;
	background-image: url("./common/button.gif");
	background-repeat: no-repeat;
	background-position: left;
	height:35px;
	font-weight: bold;
}

.index_left_button ul li.long a{
	padding: 16px 8px 6px 30px;
	height:44px;
}

.index_left_button ul li.long_selected a{
	color: #ff9933;
	background-image: url("./common/button_over.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding: 16px 8px 6px 30px;
	height:44px;
}

.index_left_button ul li.selected_button a{
	color: #ff9933;
	background-image: url("./common/button_over.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.index_left_button ul li a:hover{
	color: #ff9933;
	background-image: url("./common/button_over.gif");
	background-repeat: no-repeat;
	background-position: left;
}


.index_left_block {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height:140%;
}

.index_left_title {
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 4px 22px;
	border-bottom: 1px solid #cccc99;
	background: #eeeedd;
	color: #111155;
	font-weight: bold;
	font-size: 12px;
	background-image: url("./common/subtitle_line.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.index_left_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font-size: 10px;
}

.index_left_text ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.index_left_text ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:134%;
}

.index_left_text ul li a {
	display: block; 
	padding: 8px 10px 8px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #f8f8ee;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #eeeecc;
	border-left: 1px solid #eeeecc;
	color: #555555;
}

.index_left_text ul li a:hover{
	background-color: #f4eeee;
	color: #ff9933;
}


.index_left_text_news {
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 5px 22px;
	background-image: url("./common/layout_sidebar.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.index_left_text_news_list {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 4px;
	text-align: right;
}

.index_left_text_news_last {
	margin: 0px 0px 0px 0px;
	padding: 15px 4px 0px 4px;
	text-align: center;
	color: #ff9933;
	font-weight: bold;
	font-size: 11px;
}

.index_left_text_school {
	margin: 0px 0px 0px 0px;
	padding: 5px 4px 5px 22px;
	background-image: url("./common/tennisball.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.index_left_contact {
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 10px 8px;
	background-color: #f8f8ee;
	border-bottom: 1px solid #cccc99;
	border-right: 1px solid #eeeecc;
	border-left: 1px solid #eeeecc;
}



.form-preview {
	width: 460px;
	border: 1px solid #CCCCCC;
}
.form-name {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 120px;
}
.form-value {
	border: 1px solid #CCCCCC;
	width: 340px;
}
.formerror {
	font-weight:bold;
	color:#cc3300;
}
.form-notice {
	font-weight:bold;
	color:#ff9933;
}

.column_block {
	margin: 0;
	padding: 24px 3px 0px 3px;
}

.column_news {
	margin: 0;
	padding: 2px 0px 6px 0px;
}

.column_banner {
	float: left;
	margin: 0px 10px 8px 0px;
}


.slidetabsmenu{
float:left;
width:840px;
font-size: 12px;
line-height:normal;
background:#501111;
padding: 5px 0px 0px 20px;
margin: 0px 0px 0px 0px;
border-bottom: 0px solid #992222; 
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 0em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(./common/slide-left.gif) no-repeat left top;
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(./common/slide-right.gif) no-repeat right top;
padding:4px 13px 3px 4px;
font-weight:bold;
color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
color:#eeeeee;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #996666; 
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #f8f8f8;
width: 200px;
visibility: hidden;
}

.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 10px;
border: 0 solid #996666;
border-bottom-width: 1px;
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #004477;
}

* html .dropmenudiv_c a{
width: 100%;
}

.dropmenudiv_c a:hover{
color: #ff9933;
background-color: #eedddd;
}

.button_225 {
	padding: 5px;
}

.flow_block {
	background: #F6F6F6;
	padding: 4px 15px 4px 15px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.flow_arrow {
	padding: 7px 0px 7px 0px;
	text-align: center;
}

.relate_list {
	padding: 5px 0px 0px 1em;
	text-indent: -1em;
}

.memberlist {
	padding: 0px 3px 15px 3px;
	border-bottom: 1px dotted #999999;
}

.calender_month {
	padding: 5px 0px 3px 0px;
	text-align: center;
}

.upitemday {
	background-color: #ffdddd;
}


.noitemday {
	background-color: #eeeeee;
}

.itemlist {
	margin: 0px 0px 0px 0px;
	padding: 8px 4px 0px 22px;
}


.itemfooter {
	padding: 7px 7px 0px 10px;
}

.itemfooter-over {
	padding: 7px 7px 0px 10px;
}

.qatable {
width: 500px; 
border-collapse: collapse; 
}

.qatable td{
border-bottom: 1px #ddeeff solid; 
} 
