@import url(http://fonts.googleapis.com/css?family=Raleway:400,900);
@charset "utf-8";
/* CSS Document */


html { 
	background: url(../images/bg_grill.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family:"Trebuchet MS", Comic Sans MS,  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	background: url(../images/gray.jpg) repeat-x; 
	height: 35px;
	top: 0;
	left: 0px;
	width: 100%;
	position:fixed;
	margin: 0;
	padding:0;
}

.kulay_header_wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0px;
	margin-top:3px;
}

.logo{
	background: url(../images/logo_kulayportal.png) no-repeat;
	height:30px;
	width:333px;
	float:left;
}

.header_menu{
	height:35px;
	width:600px;
	float:right;
}

#footers {
	background: url(../images/gray_bottom.jpg) repeat-x;
	height: 35px;
	left: 0px;
	bottom: 0;
	width: 100%;
	position:fixed;
}

.kulay_footer_wrapper {
	width: 1024px;
	margin: 4px auto;
	padding: 0px;
}

.footerlogo{
	background: url(../images/logo_kulay.png) no-repeat;
	height:30px;
	width:71px;
	float:right;
}
.copyright{
	height:30px;
	width:700px;
	float:left;
	line-height:1em;
}


#loginplate {
	position:fixed;
	top: 50px;
	left:50%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
  	background: url(../images/metalplate_login.jpg) no-repeat;
  	height:200px;
  	width:400px;
	text-align:center;
}

.loginform{
	margin-left:35px;
}

.login_error{
	position:relative;
	top:130px;
	right:120px;
	float:right;
}


#kulay_content_wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 40px 0;
	padding-left:10px;
	padding-right:10px;
	background-color:rgba(255,255,255,0.7);
}

#kulay_activityfeed_wrapper {
	width: 670px;
	margin: 0 auto;
	padding: 10px 0;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border-top: #FF0 thick solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-right: #FF0 medium solid;
}

#kulay_sidebar_wrapper {
	width: 300px;
	margin: 0 auto;
	padding: 10px 0;
	padding-left:10px;
	padding-right:10px;
	float:right;
	border-top: #F00 thick solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-left: #F00 medium solid;
	background-color:rgba(255,255,0,0.6);
	
}

/* icon design*/

.icon:hover {
	background:#CCC;
}

.icon60 {
	background: url(../images/metalplate_icons.jpg) no-repeat;
}
.icon60:hover {
	background: url(../images/metalplate_icons_selected.jpg) no-repeat;
}




/* text properties */

.warningtext_login {
	font-size:16px;
	font-weight:bolder;
	color: #CCC;
	padding-bottom:3px;
	padding-top: 3px;
	margin-bottom:3px;
	text-transform: uppercase;
	text-decoration:blink;
	
}

.warningtext_pages {
	font-size:16px;
	font-weight:bolder;
	color: #F00;
	padding-bottom:3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:3px;
	text-transform: uppercase;
	text-decoration:blink;
	background-color:rgba(255,255,0,0.6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}


.welcome {
	font-size:16px;
	font-weight:bolder;
	color: #FF0;
	text-transform: uppercase;
}

.maintitle {
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:bolder;
	color: #000;
	text-transform: uppercase;
	text-decoration:underline;
}

.secondarytitle {
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	font-weight:bolder;
	color: #000;
	text-transform: uppercase;
}

.redtitle {
	font-family: 'Raleway', sans-serif;
	font-size:24px;
	font-weight:bolder;
	color: #F00;
	text-transform: uppercase;
}

.profiledetails{
	font-size:14px;
	font-weight:bolder;
	color: #000;
	text-transform: uppercase;
}

.profilecontent{
	font-size:14px;
	font-weight:bolder;
	color: #000;
}

.upperblack14b{
	font-size:14px;
	font-weight:bolder;
	color: #000;
	text-transform: uppercase;
}

.upperred16b{
	font-size:16px;
	font-weight:bolder;
	color: #F00;
	text-transform: uppercase;
}

.uppergreen16b{
	font-size:16px;
	font-weight:bolder;
	color: #0C3;
	text-transform: uppercase;
}

.upperblack16b{
	font-size:16px;
	font-weight:bolder;
	color: #000;
	text-transform: uppercase;
}

.upperblack12b{
	font-size:12px;
	font-weight:bolder;
	color: #000;
	text-transform: uppercase;
}



/* buttons */
.formbutton {
		padding: 5px 10px;
		font-size: 16px;
		background-color: #21b6a8;
		color:#FFF;
		font-weight:bolder;
		text-transform: uppercase;
		border: none;
		-moz-border-radius: 4px;
		border-radius: 8px;
		-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
}

.formbutton:hover {
-moz-box-shadow: 0 0 5px rgba( 0,128,0 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .4 );
		box-shadow: 0 0 5px rgba( 0,128,0 );
		cursor: pointer;
}



.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }


