@import url('font-awesome.css');

/***********************************************************************************************************************
	Reset styles
***********************************************************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, b, u, i, center, fieldset, form, legend{
	margin			: 0;
	padding			: 0;
	border			: 0;
	outline			: 0;
	vertical-align	: baseline;
	background		: transparent;
}
/***********************************************************************************************************************
	Main styles
***********************************************************************************************************************/
body{
	font			: normal 12px/1.2 arial, helvetica, sans-serif;
	color			: #333333;
	background		: #EEEEEE;
	min-width		: 310px;
	max-width		: 100%;
	margin			: 0 auto;
}
table{
	font-family		: arial;
	font-size		: 13px;
	font-weight		: normal;
	color			: #090909;
	text-align		: left;
	background		: transparent;
}
#header{
	margin			: 0px;
	background-color: #FFFFFF;
	border-bottom	: 5px solid #CCCCCC;
	padding			: 5px 0 0 0;
	font-family		: arial;
	font-size		: 35px;
	color			: #444444;
	font-weight		: bold;
	vertical-align	: middle;
}
#header_sub{
	font-size		: 15px;
	font-style		: italic;
}
#address{
	font-size		: 11px;
}
table#login{
	border-radius			: 5px;		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius		: 5px; 		/* for Firefox */
	-webkit-border-radius	: 5px;  	/* for Safari and Chrome */
	box-shadow				: inset 0px 2px 3px rgba(255,255,255,0.9), 0px 3px 3px rgba(76,49,65,0.3);
	background-color: #FFFFFF;
	border			: 1px solid #CCCCCC;
	padding			: 4px;
	font-family		: arial;
	font-size		: 12px;
	color			: #090909;
}
#title{
	font-family		: arial;
	font-size		: 25px;
	font-weight		: bold;
	color			: #090909;
}
img{
	border-radius			: 3px;		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius		: 3px; 		/* for Firefox */
	-webkit-border-radius	: 3px;  	/* for Safari and Chrome */
}
img#login{
	border-radius			: 5px;		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius		: 5px; 		/* for Firefox */
	-webkit-border-radius	: 5px;  	/* for Safari and Chrome */
	box-shadow				: inset 0px 2px 3px rgba(255,255,255,0.9), 0px 3px 3px rgba(76,49,65,0.3);
}
.note,.warning{
	font-family		: arial, helvetica, sans-serif;
	font-size		: 12px;
	color			: #4B545D;
	font-weight		: bold;
}
.information{
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #D2114C;
}
.icon{
    position			: relative; /* For the icon positioning */
	z-index				: 1;
}
.icon i{
    /* Size and position */
    left				: 0px;
    top					: 0px;
    position			: absolute;
    height				: 30px;
    width				: 30px;
    /* Line */
    border-right		: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow			: 1px 0 0 rgba(255, 255, 255, 0.7);
    /* Styles */
    color				: #777777;
    text-align			: center;
    line-height			: 35px;
    -webkit-transition	: all 0.3s ease-out;
    -moz-transition		: all 0.3s ease-out;
    -ms-transition		: all 0.3s ease-out;
    -o-transition		: all 0.3s ease-out;
    transition			: all 0.3s ease-out;
    pointer-events		: none;
}
.text{
    font-family			: Arial, sans-serif;
    font-size			: 13px;
    font-weight			: bold;
    text-shadow			: 0 1px 0 rgba(255,255,255,0.8);
    width				: 100%;
    padding				: 5px 2px 5px 35px;
    border				: none;
    box-shadow			: 
				        inset 0 0 5px rgba(0,0,0,0.1),
				        inset 0 0 5px rgba(0,0,0,0.1);
    border-radius		: 3px;
    background			: #F9F9F9;
    color				: #000;
    
}
.text1{
    font-family			: Arial, sans-serif;
    font-size			: 13px;
    font-weight			: bold;
    text-shadow			: 0 1px 0 rgba(255,255,255,0.8);
    width				: 100%;
    padding				: 5px 2px 5px 7px;
    border				: none;
    box-shadow			: 
				        inset 0 0 5px rgba(0,0,0,0.1),
				        inset 0 0 5px rgba(0,0,0,0.1);
    border-radius		: 3px;
    background			: #F9F9F9;
    color				: #000;
    
}
.cmb{
    font-family			: Arial, sans-serif;
    font-size			: 13px;
    font-weight			: bold;
    text-shadow			: 0 1px 0 rgba(255,255,255,0.8);
    width				: 100%;
    padding				: 5px 0px 5px 5px;
    border				: none;
    box-shadow			: 
				        inset 0 0 5px rgba(0,0,0,0.1),
				        inset 0 0 5px rgba(0,0,0,0.1);
    border-radius		: 3px;
    background			: #F9F9F9;
    color				: #000;
}
.opt{
    font-family			: Arial, sans-serif;
    font-size			: 13px;
    font-weight			: bold;
	padding				: 0px 0px 0px 6px;
}
.text:hover ~ i,.text1:hover ~ i{
    color				: #52CFEB;
}
.text:focus ~ i,.text1:focus ~ i{
    color				: red;
}
.button{
	border				: none; /* Remove the default border */
	background-color	: transparent;
	background-image	: url(buttonBackground.gif);
	background-repeat	: no-repeat;
	background-position	: 0 -240px;
	width				: 70px;
	height				: 28px;
	margin				: 2px auto;
	padding				: 0 0 0 0;
	font-family			: Arial, sans-serif;
	font-size			: 100%;
	font-weight			: bold;
	text-decoration		: none;
}
.button:hover, .button:active{
	background-position	: 0 -210px;
	color				: #FF7200;
	cursor				: pointer;
	text-shadow			: 1px 1px 0 #CCCCCC;
}
.button:link, .button:visited{
	background-position	: 0 -180px;
	color				: #5F5F5F;
	cursor				: default;
}
a{
	color			: #B52421;
	text-decoration	: none;
}
a:hover{
	color			: darkblue;
	text-decoration	: none;
}
a.news{
	color			: #0B5272;
	text-decoration	: none;
	font-size		: 14px;
	font-weight		: bold;
}
a.news:hover{
	color			: #B52421;
	text-decoration	: none;
}
a.language{
	color			: #000000;
	text-decoration	: none;
	font-size		: 10px;
}
a.language:hover{
	color			: red;
	text-decoration	: blink;
}
.footer{
	font-family		: arial, helvetica, sans-serif;
	font-size		: 11px;
	color			: #323232;
}

