/*************************************************************************
General
*************************************************************************/
*
{
	margin: 0px;
	padding: 0px;
}

img, fieldset
{
	padding: 0px;
	border: none;
	margin: 0px;
	line-height: 0px;
}

a
{
	color: #003399;
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
	color: #cc0033;
}

a:active 
{
	color: #ff00ff;
}

.readmore
{
	text-decoration: none;
}

h1
{
	font: 20px Arial, Helvetica, sans-serif;
	color: #112233;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2
{
	font: 18px Arial, Helvetica, sans-serif;
	color: #112233;
	font-weight: bold;
	padding-top: 18px;
	padding-bottom: 20px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #223344;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	background: url(ui_img/h3_underline.png) repeat-x bottom;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #446688;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 4px;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #446688;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 4px;
}

body
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	background: #aabbcc; /* url(ui_img/site_background.jpg) fixed center ; */
}

blockquote
{	
	margin: 5px 2px 5px 20px;
	color: #339966;
}

.clear
{
	clear: both;	
}

.read
{
	text-align: right;
	padding-right: 5px;
}

.read a
{
	font-weight: bold;
	color: #001745;
}

.read a:hover
{
	color: #001745;
}


/*************************************************************************
Menu
*************************************************************************/
#menu
{
	background: url(ui_img/menu_base.png) top left;
	height: 32px;
	width: 100%;
	padding: 0;
}

#menu_bar
{
	display: block;
	width: 1200px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
}

#menu_logo
{
	background: url(ui_img/menu_logo.png) no-repeat top left;
	width: 120px;
	height: 32px;
	float: left;
	position: relative;
}

#menu_menu
{
	background: url(ui_img/menu_tail.png) no-repeat bottom right;
	width: 1080px;
	height: 32px;
	float: left;
	position: relative;
	padding: 0;
}

#menu ul
{
	display: inline;
	background: none;
	padding-left: 0px;
	list-style: none;
	width: 1000px;
	margin: 0 auto;
	left: 80px;
}

#menu ul li
{
	background: none;
	display: inline;
}

#menu ul li a
{
	font: 12px  Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	width: 130px;
	height: 32px;
	line-height: 32px;
}

#menu ul li .active
{
	color: #ffffff;
	background: url(ui_img/menu_live.png) top left;
}

#menu ul li a:hover
{
	color: #33ff33;
	background: url(ui_img/menu_live.png) top left;
}

#menu ul li a:active
{
	color: #ffff33;
	background: url(ui_img/menu_live.png) top left;
}


/*************************************************************************
Floatbar Area
*************************************************************************/
#floatbar
{
	display: block;
	width: 1200px;
	height: 24px;
	margin: 10px auto;
}

