html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
  	color: #999999;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  	font-size:11px;
	background: #333333;
	text-align: center;
}

#divCalculator {
	position: fixed;
	width: 100%;
	z-index: 1000;
	height: 55px;
    	left: 0px;
	bottom: 0px;
	background: #444;
	border-top: 1px solid #5e5e5e;
	opacity: 0.9;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}
#header {
	margin-bottom: 20px;
}

#collomn {
	margin: 5px;
	width: 170px;
	text-align: left;
}

#articlesBox {
	float: left;
	width: 170px;
	border-top: 1px solid #666666;
	background-color: #333333;
}

#main_right {
	width: 100%;
	float: right;
	text-align: right;
	padding: 5px 0 0 10px;
	font: normal 12px;
}
#right {
	width: 50px;
	float: right;
	text-align: center;
	padding: 5px 0 0 10px;
	font: normal 12px;
}
#front_title {
	width: 120px;
	float: left;
	text-align: left;
	padding: 5px 0 0 10px;
	font: normal 12px;
}

#gutter_top{
	float: left;
	height: 25px;
	width: 100%;
	border-bottom: 1px solid black;
	background-color: #333333;
}

#gutter_bottom{
	float: left;
	height: 5px;
	width: 100% ;
	background-color: #333333;
}

.container {
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	width: 100%;
	clear: both;

}

/* Menu */
#kwicks_container {
	text-align: left;
	background-color: #757575;
	height: 100px;
}

#kwicks {
	position: relative;
}

#kwicks .kwick {
	float: left;
	display: block;
	width: 145px;
	height: 100px;
	border-left: 5px solid black
}

#kwicks .kwick a{
	color: #000000;
}

#kwicks .kwick  a.current{
	color : #0000A0;
	text-decoration: underline;
}

#menu{
    font: normal bold 15pt;
	padding: 15px;
}

#home {
	background-color: #F8F8F8;
}

#galery {
	background-color: #DFDFDF;
}

#blog {
	background-color: #C0C0C0;
}

#guestbook {
	background-color: #9D9D9D;
}

#contact {
	background-color: #757575;
}
/* Article*/

.view_articles {
	width: 99%;
	margin: 20px 0 20px 0;
}

/*Thumb galery  */
.gal_photo_box {
	width: 170px;
	height:  220px;
	margin: 4px;
	padding: 5px;
	text-align: center;
	float: left;
	font-size : 12px;
}

.gal_photo_box_list {
	width: 160px;
	padding: 5px;
	float: left;
}

#gal_photo_box_box {
	width: 860px;
	padding: 5px;
	overflow:hidden;
}

#gal_photo_box_box li {
  	display:inline;
  	list-style-type:none;
}

#gal_photo_box_box li a {
  	display:block;
  	float:left;
  	text-decoration:none;
  	margin:0;
}

#gal_photo_box_box li a img.gal_photo_box_box {
  	float:left;
  	border: 1px solid black;
}

#gal_photo_box_box li a img.gal_photo_box_box:hover {
  	border: 1px solid orange;
}

#gal_photo_box_box li a span {
	display:none;
}

#gal_photo_box_box li a:hover span {
	width: 205px;
  	display:block;
  	cursor:pointer;
  	float:left;
  	padding-top: 10px
}

#gal_photo_box_tone {
	width: 870px;
	background-color: black;
	overflow:hidden;
}

#gal_photo_box_tone li {
  	display:inline;
  	list-style-type:none;
}

#gal_photo_box_tone li a {
  	display:block;
  	float:left;
  	text-decoration:none;
  	margin:0;
}

#gal_photo_box_tone li a box_tone{
  	float:left;
}

#gal_photo_box_tone li a box_tone:hover {
    float:left;
}

#gal_photo_box_tone li a span {
	float:left;
	display:none;
}

#gal_photo_box_tone li a:hover span {
	width: 205px;
  	display:block;
  	cursor:pointer;
  	float:left;
  	padding-top: 10px
}
.gal_img_box {
	border: 1px solid white;
}

.gal_img_box:hover {
	border: 1px solid orange;
}

.gal_fullPhoto {
	border: 1px solid white;
	float: both;
}

.gal_folder_box {
	border: 1px solid black;
}

.gal_folder_box:hover {
	border: 1px solid orange;
}


/* Tab Menu  */
.tab-holder {
	cursor: default;
	font-family: Arial;
	font-size: 12px;
}

.tab-off {
	cursor: default;
	padding: 3px 10px 3px 10px;
	border-bottom: 1px solid orange;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #999999;
	font-weight: bold;
	background: #666666;
	white-space: nowrap;
}

td.tab-off:hover {
	cursor: default;
	padding: 3px 10px 3px 10px;
	border: 1px solid #999999;
	color: #999999;
	font-weight: bold;
	background: orange;
	white-space: nowrap;
}

.tab-on {
	cursor: default;
	padding: 3px 10px 3px 10px;
	border: 1px solid orange;
	border-bottom-width: 0px;
	color: orange;
	background-color: #333333;
	font-weight: bold;
	white-space: nowrap;
}

.tab-spc {
	cursor: default;
	border-bottom: 1px solid orange;
}

/* Input */

.form_container {
    float: left;
	width: 100%;
	background: #333333;
	text-align: left;
	margin: 20px 0px 20px 0px;
}

input, select, textarea {

	border: 1px solid black;
  	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size : 12px;
	color: gray;
}

input[type="radio"]{
	border: 0px;
}

.button {
	border: 1px solid #666666;
	background: #757575;
	color: #000000;
	font-weight: bold;
}