/***********************************************************************************************************************
	Untuk Social link
***********************************************************************************************************************/
div a.facebook, div a.twitter, div a.blogger, div a.friendster, div a.rss, div a.yahoo, div a.google{
	float			: left;
	height			: 23px;
	width			: 23px;	
	text-indent		: -99999em;
	margin				: 5px 5px 5px 5px;
	background		: url(icons.gif) no-repeat;	
	border-radius			: 4px;		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius		: 4px; 		/* for Firefox */
	-webkit-border-radius	: 4px;  	/* for Safari and Chrome */
}
div a.facebook:active, div a.twitter:active, div a.blogger:active, div a.friendster:active, div a.rss:active, div a.yahoo:active, div a.google:active{
	border-radius			: 10px;		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius		: 10px; 	/* for Firefox */
	-webkit-border-radius	: 10px;  	/* for Safari and Chrome */
}
div a.facebook{
	background-position	: -2px -2px;
}
div a.facebook:hover{
	background-position	: -2px -32px;
}
div a.twitter{
	background-position	: -2px -62px;
}
div a.twitter:hover{
	background-position	: -2px -92px;
}
div a.blogger{
	background-position	: -2px -122px;
}
div a.blogger:hover{
	background-position	: -2px -152px;
}
div a.friendster{
	background-position	: -2px -182px;
}
div a.friendster:hover{
	background-position	: -2px -212px;
}
div a.rss{
	background-position	: -2px -240px;
}
div a.rss:hover{
	background-position	: -2px -270px;
}
div a.yahoo{
	background-position	: -2px -300px;
}
div a.yahoo:hover{
	background-position	: -2px -330px;
}
div a.google{
	background-position	: -2px -362px;
}
div a.google:hover{
	background-position	: -2px -392px;
}
/***********************************************************************************************************************/
.pagination_table{
	background-color: #FFFFFF; 
	border			: 1px solid #D6D7D6;
	border-radius	: 4px;
}
.pagination_page{
	padding			: 2px;
	color			: #000000;
	background-color: #E2E6E8;
	border			: 1px solid #CECFCE;
	font-weight		: bold;
	border-radius	: 4px;
}
a.pagination{
	padding			: 2px;
	color			: #000000;
	background-color: #FFFFFF;
	border			: 1px solid #CECFCE;
	font-weight		: bold;
	text-decoration	: none;
	border-radius	: 4px;
}
a.pagination:hover{
	padding			: 2px;
	color			: #000000;
	background-color: #E2E6E8;
	border			: 1px solid #CECFCE;
	font-weight		: bold;
	text-decoration	: none;
	border-radius	: 4px;
}
.tbl_border_gray{
	border			: 1px solid #CECFCE;
	border-radius			: 5px;		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius		: 5px; 		/* for Firefox */
	-webkit-border-radius	: 5px;  	/* for Safari and Chrome */
}