#floatbar_logo
{
	float: left;
	position: relative;
	height: 48px;
	padding: 5px 0 0 0;
	color: #003366;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

#floatbar_info
{
	float: right;
	position: relative;
	height: 48px;
	padding: 0;

	color: #000000;
	font: 12px  Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

#floatbar_logo img
{
	margin: 0px;
	padding: 0px;
}

#floatbar_info a
{
	color: #445566;
	font-weight: normal;
	text-decoration: none;
}

#floatbar_info a:hover
{
	color: #0033ff;
}

#floatbar_info a:active
{
	color: #ff3333;
}


/*************************************************************************
Background and Content area
*************************************************************************/
#content_background
{
	background: url(ui_img/translucency.png);
	width: 1200px;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: #99aabb;
}

#header_background
{
	height: 532px;
}

#content_wrapper
{
	width: 100%; 
	margin: 0 auto;
	padding-top: 30px;
}

#content
{
	width: 1168px;
	margin: 0 auto; 
}

.content_separation 
{
	background: url(ui_img/content_separator.gif) repeat-x top left;
	padding-top: 10px;
	margin-top: 10px
}

.pad_content_left
{
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.partition2_left
{
	padding-right: 20px;
	float: left;
	width: 874px;
}

.partition2_left p
{
	line-height: 20px;
}

.partition2_right
{
	float: left;
	width: 274px;
}

.partition2_right h3
{
	color: #ffffff;
	background: url(ui_img/h3_title.png) no-repeat top left;
	text-align: center;
	width: 274px;
	height: 40px;
	padding-top: 12px;
	margin-bottom: 0px;
}

.clear 
{
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.photo 
{
	border: 1px solid #003366;
	padding: 3px;
	background: url(ui_img/translucency2.png);
}

.photo_aligned 
{
	border: 1px solid #003366;
	padding: 3px;
	background: url(ui_img/translucency2.png); 
	float: left; 
	margin-right: 10px;
}

.icon_aligned 
{
	border: 1px hidden;
	padding: 3px;
	background: none; 
	float: left; 
	margin-right: 10px;
}

.underlined_list
{
	list-style: none;
	padding-left: 0px;
}

.underlined_list li
{
	margin-bottom: 4px;
	background: url(ui_img/h3_underline.png) repeat-x bottom;
}

.underlined_list li a
{
	background: url(ui_img/list_arrow_1.gif) no-repeat 0px 6px;
	display: block;
	padding-left: 15px;
	padding-bottom: 4px;
	color: #000000;
	font-weight: normal;
}

.underlined_list li a:hover
{
    color: #a7001c;
}

ul.check-list 
{
	list-style-type: none;
	margin: 0 0 0 0.8em;
	padding: 8px 0 8px 0;
}

ul.check-list li 
{
	background-image: url("ui_img/check.png");
	background-repeat: no-repeat;
	padding: 1px 0 5px 20px;
	line-height: 1.1em;
}

ul.dot-list 
{
	list-style-type: none;
	margin: 0 0 0 0.8em;
	padding: 8px 0 8px 0;
}

ul.dot-list li 
{
	background-image: url("ui_img/reddot.png");
	background-repeat: no-repeat;
	padding: 1px 0 5px 20px;
	line-height: 1.1em;
}

ul.file-list 
{
	list-style-type: none;
	margin: 0 0 0 0.8em;
	padding: 8px 0 8px 0;
}

ul.file-list li 
{
	background-image: url("ui_img/icon_file.png");
	background-repeat: no-repeat;
	padding: 1px 0 5px 20px;
	line-height: 1.1em;
}

ul.folder-list 
{
	list-style-type: none;
	margin: 0 0 0 0.8em;
	padding: 8px 0 8px 0;
}

ul.folder-list li 
{
	background-image: url("ui_img/icon_folder.png");
	background-repeat: no-repeat;
	padding: 1px 0 5px 20px;
	line-height: 1.1em;
}

ul.info-list 
{
	list-style-type: none;
	margin: 0 0 0 0.8em;
	padding: 8px 0 8px 0;
}

ul.info-list li 
{
	background-image: url("ui_img/icon_info.png");
	background-repeat: no-repeat;
	padding: 1px 0 5px 20px;
	line-height: 1.1em;
}

ol.point-list 
{
	list-style-type: decimal;
	color: #006699;
	margin: 0 0 0 1.5em;
	padding: 5px 0 0 5px;
}

ol.point-list li 
{
	padding: 0px 0 5px 5px;
	line-height: 1.1em;
}


/* Input styles */
.inputtext 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 20px;
}
input[type=text] 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 20px;
}

.inputpassword 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 20px;
}
input[type=password] 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 20px;
}

.inputbutton 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
}
input[type=button] 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
}

.inputsubmit 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
}
input[type=submit] 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
}

select 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	height: 22px;
	margin: 0px;
	padding: 4px 1px 0px 2px;
}
input[type=select] 
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	height: 22px;
	margin: 0px;
	padding: 4px 1px 0px 2px;
}


/*************************************************************************
forms and pop-ups
*************************************************************************/
.server_message 
{
	border: 1px solid #6699cc;
	margin: 2px 0px 20px 0px;
	padding: 2px;
	background: url(ui_img/translucency.png);
}

.server_message p 
{
	border: 1px solid #6699cc;
	padding: 2px 2px 2px 24px;
	background: url(ui_img/icon_info_24.png) no-repeat top left;
}

.contact_form
{
	background: url(ui_img/translucency2.png); 
	border: 1px solid #ffffff; 
	margin: 10px 0px;
	padding: 4px;
}

.contact_form inputtext, .contact_form input[type=text]
{
	width: 840px;
	height: 16px;
	margin: 2px auto 2px auto;
}

