html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}



body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	/*font-size: 80%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	color: #454545;
	background:#dee2e6;
	font: 12px/1.2 Trebuchet MS;
}

/*Font in table*/
table
{
	font-size:100%;
	border-collapse:collapse;
}

/*Links*/
a:link {color: #0063dc; text-decoration:none;}
a:visited{color:#0063dc;text-decoration:none;}
a:active {color: #0063dc;text-decoration:none;}
a:hover{color:#52a821;text-decoration:underline;}

.header 
{
	
	background:#93d70b url(images/h1_bg.gif) right top no-repeat;
	margin:0; padding:4px 30px 10px 30px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	float: left;
}


.header a:link, .header a:visited, .header a:active, .header a:hover
{
	color:#FFF;
}

.header_link
{
	
	border-bottom: #93d70b 3px solid;
	margin:0 10px; padding:5px 10px;
	font-size:15px;
	font-weight:normal;
	float: left;
}

.lottery
{
	font-size:11px;
	color:#FFF;
	background:#CCC;
	background:#FFF url(images/button.gif) left top no-repeat;
	padding:1px 5px 0 10px;
	float:left;
	height:20px;
	margin:0 0 0 10px;
	

}
.lottery_r
{
	font-size:11px;
	background:#FFF url(images/button.gif) right top no-repeat;
	width:5px;
	height:20px;
	float:left;

}

a.lottery:link, a.lottery:visited, a.lottery:active, a.lottery:hover
{
	color:#FFF;
	text-decoration:none;
}



/*a.href_header:link,a.href_header:visited,a.href_header:active,a.href_header:hover 
{
	border-bottom: #93d70b 3px solid;
	font-size:12px;
	font-weight:normal;
	padding:0 10 4 10;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	text-decoration:none;
	
} */

h1
{
	font-size:20px;
	/*font-family:   Helvetica,Tahoma, Verdana, sans-serif;*/
	color: #000;
	/*font-weight: bold;*/
	/*border:0;*/
	/*line-height:22px;*/
	/*margin:0 0 10px 0; padding:0;*/
	/*text-align: center;*/
}

small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #FFF;
	background-color: #FFF;
	margin:8px 0;
	border-bottom: #d2eeff 1px dashed;
}



.listtable {
	border:0;
	border-top:2px solid #C4C4C3;
	border-bottom:2px solid #C4C4C3;
	border-collapse:collapse;
}
.listtable td, th  {
    padding: 2px 4px;
    border-bottom: 1px solid #e9e9e9;
}

.listtable th {
    background: #CCD1D4;
}

.listtable td * {
    padding: 2px 4px;
}

.listtable tr.alt td {
    background: #f7f7f7;
}

.listtable tr.over td {
    background: #f0f0f0;
}

.big-font-message
{font-size:15px; color:#575757; border:#CCC 1px solid; background-color:f5f5f5; padding:20px;}

.big-font-link
{font-size:21px; }

/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}


/*row table*/
table.rows-table
{
	border:0;
	border-top:2px solid #C4C4C3;
	border-bottom:2px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.rows-table td
{
	border:0;
	border-top:1px solid #eee;
	
	color:#333;
	padding:4px 4px;
}

/*Head cell*/
table.rows-table thead td, table.rows-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:0;
	border-top:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.rows-table tbody td
{
	
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.rows-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}


#azart_body_bottom
{
	background:url(images/body_bg.jpg) bottom repeat-x;
}
#azart_body_top
{
	background:url(images/body_top.gif) top repeat-x;
}
#main
{
	width:1036px;
	/*background:#FFF;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#row1
{
	height:31px;
}
#row1_td_left
{
	width:13px;
	background:url(images/row1_td_left.gif) right repeat-y;

}
#row1_td2
{
	background:#CCC;
	background:url(images/row1_td2.gif) top repeat-x;
	color:#e8e8e8;
	padding:1px 1px;
}
/*#row1_td2 a{	color:#DDD;}*/
/*#row1_td2 a:hover {	color:#FFF;}*/
#row1_td3
{
	background:url(images/row1_td2.gif) top repeat-x;
	/*background:url(images/row1_td3.gif) bottom no-repeat;*/
}
#row1_td_right
{
	width:13px;
	background:url(images/row1_td_right.gif) left repeat-y;
}


#row2_
{
	height:120px;/*height:130px;*/
	/*background:url(images/row2.jpg) top repeat-x;*/
	background: #eceff3;
}
#row2_td_left
{
	background:url(images/row2_td_left.gif) right repeat-y;
}
#row2_td1
{
	/*width:25%;*/
	/*background:#f5f5f5 url(images/blue_bg1.gif) bottom repeat-x;*/
}
#logo
{
	width:258px;
	height:76px;
	background: url(/images/logo.gif) top no-repeat;
	cursor: pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#logo2
{
	width:230px;
	height:1px;
}

#row2_td2
{
	width:50%;
	/*background:#FFF url(images/row2_td2_bg.gif) bottom no-repeat;*/
	text-align:center;
}
#row2_td3
{
	width:25%;
	/*background:#f5f5f5 url(images/blue_bg1.gif) bottom repeat-x;*/
	/*text-align:center;*/
	padding:0 10px;
}
#row2_td4
{
	width:25%;
	/*background:#88b4d4 url(images/blue_bg.jpg) bottom repeat-x;*/
}
#row2_td_right
{
	background:url(images/row2_td_right.gif) left repeat-y;
}


#row3
{
	/*height:136px;*/
}
#row3_td_left
{
		background:url(images/row4_td_left.gif) right repeat-y;
}
#row3_td
{
	padding:10px;
	background:#FFF;
}

#row3_td3
{
	
	background:url(images/row3_td_3.gif) center bottom no-repeat;text-align:center;
}
#row3_td4
{
	background:url(images/row3_td_4.gif) bottom repeat-x; 
}
#row3_td_right
{
	background:url(images/row4_td_right.gif) left repeat-y;
}


/*#row33{height:216px;}*/
#row33{height:10px;}
#row33_td_left{background:url(images/row4_td_left.gif) right repeat-y;}
#row33_td1{background:#a7c7dc url(images/blue_bg.gif) top repeat-x; }
#row33_td2{background:#FFF;	}
#row33_td3
	{
	background:#85b2d3 url(images/blue_bg.gif) top repeat-x;
	
	
	}
#row33_td4{background:#FFF;}
#row33_td_right{background:url(images/row4_td_right.gif) left repeat-y;}


#row4_td_left
{
	background:url(images/row4_td_left.gif) right repeat-y;
	
}
#row4_td
{
	background:#FFF;
	padding:0;
	
}



.content-table
{
	/*width:100%;*/
	vertical-align:top;
	/*padding:5px;*/
	min-width:999px;
	
}



/*Main column*/
.left-column
{
	width:100%;
	vertical-align:top;
	/*padding:5px 0;*/
	text-align:left;
	

}

.information-block-main
{	/*padding:5px;
	/*margin:5px;*/
	background:#FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:110%;
	color:#494947;
	
}



/*Right column*/
.right-column1, .right-column2
{
	width:1px;
	vertical-align:top;
	padding:5px 0;
	
}


.information-block-1
{
	width:242px;
	padding:5px;
	margin:5px;
	background:#FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:90%;
	color:#494947;
	border:#f1f1f1 1px solid;
}



#row4_td_right
{
	background:url(images/row4_td_right.gif) left repeat-y;
	
}

#row5_td_left
{
	background:url(images/row5_td_left.gif) right bottom no-repeat;
	height:218px;
}
#row5_td2
{
	background:#FFF;

}
#row5_td_right
{
	background:url(images/row5_td_right.gif) left top no-repeat;
}


#row_footer
{
	height:211px;
	height:230px;
	background:url(images/row_footer.gif) top repeat-x;
	/*border:red 1px solid;*/
}

#row_footer td
{color:#FFF;}

#row_footer a{	color:#DDD;}
#row_footer a:hover {	color:#FFF;}



.mainpagetitle{font-size:21px;}

/******************************************************************************************/
/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #F2F2EA; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F2F2EA; } 
table.forum-menu-popup-table td.forum-group{background-color:#F2F2EA; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #F9F9F3;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F2F2EA}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F2F2EA;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#F2F2EA; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F2F2EA !important; color:#333; } 





/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #F9F9F3;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #F9F9F3;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #F2F2EA;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#F2F2EA;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#F9F9F3;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F2F2EA;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F2F2EA; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#F9F9F3; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#F9F9F3;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}



table.forum-quote td, table.forum-code td 
{
	background-color:#F2F2EA; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#F9F9F3; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F2F2EA;
	border:1px solid #C4C4C3;
}



/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#F9F9F3;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

.blog-post-info{
	color: #456A74; 
	font-size:11px;
	padding:5px;
	/*border:#CCC 1px solid;*/
	display: block;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#F9F9F3;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #F9F9F3;}


a.click { text-decoration:none; }
a.click span { border-bottom:1px dashed #0071bc; }
a.click:hover span { border-bottom:1px dashed #f26521; }







/*From korportal*/

/* Top menu */
#top-menu-layout { height:42px; position:relative; z-index:201;}
#top-menu { padding:0; margin:0;  list-style-type: none; display: block; height:42px; overflow:hidden;}
#top-menu li { float: left; margin: 0 4px 0; /*height:42px;*/}
#top-menu a
{
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	outline: none;
	line-height:34px;
	cursor:pointer;
}

#top-menu .left-corner { display:inline-block; width:5px; height:28px; vertical-align:top;}
#top-menu .root-item-text {display:inline-block; height:28px; vertical-align:top;  padding:0 4px;}
#top-menu .root-item-text-line {display:inline-block; height:29px; vertical-align:top;  border-bottom: 2px solid; }
#top-menu .right-corner { display:inline-block; width:5px; height:28px; vertical-align:top; }

#top-menu a:hover { margin:0; padding:0; text-decoration:none; }
#top-menu a:hover .left-corner { height:38px; background: url(images/sprite.png) no-repeat -36px -645px; }
#top-menu a:hover .root-item-text { height:38px; background: url(images/sprite.png) repeat-x 0 -699px; line-height:34px; }
#top-menu a:hover .root-item-text-line {  /*border:none;*/}
#top-menu a:hover .right-corner { height:38px; background: url(images/sprite.png) no-repeat -42px -645px; }
#top-menu li.home a:hover .root-item-text { }


#top-menu li.selected a {  color: #000;  }
#top-menu li.selected .left-corner {  height:36px; background: url(images/sprite.png) no-repeat -24px -644px; }
#top-menu li.selected .root-item-text {  border:none; height:36px; background: url(images/sprite.png) repeat-x 0 -608px; }
#top-menu li.selected .right-corner {  height:36px; background: url(images/sprite.png) no-repeat -30px -644px; }
#top-menu li.selected .root-item-text-line {  border:none;}

#top-menu li.hover { position:relative; z-index:2000; }
#top-menu li.hover a { margin:0; padding:0; text-decoration:none; }
#top-menu li.hover .left-corner { height:42px; background: url(images/sprite.png) no-repeat 0 -645px; }
#top-menu li.hover .root-item-text { height:42px; background: url(images/sprite.png) repeat-x 0 -528px; line-height:34px; }
#top-menu li.hover .root-item-text-line {  border:none;}
#top-menu li.hover .right-corner { height:42px; background: url(images/sprite.png) no-repeat -6px -645px; }

#top-menu li.home { margin-left: 0;}
#top-menu li.home .left-corner { display:none;}
#top-menu li.home .root-item-text { padding-left: 0; }
#top-menu li.home .right-corner{ display:none; }
#top-menu li.selected.home .left-corner { display:inline-block; height:36px; background: url(images/sprite.png) no-repeat -12px -643px; }
#top-menu li.selected.home .root-item-text { height:36px; background: url(images/sprite.png) repeat-x 0 -572px; line-height:34px; border: none; padding-left: 4px;}
#top-menu li.selected.home .right-corner { display:inline-block; height:36px; background: url(images/sprite.png) no-repeat -18px -643px; }

#top-menu li.home i { display:inline-block; width:16px; height:32px; background: transparent url(images/sprite.png) no-repeat 2px 10px; }
#top-menu li.selected.home i { background: transparent url(images/sprite.png) no-repeat -43px 11px;}

#top-menu li.hover .submenu { display: block;}

div.submenu {
	display: none;
	position: absolute;
	width:220px;
	min-width:220px;
	max-width:400px;
	margin-top: -1px;
	z-index:1999;
	overflow:hidden;
}

div.submenu-two-columns { width:440px; }
div.submenu-two-columns table { width: 100%; }
div.submenu-two-columns td.left { width: 180px; vertical-align:top; }
div.submenu-two-columns td.right { width: 180px; vertical-align:top; }
div.submenu-two-columns td.center { width: 20px; vertical-align:top; }

div.submenu-top { height:7px; overflow: hidden; border-left: 1px solid #d3d3d3; }
div.submenu-top div.right { height:7px; background: transparent url(images/sprite.png) no-repeat right -91px; border-left:1px solid white;}
div.submenu-top div.center { height:7px; background: transparent url(images/sprite.png) repeat-x 0 -98px; margin-right: 6px;}

div.submenu div.content { background:transparent url(images/sprite.png) no-repeat right -787px; border-left: 1px solid #d3d3d3; }
div.submenu div.content-inner { background:#f3f3f3 url(images/sprite.png) repeat-x 0 -1550px;  margin: 0 4px 0 0; padding: 3px 13px 5px 15px; border-left:1px solid #fdfdfd;}

div.submenu-bottom { height:7px; overflow:hidden;  }
div.submenu-bottom div.left { height:7px; background: transparent url(images/sprite.png) no-repeat 0 -70px; }
div.submenu-bottom div.right { height:7px; background: transparent url(images/sprite.png) no-repeat right -77px;}
div.submenu-bottom div.center { height:7px; margin: 0 6px; background: transparent url(images/sprite.png) repeat-x 0 -84px;}

div.submenu ul { list-style: none; margin:0; padding:0; min-width:160px;}
div.submenu li { display: block !important; border-top: 1px solid #e8e8e8 !important; float:none !important; margin:4px 0 0 !important; padding:4px 0 0 !important; height:auto !important;}
div.submenu li.first { border: none !important; margin-top:0 !important; padding-top:0 !important;}
div.submenu a { display:block !important; outline:none !important; border: none !important; background: none !important; padding:5px 0 5px 0 !important; margin:0 !important; font-family:Verdana, sans-serif !important; font-weight:normal !important; font-size: 1em !important; line-height:1 !important; color: #222 !important; text-decoration:none !important;}
div.submenu a:hover { color: #52a821 !important; text-decoration:underline !important;}

div.submenu ul ul { margin-left:1.2em !important; min-width:100px !important;}
div.submenu ul ul li { margin:0 0 0.1em 0 !important; padding:0 0 0.1em 0 !important; border: none !important;}
div.submenu ul ul a { font-size: 0.85em !important; color: #555 !important; padding: 3px 0 !important;}