.mod_title, .mod_title a{
	color : orange;
	font-size : 14px;
	font-weight: bold;
	text-align: left;
}

.mod_title span{
	color: #999999;
}

.mod_title a:hover {
	color: orange;
}

a.no_line {
	text-decoration: none;
}

a {
	color: #2971a7;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: orange;
}

a.h3 {
	font-family : 'Trebuchet MS', verdana, sans-serif;
	font-weight: bold;
	font-size : 16px;
	color : #2971a7;
	text-decoration: none;
}

h1 {
	font-family : 'Trebuchet MS', verdana, sans-serif;
	color : #C0C0C0;
	font-size : 20px;
	text-transform: lowercase;
}

.h3 {
	font-family : 'Trebuchet MS', verdana, sans-serif;
	color: #000000;
	font-weight : bold;
	font-size : 12px;
}

/*View Big Foto*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #eeeeee;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
color:#999999;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #EEEEEE;
color:#999999;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #FFFFFF;
padding: 5px;
z-index: 5;
}

/*panel*/
#panel {
	padding-bottom: 0px;
	color: #fff;
	float: left;
}

#togpanel{
	height: 18px;
	width: 100px;
	background: url(../../images/panel.png) no-repeat;
}

#togpanel a{
	color: orange;

}

/* slide */
#slide_container {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #111;
	width: 700px;
	height: 300px;
	border: 1px solid #666666;

}

#center {
	padding: 0px;
	position: relative;
}

#slider {
	position: relative;
	width: 700px;
	height: 300px;
	left: 0px;
	overflow: hidden;
	background: #000;
	/*border: 20px solid #111; */
}

#slider .slide {
	position: absolute;
	top: 0px;
	height: 300px;
	width: 450px;
	/*background: #000; */
	overflow: hidden;
	border-left: #000 solid 1px;
	cursor: default;
}

#slider .title   {
	color: #F80;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;
}


#slider .backgroundText {
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	position: absolute;
	top: 1%;
	top: 100%;
	height: 350px;
    left : 0px;
    width: 100%;

}

#slider .text {
	position: absolute;
	top: 1%;
	top: 100%;
	height: 300px;
	color: #FFF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	width: 375px;
	left: 10px;

}

#slider .diapo {
	/*position: relative; */
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: hidden;
}

/*footer*/
#footer {
	float: left;
	width: 100%;
	height: 55px;
	background: #666666;
	margin-bottom: 20px;
	margin-top: 20px;
}
#footer_content {
	padding: 10px;
}

#divMessage {
	color: red;
}

#rate {
	color: #2971a7;
}
.submenu {
	font-weight: normal;
	opacity: 0.9;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	position:relative;
	z-index:10;
}
/* One Day */
#screen span {
	position:absolute;
	overflow:hidden;
	border:#FFF solid 1px;
	background:#FFF;
}
#screen img{
	position:absolute;
	left:-32px;
	top:-32px;
	cursor: pointer;
}
#caption, #title{
	color: #FFF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 1em;
	text-align: center;
}
#caption b {
	font-size: 2em;
}
.cloud {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	padding: 4px 4px 4px 4px;
	letter-spacing: 3px;
	text-transform: lowercase;
}

.size1 {
    font-size: 2.8em;
}

.size2 {
    font-size: 2.2em;
}

.size3 {
    font-size: 1.8em;
}

.size4 {
    font-size: 1.4em;
}

.size5 {
    font-size: 1.0em;
}

.size6 {
    font-size: 0.8em;
}
.help_box {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	clear: both;
	width: 750px;
	float: left;
}
/*round corner*/
#afcorner {background: transparent; margin: 20px 1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: #333333; border-left:1px solid silver; border-right:1px solid silver;}
.xb1 {margin:0 5px; background: silver;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

/*.xboxcontent {background: #ffffff; display:block; border:0 solid silver; padding: 10px; border-width:0 1px;}*/
.xboxcontent {background: #333333; display:block; border:0 solid silver; padding: 10px; border-width:0 1px;}

/*For Tooltip*/
.xtop_tp, .xbottom_tp {display:block; background:transparent; font-size:1px;}
.xb1_tp, .xb2_tp, .xb3_tp, .xb4_tp {display:block; overflow:hidden;}
.xb1_tp, .xb2_tp, .xb3_tp {height:1px;}
.xb2_tp, .xb3_tp, .xb4_tp {background: #ffffff; border-left:1px solid silver; border-right:1px solid silver;}
.xb1_tp {margin:0 5px; background: silver;}
.xb2_tp {margin:0 3px; border-width:0 2px;}
.xb3_tp {margin:0 2px;}
.xb4_tp {height:2px; margin:0 1px;}

/*.xboxcontent {background: #ffffff; display:block; border:0 solid silver; padding: 10px; border-width:0 1px;}*/
.xboxcontent_tp {background: #fafafa; display:block; border:0 solid silver; padding: 10px; border-width:0 1px;}

/*round corner*/
div.select_element .option_element{
	height: 150px;
	width: 100%;
	overflow:hidden;
}

div.select_element .option_element .box_option_element{
	width: 100%;
	position:static !important;
	margin-bottom:5px;
}

div.select_element .option_element .box_option_element{
	width: 100%;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
}

div.select_element .option_element .box_option_element {
	width: 100%;
	display:inline !important;
	vertical-align:top;
}

.list{
	width:100%;
	padding:1px 0 1px 0;
}

input[type="radio"], input[type="checkbox"] {
	border:none;
}