a:link, a:visited { color: #000; text-decoration: none; font-weight: bold; font-size:14px; } 
a:active, a:hover { color: #900;}

/* content */


#kulay_content {
	float: left;
	width: 630px;
	margin-left:10px;
	border-left-width:thick;
}



#kulay_profilesidebar {
	float: left;
	width: 250px;
	text-align:left;
	margin-left:5px;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom:10px;
	background-color: #CC0000;
    -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
	
}

#kulay_profileinformation {
	float: right;
	width: 640px;
	margin-left:5px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	border-left: 1px solid #0000FF;
	border-radius: 12px;
}




#kulay_content_wide {
	float: left;
	width: 910px;
	margin-left:14px;
}

#leftfloat {
	float: left;
	width: 450px;
}

#rightfloat {
	float: right;
	width: 450px;
}


#kulay_content p {
	text-align: justify;
	margin-bottom: 10px;
}

.content_section {
	clear: both;
	width: 100%;
}


#kulay_header_wrapper {
	width: 1000px;
	height: 236px;	
	margin: 0 auto;
	background: url(../images/headerscroll.jpg) no-repeat top center;
}

#kulay_logo {
	float: left;
	width: 273px;
	padding: 27px 0 0 40px;
}

#kulay_welcome {
	position:relative;
	width:500px;
	top:180px;
	right:260px;
	text-align: left;
	color: #f9c500;
	font-size:24px;
	font-weight:bolder;
	text-shadow: #009933 0px 2px 3px;
}

#kulay_pagesubmenus {
	position:relative;
	top:110px;
	left:140px;
	width:500px;
	text-align: center;
}

 
#kulay_footer {
	width: 500px;
	position:relative;
	top:170px;
	left:450px;
	text-align: right;
	color: #000000;
}

/*text styles*/

.title1 {
	font-size:20px;
	font-weight:bolder;
	color: #2C6700;
	font-style: italic;
}

.title2 {
	font-size:24px;
	font-weight:bolder;
	color: #2C6700;
}
.titleblue {
	font-size:24px;
	font-weight:bolder;
	color: #00F;
}

.title3 {
	font-size:20px;
	font-weight:bolder;
	color: #000000;
}
.title3blue {
	font-size:20px;
	font-weight:bolder;
	color: #00F;
}

.title_black {
	font-size:20px;
	font-weight:bolder;
	color: #000000;
	text-decoration:underline;
}

.total {
	font-size: 14px;
	font-weight:bolder;
	color: #F00;
	font-family:Verdana;
}

.title_maroon {
	font-size:20px;
	font-weight:bolder;
	color: #990000;
}

.warningtext {
	font-size:16px;
	font-weight:bolder;
	color: #FF0000;
	background:#9F6;
	padding-bottom:3px;
	padding-top: 3px;
	margin-bottom:3px;
	
}

.red24 {
	font-size:24px;
	font-weight:bolder;
	color: #F00;
}

.black_16b {
	font-size:16px;
	font-weight:bolder;
	color: #000000;
	padding-right:5px;
}
.black_14_bold {
	font-size:14px;
	font-weight:bolder;
	color: #000000;
	padding-right:5px;
}
.black_14 {
	font-size:14px;
	color: #000000;
	padding-left:5px;
	background-color:#FFFFFF;
	padding-right:5px;
}

.maroon_14_bold {
	font-size:14px;
	color: #990000;
	font-weight:bolder;
	padding-right:5px;
	text-decoration:underline;
}

.white_18_bold {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bolder;
	padding-left:5px;
	margin-top: 15px;
	
}
.white_14_bold {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bolder;
	padding-left:5px;
}

.white_14 {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	padding-left:5px;
}


/* end of textstyles*/

/*sidebars
*/

#kulay_sidebar {
	float: right;
	width: 260px;
	margin-right:15px;
}