.contact_form textarea, .contact_form input[type=textarea]
{
	width: 840px;
	min-width: 840px;
	max-width: 840px;
	resize: vertical;
	height: 200px;
	margin: 2px auto 2px auto;
}

.contact_form .contact_form_button
{
	width: 120px;
	height: 32px;
	color: #ffffff;
	background: url(ui_img/styled_button.png) no-repeat left bottom;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.contact_form .contact_form_button:hover
{
	color: #ffff00;
	background: url(ui_img/styled_button_hover.png) no-repeat left bottom;
}

.account_form, account_data_div
{
	background: url(ui_img/translucency2.png); 
	border: 1px solid #ffffff; 
	padding: 10px; 
	margin: 10px 0px; 
}

.account_form span
{
	color: #6699ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.account_data_div span
{
	color: #446699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.thread_item, .thread_child, .thread_item_edit, .thread_child_edit
{
	background: url(ui_img/translucency2.png); 
	border: 1px solid #ffffff; 
	padding: 5px; 
	margin: 2px 0px 10px 0px; 
}

.thread_item_edit inputtext, .thread_item_edit input[type=text]
{
	width: 840px;
	min-width: 840px;
	max-width: 840px;
	margin: 2px auto 2px auto;
}

.thread_item_edit textarea, .thread_item_edit input[type=textarea]
{
	width: 840px;
	min-width: 840px;
	max-width: 840px;
	resize: vertical;
	height: 64px;
	margin: 2px auto 2px auto;
}

.thread_child_edit inputtext, .thread_child_edit input[type=text]
{
	width: 828px;
	min-width: 828px;
	max-width: 828px;
	margin: 2px auto 2px auto;
}

.thread_child_edit textarea, .thread_child_edit input[type=textarea]
{
	width: 828px;
	min-width: 828px;
	max-width: 828px;
	resize: vertical;
	height: 64px;
	margin: 2px auto 2px auto;
}


/*************************************************************************
gallery
*************************************************************************/

.gallery_file_link 
{
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #0000ff;
}
.gallery_file_link:hover 
{
	color: #cc0000;
}
.gallery_file_link:active 
{
	color: #cc00cc;
}

.gallery_nav 
{
	width: 1140px;
	padding: 4px;
	border: 1px solid #ffffff; 
	background: url(ui_img/translucency2.png); 
}

.gallery_desc 
{
	height:64px;
	color: #6699cc;
	padding: 4px;
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.gallery_desc_span 
{
	font-size: 12px;
	text-overflow: ellipsis; 
}



.gallery 
{
	
}
	
.gallery_bot 
{
	padding: 5px 5px 0px 5px;
}

.row 
{
	padding: 0px 0px 0px 0px;
	height: 284px;
}

.box_razd 
{
	width: 10px;
	height: 50px;
	float: left;
}

.page_number 
{
	width: 25px;
	height: 25px;
	padding: 3px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	display: block;
	float: left;
	background: url(ui_img/page_number.png) left top no-repeat;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
	
.page_number:hover 
{
	background: url(ui_img/page_number_hover.png) left top no-repeat;
	color: #ffff00;
	text-decoration: none;
}
	
.page_number_active 
{
	width: 25px;
	height: 25px;
	padding: 3px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	display: block;
	float: left;
	background: url(ui_img/page_number_active.png) left top no-repeat;
	color: #00ccff;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
	text-align: center;
}

.g_size
{
	width: 308px;
	height: 162px;
}


/*************************************************************************
footer
*************************************************************************/
#footer
{
	padding: 25px;
	text-align: center;
	font-size: 11px;
}

#footer a
{ 
	font-size: 11px;
	font-weight: normal
}


/*************************************************************************
"Roundabout" header scroller
*************************************************************************/
#roundabout_container
{
	width: 1200px;
	height: 297px;
	margin-left: -30px;
	margin: 0 auto;
	padding-top: 80px;
}

.roundabout-holder 
{
	list-style: none;
	width: 50em;
	height: 10em;
	margin: 1em auto;
}
			
.roundabout-moveable-item 
{
	height: 300px;
	width: 562px;
	cursor: pointer;
}
			
.roundabout-moveable-item img 
{
	width: 100%;
	height: 100%;
}

.roundabout-in-focus 
{ 
	cursor: auto; 
}

/*************************************************************************
Help-view Styling
*************************************************************************/
.help_view_wrapper
{
	padding: 0;
	margin: 0;

	font-family: "Calibri","MS Sans Serif",sans-serif;
	font-size: 14px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

.chmview_nav_panel 
{ 
	position: relative;
	border:1px solid #ffffff;
	margin: 0 auto;
	overflow: auto;
	padding: 4px 4px;
	background: url(ui_img/translucency2.png);
	
	width: 192px;
	white-space: nowrap;
	
	font-family: "Calibri","Verdana",serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	line-height: 1.8;
	color: #000000;
}

.chmview_view_panel
{ 
	position: relative;
	border: 1px solid #ffffff;
	overflow: auto;
	margin: 0 auto;
	padding: 2px;
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	
	background-color: #ffffff;
	font-family: "Times New Roman","Arial",serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align:left;
	line-height: 1.4;
	color: #000000;
}
	
.chmview_view_panel h1 
{
	font-family: "Calibri","Arial",serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
	text-align:center;
	margin: 0 0;
	color: #666699;
}
	
.chmview_view_panel h2 
{
	font-family: "Calibri","Arial",serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0 0;
	color: #333366;
}
	
.chmview_view_panel h3 
{
	font-family: "Calibri","Arial",serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0 0;
	color: #666699;
}
	
.chmview_view_panel h4 
{
	font-family: "Calibri","Arial",serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	font-size-adjust: none;
	font-stretch: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0 0;
	color: #666699;
}

.chmview_view_panel img
{
	padding: 2px 0px 8px 0px;
	border: none;
	margin: 2px;
	line-height: 0px;
}

.chmview_view_panel p
{
	padding: 4px 0px 4px 0px;
}

.chmview_view_panel ul
{
	margin: 2px 0px 6px 0px;
}

.chmview_view_panel ul li
{
	margin: 4px 28px;
}

   
/*************************************************************************
Custom objects Styling
*************************************************************************/
div.server-message 
{
	position: static; margin: 0px 32px 16px 32px; display:block;
	left:0px; right:0px;
	border-width: 2px;
	border-style: solid;
	border-color: #ffcccc #990000 #990000 #ffcccc;
	background-color: #ff0000;
	padding: 2px 2px;
}

a.push-button 
{
	position: static; margin: 1px 1px; display:inline;
	border:1px solid;
	border-color:#ffeecc #cc9900 #cc9900 #ffeecc;
	padding: 0px 8px;
	height: 20px;
	
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	white-space:nowrap;

	color: #770000;
	background: url(ui_img/button_norm.png) repeat-x center left;
}

a.push-button:hover 
{
	color: #000000;
	background: url(ui_img/button_hover.png) repeat-x center left;
}

a.push-button:active 
{
	color: #ff0000;
	background: url(ui_img/button_click.png) repeat-x center left;
}

a.big-button 
{
	position: static; 
	margin: 1px 1px; 
	display:inline;
	border:2px solid;
	border-color:#ffeecc #cc6600 #cc6600 #ffeecc;
	padding: 0px 10px;
	height: 32px;
	
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	white-space:nowrap;

	color: #ffffff;
	background: #ff9900;
}

a.big-button:hover 
{
	color: #ffff00;
	background: #ff0000;
	border-color:#ffcccc #990000 #990000 #ffcccc;
}

a.big-button:active 
{
	color: #660000;
	background: #ff8000;
	border-color:#990000 #ffcccc #ffcccc #990000;
}

a.big-button-160 
{
	position: static; 
	margin: 1px 1px; 
	display:block;
	border:2px solid;
	border-color:#ffeecc #cc6600 #cc6600 #ffeecc;
	padding: 0px 10px;
	height: 32px;
	width: 160px;
	min-width: 160px;
	
	font-family: "Calibri", "Arial", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	white-space:nowrap;

	color: #ffffff;
	background: #ff9900;
}

a.big-button-160:hover 
{
	color: #ffff00;
	background: #ff0000;
	border-color:#ffcccc #990000 #990000 #ffcccc;
}
	
a.big-button-160:active 
{
	color: #660000;
	background: #ff8000;
	border-color:#990000 #ffcccc #ffcccc #990000;
}

/*************************************************************************
*************************************************************************/
