/*
===========================
CSS Structure :
  1. IMPORT EXT CSS  
  2. GENERAL  
  3. HEADER  
  4. SECTION
  5. FOOTER   
  6. RESPONSIVE   
===========================
*/



/*
===========================
  1. IMPORT EXT CSS ======= 
===========================
*/
@import url("reset.css");
@import url("anchor_menu.css");
@import url("slidetext.css");
@import url("font_icon.css");
@import url("hint.css");

/*
===========================
  2. GENERAL ============== 
===========================
*/


/* CSS Reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ul{ list-style:none; list-style-position:outside;}
a {  outline: none;}*/

/* Tell old browsers how to handle HTML5 elements */
header, footer, aside, nav, article {display: block;}




/* Essentials */
html ,
body {
	padding:0;
	margin:0;
	height:100%;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	/*background:#e7e7e7;*/
	background:url("../images/pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

p {
}

h1, h2, h3, h4, h5, h6 {
}

a:link, a:visited {
	text-decoration:none;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}


.full_width {
	width:100%;
}


.clear {clear:both;}
.block {display:block;}
.inline_block {display:inline-block;}
.left {float:left;}
.right {float:right;}
.overlap {position:absolute;}
.relative { position:relative;}
.maxwidth { width:100%;}
.cleanrow {display: block;height: 30px;width: 100%;}


.pattern {
	background:url(../images/pattern.png) repeat 0 0;
}


header ,
section ,
footer {
	position:relative;
}



/* table */

table {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    width: 100%;
}

table tr th ,
.scroll table tr td {
	padding:8px 10px;
}


table tr.tb_main_hd .gradient_gold {
    border: 1px solid #FFFFFF;
}

table tr th {
    border-bottom: 1px solid #CCCCCC;
    color: #857362;
    text-shadow: 1px 1px #FFFFFF;
    text-transform: capitalize;


	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.3, #F4F4F4),
		color-stop(0.8, #EAEAEA)
	);
	background-image: -o-linear-gradient(bottom, #F4F4F4 30%, #EAEAEA 80%);
	background-image: -moz-linear-gradient(bottom, #F4F4F4 30%, #EAEAEA 80%);
	background-image: -webkit-linear-gradient(bottom, #F4F4F4 30%, #EAEAEA 80%);
	background-image: -ms-linear-gradient(bottom, #F4F4F4 30%, #EAEAEA 80%);
	background-image: linear-gradient(to bottom, #F4F4F4 30%, #EAEAEA 80%);

}


.scroll table {
}

.scroll tbody {
}


table.zebra tr td { border-left:1px solid #fff; border-right: 1px solid #dddddd;}
table.zebra tr td:first-child {
	border-left:none;
}

table.zebra tr td:last-child {
	border-right:none;
}


.zebra tr:nth-of-type(odd) {
  background-color:#f1f1f1;
} 


.zebra tr.tb_main_hd .main_hd  {
    border: 1px solid #EEE5D8;
    color: #4B3C30;
}


table h4 {
    color: #4B3C30;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    text-transform: capitalize;
}

tb_main_ft {
}



th .paging {
    display: inline-block;
}

th .paging a , 
th .paging input ,
th .paging label {
    display: block;
    float: left;
    margin: 2px;
}

th .paging a:hover {
	background:#B0A08D;
}

th .paging a:hover span {
	color:#fff;
	text-shadow:1px 1px #4e4539;
}


th .paging a,
th .paging input {
    border: 1px solid #B0A08D;
    border-radius: 5px;
    box-shadow: 0 0 2px #FFFFFF;
    height: 20px;
    width: 20px;
    margin: 1px 2px;
}

th .paging a span {
    color: #737373;
    display: block;
    font-size: 12px;
    margin: 2px auto 0;
}

th .paging a span.icon-caret-left ,
th .paging a span.icon-caret-right {
    font-size: 17px;
    margin-top: 0;
}

th .paging input {
    padding: 0;
    text-align: center;
}

th .paging label {
}

th .iconlist ,
th .icon {
    display: block;
    float: right;
}

th .icon {
    border: 1px solid #999999;
    border-radius: 5px;
    box-shadow: 1px 1px #FFFFFF;
    font-size: 20px;
    padding: 0 5px;
    width: 15px;
	margin: 0 2px;
}

th .icon span {
    color: #000000;
    display: block;
    margin: 0;
}




.box_shadow.rounded5 {
	margin:0 30px;
}




/* Scrollbar */
#scrollbar1 { width: 100%; margin: 0; }
#scrollbar1 .viewport {
    max-height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#scrollbar1 .overview { list-style: none; position: relative; z-index:5;padding: 0; margin: 0; }

#scrollbar1 .scrollbar {
    background: none repeat scroll 0 0 #BFC0C2;
    border-radius: 10px;
    float: right;
    margin: 2px;
    padding: 2px 0;
    position: relative;
    width: 12px;
    z-index: 10;
}

#scrollbar1 .track {
    border-radius: 10px;
    height: 100%;
    padding: 0 1px;
    position: relative;
    width: 13px;
}

#scrollbar1 .thumb {
    background: none repeat scroll 0 0 #F4F8F9;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-shadow: 1px 1px 0 #999999;
    cursor: pointer;
    height: 15px;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 7px;
}

#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }






/*	lightbox    */

  #modal {
        background: #eef2f7;
        border: 1px solid #536376;
        padding: 14px 22px;
        width: 400px;
        position: relative;
        display: none;
		color: #536376;

		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-box-border-radius: 10px;
    	box-shadow: 0 0 100px #666666;
    	-webkit-box-shadow: 0 0 100px #666666;
    	-moz-box-box-shadow: 0 0 100px #666666;
		text-align:justify;
    }

    #close_x { 
		background: url(../images/sprite.png) -387px -102px no-repeat;
		line-height: 1000px;
		overflow: hidden;
		display: block;
        width: 24px; height: 23px;
        position: absolute; top: 5px; right: 5px;
    }
	





/*
===========================
  3. HEADER =============== 
===========================
*/

/* Header */
header {
}

header {
	/* Fallback Color */
	background: #F4F8F9;
	/* Firefox 3.6+ */
	background-image: -moz-linear-gradient(#FFFFFF, #E9F2F3);
	/* Safari 4+, Chrome 1+ */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E9F2F3));
	/* Safari 5.1+, Chrome 10+ */
	background-image: -webkit-linear-gradient(#FFFFFF, #E9F2F3); 
	/* IE */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E9F2F3');
}

.overlap.maxwidth {
    border-top: 6px solid #000000;
    z-index: 100;
}



.logo {
    /*background: url("../images/main_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    margin: 20px 20px 20px 0;
    height: 90px;
    width: 117px;
}

/*	mainmenu  */

/* Menu */

#topsection {
text-align: center;
margin: 0 auto;
padding: 0;
}



/* CSS3 position: fixed */
.fixed {
    background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


.mainmenu {
    margin-top: 30px;
}

.mainmenu a {
    background: url("../images/bg_transparent_01.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    margin: 20px 10px;
    padding: 2px 15px;
}

.mainmenu a:hover ,
.mainmenu a.selected {
    background-color: #F2E6D7 !important;
    background-image: -webkit-linear-gradient(top, #F2E6D7, #D5C5B1) !important;
    background-image: -moz-linear-gradient(top, #F2E6D7, #D5C5B1) !important;
    background-image: -o-linear-gradient(top, #F2E6D7, #D5C5B1) !important;
    background-image: -ms-linear-gradient(top, #F2E6D7, #D5C5B1) !important;
    background-image: linear-gradient(top, #F2E6D7, #D5C5B1) !important;
    border: 1px solid #D5C5B1;
    color: #000;
}

.fixed .mainmenu {
	margin:35px 0 0 0;
}

.fixed .mainmenu a {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #555555;
    color: #DEDEDE;
}

.fixed .mainmenu a:hover ,
.fixed .mainmenu a.selected {
	background:none repeat scroll 0 0 #FEF8E8;
	color:#000;
}

.fixed .logo.home {
    background: url("../images/main_logo_white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 25px 20px 20px 0;
    height: 90px;
    width: 117px;
}





/*	header app */
header .top {
   /* margin-top: 8px;*/
}

header .top .logo_white {
    background: url("../images/logo_white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 52px;
    margin: 10px 10px 10px 40px;
    width: 28px;
}

header .top p {
    color: #FFFFFF;
    margin: 25px 20px 0 0;
}

header .top span {
}

header .top .right a {
    color: #CCCCCC;
    display: inline-block;
    font-weight: bold;
    padding: 0 15px;
    text-decoration: none;
	position:relative;
}

header .top .right a:hover {
	text-decoration:underline;
}

header .top .right a:nth-of-type(1) {
    border-right: 1px solid #000000;
}

header .top .right a:nth-of-type(2) {
    border-left: 1px solid #757575;
    margin-left: -4px;
}
 
header .bottom {
}


header .bottom .right {
    list-style: none outside none;
    margin: 0 30px 0 0;
    width: 120px;
}

header .bottom .right div ,
header .bottom .right a {
    color: #555;
    display: block !important;
    float: left;
    font-size: 22px;
    height: 20px;
    margin: 6px 0;
    padding: 2px 10px;
    text-align: center;
	position:relative;
    width: 30px;
	text-shadow:1px 1px #fff;
	cursor:pointer;
}

header .bottom .right div:hover ,
header .bottom .right a:hover {
	color:#000;
} 


header .bottom .icon-bell-alt {
	border-right:1px solid #adadad;
}

header .bottom .icon-gear {
	border-left:1px solid #e3e3e3;

}


header .bottom .right span {
    background: none repeat scroll 0 0 #FF0000;
    color: #FFFFFF;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    left: 25px;
    padding: 2px;
    position: absolute;
    top: -3px;
    z-index: 50;
	text-shadow:1px 1px #000;
}
 
/*	menu effect */

#nav,#nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#nav {
    clear: both;
    display: inline-block;
    font-size: 12px;
    height: auto;
    margin: 1px 0 0 25px;
    position: relative;
    width: auto;
}

#nav li {
    float: left;
    position: relative;
	z-index:15;
}

#nav li#blob {
    border: 1px solid #999999;
    height: 26px !important;
    position: absolute;
    top: 4px !important;
    z-index: 10;
}

#nav li a {
    color: #000;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 25px;
    margin: 4px;
    padding: 2px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 90px;
    text-shadow: 1px 1px #FFFFFF;
}

/* end of menu effect */
















/*	highlight */
.highlight {
    color: #000000;
    height: 450px;
}

.img_bg {
  background:url(../images/highlight_01.jpg) no-repeat top center;
  position: fixed;
  width: 100%;
  height: 300%;
  top:0;
  left:0;
  z-index: 0;
}



/*	login form */
#login {
    background: url("../images/bg_transparent_01.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    height: 280px;
    padding: 20px;
    right: 0;
    top: 150px;
    width: 300px;
	font-size: 14px;
}

#login h5 {
	margin:0;
}

#login label ,
#login input {
    clear: both;
    display: block;
}

#login input {
    border: medium none;
    border-radius: 5px;
    margin: 8px auto 10px;
    padding: 10px;
	width:280px;
}

#login label {
    margin: 15px 0 0;
    padding: 0;
}

#login label.blue ,
#login label a {
	color:#2f80cf;
}

#login label a {
	text-decoration:underline;
}

input.textinput {
	background: none repeat scroll 0 0 #FFFFFF;
    font-family: inherit;
    font-size: 100%;
}

input.button {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px ;
	width:100% !important;
}





/*	announcements  */

.announcements {
    padding-top: 135px;
    z-index: 10;
}

.announcements .label {
    background: url("../images/arrow_01.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    font-size: 24px;
    letter-spacing: -1px;
    padding: 60px 100px 60px 0;
}


#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}


.h_content {
    border: medium none !important;
    height: auto !important;
    margin: 20px 0 20px 20px;
    padding: 0 !important;
    width: 680px !important;
}


.h_content p {    
	font-size: 15px;
    line-height: 18px;
    color: #333333;
	margin:0;
}

.h_content .slides {
    width: 640px ;
}


.slides h4 {
	color:#000;
    font-size: 20px;
    font-weight: normal;
	margin:0;
}

.slides .date {
    color: #999999;
    font-family: times new roman;
    font-size: 13px;
    font-style: italic;
}


/*
===========================
  4. SECTION ============== 
===========================
*/

section {
	position:relative;
	width:100%;
	/*background:none repeat scroll 0 0 #E7E7E7;*/
	background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF3d3d////riJKgAAAAAJ0Uk5T/wDltzBKAAAAFUlEQVR42mJgBAEGGMmAxAYCgAADAAGGABmnk/7aAAAAAElFTkSuQmCC);

}

section h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

/*	Features */

#features {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid;
    display: inline-block;
    margin: -135px auto auto;
    overflow: auto;
    padding: 155px 0 40px 0;
    width: 100%;
}

.cont_block {
    display: block;
    float: left;
    height: 100px;
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 220px;
}

.cont_block .desc {
    color: #666666;
    display: block;
    float: right;
    height: 85px;
    line-height: 18px;
    overflow: hidden;
    width: 180px;
}

.cont_block h5 {
    color: #333333;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.cont_block h5 p {
}

.wrapper .icon {
    background: url("../images/icon_sprite_01.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
}
.wrapper .ico_01 {background-position:0 0;}
.wrapper .ico_02 {background-position:-30px 0;}
.wrapper .ico_03 {background-position:-60px 0;}
.wrapper .ico_04 {background-position:-90px 0;}
.wrapper .ico_05 {background-position:-90px -30px;}
.wrapper .ico_06 {background-position:-60px -30px;}
.wrapper .ico_07 {background-position:-30px -30px;}
.wrapper .ico_08 {background-position:0 -30px;}
.wrapper .ico_09 {background-position:0 -60px;}
.wrapper .ico_10 {background-position:-30px -60px;}
.wrapper .ico_11 {background-position:-60px -60px;}
.wrapper .ico_12 {background-position:-90px -60px;}


.morefeatures {
    background: url("../images/bg_slide_down.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin: 40px auto 0;
    padding: 10px;
    text-align: center;
    width: 480px;
}

.morefeatures .showmore {
    /*background: url("../images/arrow_03.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right: 30px;*/
    color: #000000;
    display: inline-block;
    font-weight: bold;
    margin: auto;
    text-align: center;
    width: auto;
	cursor:pointer;
}

#requirements {
    background: none repeat scroll 0 0 #F4F4F4;
    margin-top: -140px;
    padding: 157px 0 510px;
}


/*
===========================
  5. FOOTER =============== 
===========================
*/



footer {
    min-height: 40px;
}

.pattern.border {
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 10;
}









/*	update	*/
#login {
    height: 260px;
}

input.button {
    margin-top: 20px !important;
}






/*	update	13 01 2014  */
#features .cont_block p {
	display:none;
}


#requirements .cont_block ,
#requirements .cont_block .desc {
	height:auto;
	overflow:visible;
}






/*
===========================
  6. RESPONSIVE =========== 
===========================
*/



@media screen and (max-width: 46.0625em) {

/*	start to add responsvive css code */

}