#kulay_sidebar .sidebar_section {
	margin-bottom: 30px;
}

#kulay_sidebar .sidebar_section_content {
	margin:0 0 0 35px;
}

	


/*
end sidebars
*/

/* menu */

#kulay_menu {
	float: right;
	padding: 50px 35px 0 0;
	height: 43px;
}

#kulay_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#kulay_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#kulay_menu ul li a {
	float: left;
	display: block;
	height: 35px;
	width: 125px;
	margin: 0;
	padding: 8px 0 0 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000000;	
	font-weight: bold;
	outline: none;
}

#kulay_menu li a:hover, #kulay_menu li .current {
	color: #FFFF00;
	background: url(../images/menu_hover.png) no-repeat top;
}

/* end of menu */


/* notebook */

#kulay_notebookheader {
	width: 600px;
	height: 96px;	
	margin: 0 auto;
	background: url(../images/notebook_top.png) no-repeat;
}
#kulay_notebookcontent {
	width: 600px;
	margin: 0 auto;
	background: url(../images/notebook_body.png) repeat-y;
}

#kulay_notebookfooter {
	width: 600px;
	height: 42px;
	margin: 0 auto;
	background: url(../images/notebook_bottom.png) no-repeat;
}

#kulay_notebookheader_text {
	position:relative;
	top:40px;
	width: 600px;
	text-align:center;
}
#kulay_notebookheader_subtext {
	position:relative;
	top:50px;
	text-align:eft;
	padding-left: 45px;
}

.notebooktitle {
	font-size:25px;
	font-weight:bolder;
	color:#FF0000;
	font-family:"Comic Sans MS";
}

.notebooktext14 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	font-family:"Comic Sans MS";
}

/* end of notebook */


/* circular buttons */

.circ {
	 width: 4em; height: 4em; 
	 border: 4px solid #F00;
    -webkit-border-radius: 4em; 
	-moz-border-radius: 4em;
	border-radius: 4em;
}
.circ:hover {
	 width: 4.5em; height: 4.5em; 
	 border: 4px solid #0C3;
    -webkit-border-radius: 4em; 
	-moz-border-radius: 4em;
	border-radius: 4em;
}



#kulay_pagemenus {
	width: 700px;
	height: 70px;	
	margin: 0 auto;
	padding-left: 15px;
	padding-top:1px;
	background: url(../images/bg_bluebrush.png) no-repeat;
}

#kulay_pagemenus2 {
	width: 170px;
	height: 70px;	
	margin: 0 auto;
	padding-left: 12px;
	padding-top:1px;
	background: url(../images/bg_bluebrush_2.png) no-repeat;
}

#kulay_pagemenus3 {
	width: 230px;
	height: 70px;	
	margin: 0 auto;
	padding-left: 15px;
	padding-top:1px;
	background: url(../images/bg_bluebrush_3.png) no-repeat;
}

#kulay_pagemenus5 {
	width: 340px;
	height: 70px;	
	margin: 0 auto;
	padding-left: 15px;
	padding-top:1px;
	background: url(../images/bg_bluebrush_5.png) no-repeat;
}

/* buttons */

.button1 {
   border-top: 1px solid #e998f5;
   background: #c265d4;
   background: -webkit-gradient(linear, left top, left bottom, from(#9c3e8b), to(#c265d4));
   background: -webkit-linear-gradient(top, #9c3e8b, #c265d4);
   background: -moz-linear-gradient(top, #9c3e8b, #c265d4);
   background: -ms-linear-gradient(top, #9c3e8b, #c265d4);
   background: -o-linear-gradient(top, #9c3e8b, #c265d4);
   padding: 5.5px 11px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-family: Georgia, Serif;
   font-weight:bold;
   text-decoration: none;
   vertical-align: middle;
   }
.button1:hover {
   border-top-color: #17a61c;
   background: #17a61c;
   color: #f7f300;
   }
.button1:active {
   border-top-color: #3f5b6e;
   background: #3f5b6e;
   }


/* end of buttons */

.image_border {
  border: 5px solid #0066CC;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;  
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 15px;
}

.mainmenulinks:hover {
  border: 1px solid #0C3; background:#0C3;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 15px;
}

.history-left {
	float:left;
	width:450px;
}
;
.history-right {
	float:right;
	width:450px;
}


.history-container {
	position:relative;
}