BODY {
	font-size: 11px;
	color: #ff8888;
	font-family: TrebuchetMS, Tahoma, Arial, Helvetica;
	/*background-image: url(bg-body.jpg); */
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.textarea {
	border: 1px #FFFFFF solid;
	background: #FFFFFF;
}

a {
	font-weight: normal;
	font-size: 11px;
	color: #2c5282;
	font-family: TrebuchetMS, Tahoma, Arial;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #334558;
	font-family: TrebuchetMS, Tahoma, Arial, Helvetica;
}

.link {
	font-weight: normal;
	font-size: 10px;
	color: #737373;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial;
	text-decoration: None;
}

.link:hover {
	text-decoration: underline;
	color: #334558;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial, Helvetica;
}

.link1 {
	font-weight: bold;
	font-size: 12px;
	color: #737373;
	font-family: arial, sans-serif;
	text-decoration: none;
}

.link1:hover {
	text-decoration: none;
	color: #6786A8;
	font-family: arial, sans-serif;
}

.link2 {
	font-weight: normal;
	font-size: 11px;
	color: #F6F6F6;
	font-family: arial, sans-serif;
	text-decoration: none;
}

.link2:hover {
	text-decoration: none;
	color: #6786A8;
	font-family: arial, sans-serif;
}

.linkbg {
	float: left;
	width: 300px;
	text-align: right;
	padding: 0px 7px 0px 7px;
	background-image: url(../images/bg_link.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 16px;
}

.head1 {
	font-weight: normal;
	font-size: 18px;
	color: #2c5282;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial, Helvetica;
}

.bold {
	font-weight: bold;
	font-size: 11px;
	color: #525252;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial, Helvetica;
}

.big {
	font-weight: normal;
	font-size: 11px;
	color: #F6F6F6;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial, Helvetica;
}

.wht {
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
}

.text {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	font-family: verdana, arial, sans-serif;
}

.main1 {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-family: verdana, arial, sans-serif;
}

.main2 {
	font-weight: bold;
	font-size: 12px;
	color: #2c5282;
	font-family: verdana, arial, sans-serif;
}

.text1 {
	font-weight: normal;
	font-size: 11px;
	color: #334558;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial, Helvetica;
}

.text2 {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #334558;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial, Helvetica;
}

.error {
	font-weight: bold;
	font-size: 12px;
	color: darkred;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial, Helvetica;
}

.bdr {
	width: 100%;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.tabbdr {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.buttons {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #E3DCD0;
	color: #334558;
	margin-right: 6px;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.leftTopGrid{
	height: 150px;
	overflow: auto;
	width:100%;
	border: 0;
}
.gridList{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
/*fixed header*/
/*.wrap {
    margin:50px 0 0 2%;
    width:95%;
    float:left;
    position:relative;
    height:150px;
    overflow:hidden;
    padding:25px 0 0;
    background:#fffccc;
    border:1px solid #000;
}
.inner {
    width:100%;
    height:150px;
    overflow:auto;
}
table {
    width:100%;
    margin:0 0 0 -1px;
    border-collapse:collapse;
}
td {
    padding:5px;
    border:1px solid #000;
    text-align:center;
    background:yellow;
}
tfoot th, thead th {
    font-weight:bold;
    text-align:left;
    border:1px solid #000;
    padding:0 3px 0 5px;
    background:#ffffcc;
}
.gridList>thead th {border:none;}
.gridList>thead tr th p{
	position: absolute;
	top:inherit;
}
.gridList td.last {
    padding-right:15px!important;
}
.gridList td:last-child{
	padding-right: 20px;
}
*/
/*end fixed header*/
	
.gridList th{
	background-color: #E3DCD0;
	padding: 2px;
	border: 1px solid #ccc;
	color: #334558;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10px;
}
.gridList th:hover{
	cursor: default;
}

.gridList td{
	text-align: left;
	padding: 2px;
	border: 1px solid #ccc;
	color: #334558;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
}
.gridList td strong{
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
}
.gridList td a{
	text-decoration: none;
	/*color: #334558;*/
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
}
.gridList td input,.gridList td select{
	width: 99%;
	border: 0px;
	font-weight: normal;
	font-size: 10px;
	color: #334558;
	font-family: Verdana, TrebuchetMS, Tahoma, Arial, Helvetica;
}
.gridList td.noteditable{
	background-color: #ddd;
}

.gridList td table tr td{
	text-align: center;
	padding: 2px;
	border: 0px;
	color: #334558;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
}

.textedit {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	color: #334558;
	width: 100%;
	border: 0;
}

.adminlist {
	border-collapse: collapse;
	/*cellspacing: 0;
	cellpadding: 0;*/
}

.adminlist td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	padding: 0 0 2px 2px;
	margin-top: 2px;
	margin-bottom: 0px;
}

.adminlist ul {
	list-style: none;
}

.adminlist ul li a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0 0 2px 2px;
	margin-top: 2px;
	margin-bottom: 0px;
}

.tasktable {
	/*border: 1px solid #ddd;*/
	border-collapse: collapse;
	font-family: Arial, Helvetica, Sans-Serif;
}
.tasktable a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #334558;
}
.tasktable #divShowTasks {
	height: 310px;
	width: 100%;
	overflow: hidden;
}

.tasktable #divShowTasks table tr {
	background-color: #E3DCD0;
	/*height: 20;*/
}

.tasktable #divShowTasks table tr td {
	background-color: #FFFFFF;
	padding: 0 0 2px 2px;
}

.tasktable div#divUpdatedTasks,.tasktable div#divCurrentWeekTasks,.tasktable div#divLastWeekTasks,.tasktable div#divNextWeekTasks{
	width: 100%;
	height: 215px;
	background-color: #FFFFFF;
	overflow: auto;
}

.projectcalendar{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.projectcalendar th{
	background-color: #E3DCD0;
	padding: 2px;
	border: 1px solid #ccc;
	color: #334558;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10px;
}

.projectcalendar th a{
	text-decoration: none;
	font-weight: bold;
}

.projectcalendar td{
	text-align: left;
	padding: 2px;
	border: 1px solid #ccc;
	text-align: center;
	color: #334558;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
}
.projectcalendar td a{
	text-decoration: none;
}
.showtablerow{
	display: table-row;
}
.hidetablerow{
	display: none;
}
.showtablecolumn{
	display: table-cell;
}
.hidetablecolumn{
	display: none;
}
.tableheadpopup{
	font-family: Arial, Helvatica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	color: #334558;
	border: 1px solid #EFEFEF;
	background: #EFEFEF;
	position: absolute;
	z-index: 100;
	max-height: 200px;
	overflow: auto;
}
.selectedrow{
	background-color: #fff;
}
.mark{
	text-align: center;
	color: #FF0000;
}
.title{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #334558;
}
.line{
	text-align: center;
	background: #999999;
}
.message{
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 11px;
	color: #334558;
	position: absolute;
	border: 1px solid #000;
	background: #ddd;
	width: 400px;
	height: 100%;
	overflow: auto;
}
.header{
	font-weight: bold;
	font-size: 12px;
	color: #334558;
}