.btns{
	/* Size and position */
    width				: 100%;
    height				: 100%;
    margin-top			: -1px;
    /* Icon styles */
    font-size			: 1.4em;
    line-height			: 1.75;
    color				: white;
    /* Styles */
    border				: none; /* Remove the default border */
    border-radius		: inherit;
    background			: #52CFEB; /* Fallback */
    background			: -moz-linear-gradient(#52CFEB, #42A2BC);
    background			: -ms-linear-gradient(#52CFEB, #42A2BC);
    background			: -o-linear-gradient(#52CFEB, #42A2BC);
    background			: -webkit-gradient(linear, 0 0, 0 100%, from(#52CFEB), to(#42A2BC));
    background			: -webkit-linear-gradient(#52CFEB, #42A2BC);
    background			: linear-gradient(#52CFEB, #42A2BC);
    box-shadow			: 
				        inset 0 1px 0 rgba(255,255,255,0.3),
				        0 1px 2px rgba(0,0,0,0.35),
				        inset 0 3px 2px rgba(255,255,255,0.2),
				        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor				: pointer;
}
.btns:hover{
	background			: -moz-linear-gradient(top, rgba(99,64,86,0.5) 20%, rgba(76,49,65,0.9) 100%);
	text-shadow			: 1px 1px 0 red; /*Digunakan untuk memberi bayangan pada text*/
}
.btns:focus{
	border				: 1px solid red;
}

/* Start Back To Top*/
.back-to-top {
	position			: fixed;
	bottom				: 5px;
	right				: 0px;
	background-color	: rgba(235, 235, 235, 0.80);
	padding				: 3px;
	display				: none;
}
.back-to-top:hover {	
	background-color	: rgba(135, 135, 135, 0.50);
}
/* End Back To Top*/
.color_back{
	background-color: #D2DDEA;
}

.user_info{
	margin			: auto;
	padding			: 4px;
	font-family		: arial;
	font-size		: 12px;
	color			: #090909;
	border-bottom	: 1px solid #CCCCCC;
}



.menu_header{
	margin			: auto;
	padding			: 1px;
	background-color: #BFBFBF;
	font-family		: arial;
	font-size		: 12px;
	color			: #444444;
	font-weight		: bold;
}
.sub_header{
	background-color: #FFFFFF;
	font-family		: arial;
	font-size		: 17px;
	color			: Red;
	font-weight		: bold;
	color			: #444444;
}
.menu_subheader{
	padding-top		: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;
	background-color: #C9C9C9;
	font-family		: arial;
	font-size		: 12px;
	color			: #444444;
	font-weight		: bold;
}
.menu_subsubheader{
	padding-top		: 0px;
	padding-bottom	: 0px;
	padding-left	: 0px;
	padding-right	: 0px;
	background-color: #C9C9C9;
	font-family		: arial;
	font-size		: 12px;
	color			: #444444;
	font-weight		: bold;
}

.menu_link{
	margin			: auto;
	padding-top		: 3px;
	padding-bottom	: 3px;
	padding-left	: 5px;
	padding-right	: 5px;
	background-color: #F5F5F5;
	font-family		: arial;
	font-size		: 12px;
	color			: #090909;
}

.module_header{
	font-family		: arial;
	font-size		: 20px;
	color			: #090909;
	font-weight		: bold;	
}
#text{
	font-size		: 20px;
	font-family		: arial;
	letter_spacing	: 1px;
	color			: #000000;
	background-color: #FFFFFF;
	border			: 1px solid #CCCCCC;
	padding			: 2px 5px 2px 5px;
	border-radius			: 3px;		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius		: 3px; 		/*for Firefox.*/
	-webkit-border-radius	: 3px;  	/*for Safari and Chrome.*/
}
.form_btn{
/*
	cursor			: pointer;
	background-color: #634056;
	border			: 1px solid #962000;
	color			: #FFFFFF;
	font-family		: Arial;
	font-size		: 12px;
	padding-top		: 2px;
	padding-bottom	: 2px;
	padding-left	: 10px;
	padding-right	: 10px;
	font-weight		: bold;
	text-align		: center;
	vertical-align	: middle;
	box-shadow		: 0px 2px 3px #962000;
	border-radius	: 4px;
*/

	/* Size and position */
    padding: 2px 2px;
  
    /* Styles */
    background: #CECFCE;
    background: -moz-linear-gradient(bottom, rgba(99,64,86,0.5) 20%, rgba(76,49,65,0.9) 100%);	
	

    border-radius			: 10px;		/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-border-radius		: 15px; 	/*for Firefox.*/
	-webkit-border-radius	: 15px;  	/*for Safari and Chrome.*/
    border: 1px solid rgba(255,255,255,0);
    box-shadow: inset 0px 2px 3px rgba(255,255,255,0.9), 0px 3px 3px rgba(76,49,65,0.3);
    cursor: pointer;
    
	/* Font styles */
    color: white;
    text-shadow	: 0 1px 0 blue; /*Digunakan untuk memberi bayangan pada text*/
    font-weight	: bold;
    font-family	: 'Raleway', 'Lato', Arial, sans-serif;
}
/*Unit.Container.Summary*/
.grey{
	font-weight		: bold;
	text-align		: center;
	background-color: #dcdcdc;
}
/*Unit.Container.Summary*/
.grey1{
	font-weight		: bold;
	text-align		: center;
	background-color: #E3E9F1;
}
.pink{
	text-align: center;
	background: #EDD9F2;
}
.bold_grey_font{
	font-family		: arial;
	font-size		: 12px;
	color			: #090909;
	font-weight		: bold;
}

.bold_red_font{
	font-family		: arial;
	font-size		: 12px;
	color			: #B52421;
	font-weight		: bold;
}


input{
	border			: 1px solid #CCCCCC;
}
.replay{
	font-size		: 11px;
	font-weight		: normal;
}

img{
	border			: none;
}
/*Image All Bacground*/
.background{
	background-repeat	: no-repeat; 
	background-position	: 50% 50%;
	background-size		: 100px;
	top					: 25px;
    left				: 25px;
    width				: 100px;
    height				: 100px;
    position			: absolute;
	-moz-opacity		: 0.5;
	-khtml-opacity		: 0.5;	
	-ms-filter			: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
	opacity				: 0.5; 
    filter				: alpha(opacity=50);
	zoom				: 1; /* hasLayout for IE6 and IE7 */
}