@charset "utf-8";
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("/images/bg/top.png");
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}

/* MENU LAYOUT */
#wrapper_top {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	margin-bottom: 10px;
}
#logo {
	float: left;
	width: 200px;
}
#menu {
	text-align: right;
	width: 650px;
	margin-top: 5px;
	color: #666666;
	float: right;
	line-height: 20px;
}
#menu a:link, #menu a:visited, #menu a:active {
	text-decoration: none;
	color: #666666;
	padding: 8px;
	font-weight: bold;
}
#menu a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
	padding: 8px;
	font-weight: bold;
}
.ad_box {
	border: 1px solid #999999;
	padding: 10px;
	background-image: url(/images/bg/bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
}

/* FONT LAYOUT */
.font_small {
	color: #999999;
	font-size: 11px;
}
.font_smaller {
	color: #999999;
	font-size: 9px;
}
.font_small_2 {
	color: #333333;
	font-size: 11px;
}
.font_small_3 {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}
.font_small_red {
	color: #FF0000;
	font-size: 11px;
}
.font_large {
	color: #999999;
	font-size: 20px;
	line-height: 130%;
}
.font_large_2 {
	color: #999999;
	font-size: 16px;
}
.font_large_3 {
	color: #333333;
	font-size: 16px;
}
.font_large_4 {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}
.font_gray {
	color: #999999;
}
.title {
	font-size: 20px;
	color: #0066CC;
	line-height: 150%;
}
.title_2 {
	font-size: 20px;
	color: #333333;
	line-height: 150%;
}
.title_3 {
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #0066CC;
	line-height: 120%;
	font-weight: bold;
}
.title_4 {
	font-size: 16px;
	color: #0066CC;
	line-height: 150%;
}
.font_header_bt {
	color: #999999;
	font-size: 11px;
	background-color: #F5F5F5;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.font_header_bt_2 {
	color: #FFCC00;
	font-size: 11px;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

/* FORMS LAYOUT */
input {
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 5px;
}
.input_large {
	font-size: 20px;
}
.input_small {
	font-size: 12px;
	padding: 2px;
}
select {
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 5px;
}
textarea {
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 5px;
}
button {
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	padding: 5px;
}
.submit_bt {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066CC;
	border: 1px solid #000000;
	cursor: pointer;	
}
.submit_bt_2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0066CC;
	border: 1px solid #000000;
	cursor: pointer;	
}
.red_bt {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF0000;
	border: 1px solid #000000;
	cursor: pointer;
}


/* COMENTS LAYOUT */
.main {
	background-color: #FFFFFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
.wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.note {
	color: #666666;
	background-color: #FFFFCC;
	padding: 20px;
	border: 1px solid #FFCC00;
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	margin-bottom: 20px;
}
.note_2 {
	color: #666666;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #FFCC00;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.left {
	float: left;
	width: 450px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 30px;
}
.right {
	padding: 10px;
	float: right;
	width: 400px;
}
.f_right {
	position: relative;
	float: right;
	top: 30px;
	left: -220px;
}
.left_admin {
	float: left;
	width: 200px;
	padding: 10px;
}
.right_admin {
	padding: 10px;
	float: right;
	width: 650px;
}
.h_select {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
	float: left;
	font-weight: bold;
	margin-right: 6px;
	width: 115px;
	height: 20px;
	background-image: url(../images/bg/bg_select.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.h_unselect {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
	float: left;
	font-weight: bold;
	margin-right: 6px;
	width: 115px;
	height: 20px;
	background-image: url(../images/bg/bg_unselect.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.h_select a:link, .h_select a:visited, .h_select a:active, .h_unselect a:link, .h_unselect a:visited, .h_unselect a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
}
.h_select a:hover, .h_unselect a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
}

.sel_box {
	border: 1px solid #666666;
	padding: 5px;
}
.search_box {
	padding-top: 20px;
}
/* TABLE LAYOUT */
.header {
	background-color: #D3D3D3;
}
.r_1 {
	color: #777777;
	font-size: 16px;
	line-height: 20px;
}
.r_2 {
	color: #777777;
	font-size: 16px;
	line-height: 20px;
	background-color: #EFEFEF;
}
.r_1_2 {
	color: #222222;
	font-size: 16px;
	line-height: 20px;
}
.r_2_2 {
	color: #222222;
	font-size: 16px;
	line-height: 20px;
	background-color: #EFEFEF;
}

/* PRIORITY LAYOUT */
.pr_1 {
	font-size: 10px;
	background-color: #F40C0C;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
.pr_2 {
	font-size: 10px;
	background-color: #FF5B00;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
.pr_3 {
	font-size: 10px;
	background-color: #F79B10;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
.pr_4 {
	font-size: 10px;
	background-color: #FDC309;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
.pr_5 {
	font-size: 10px;
	background-color: #CCFD0A;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
.pr_6 {
	font-size: 10px;
	background-color: #50F250;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
.pr_7 {
	font-size: 10px;
	background-color: #02B6C0;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
}


/* CALENDAR */
.dropdown_box {
	background-color: #FFFFFF;
	position: absolute;
	width: auto;
	float: left;
	padding: 0px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	line-height: 16px;
}
.row_white {
	border: 1px solid #FFFFFF;
}
.row_yellow {
	background-color: #FFFFCC;
	cursor: pointer;
	font-weight: bold;
	color: #333333;
	border: 1px solid #FFCC00;
}

/* FOOTER LAYOUT */
.wrapper_footer {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_left {
	font-size: 11px;
	color: #999999;
	float: left;
	width: 450px;
	line-height: 20px;
}
.footer_right {
	font-size: 11px;
	color: #999999;
	float: right;
	width: 300px;
	text-align: right;
	line-height: 16px;
}

/* NEW BUTTONS */

ul.bt, li.bt
{
    margin: 0;
    padding: 0;
    list-style: none;
	display: inline;
}
a.btn
{
	display: inline-block;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Serif;
	text-decoration: none;
	color: #fff;
	outline: none;
	background: url(/images/bg/btn_new.png) no-repeat left top;
	line-height: 30px;
	padding-left: 10px;
}
a.btn:hover { background-color: orange; }
a.btn span
{
	line-height: 30px;
	display: block;
	padding-right: 10px;
	background: url(/images/bg/btn_new.png) no-repeat right bottom;
}
.btn span
{
 
}

a.bgreen { background-color: green; }
a.bred { background-color: red; }
a.borange { background-color: orange; }
a.bblue { background-color: #0066CC; }
a.bgray { background-color: #CCCCCC; }
#new_task {
	background-color: #FBFBFB;
	padding: 10px;
	border: 1px solid #F5F5F5;
	margin-bottom: 10px;
}

