body, div, h1, h2, h3, h4, p, ul, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #FFF;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
a img, :link img, :visited img {
    border: none
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/*************************
	Menu
*************************/
#ko-menu li ul, #ko-menu li ul li {
	width: 180px !important;
}


/*************************
	Form
*************************/
.required {
	background: url(/images/required.gif) 0 8px no-repeat;
	padding-left: 50px;
}

/*************************
	Calendar
*************************/
  #ko-calendar { width: 100%; }
  #ko-calendar th, #ko-calendar td.today { text-align: center; }
  #ko-calendar th.month { background-color: #E0E0E0; }
  #ko-calendar span.prev-month { float: left; }
  #ko-calendar span.next-month { float: right; }
  #ko-calendar th.day-of-week { font-size: 8pt; }
  #ko-calendar td.selected-day { background-color: #FFFFFF; }
  #ko-calendar td.day { background-color: #E0E0E0; }
  #ko-calendar td.no-day { background-color: #F1F1F1; }
  #ko-calendar td.today { background-color: #E0E0E0; font-weight: bold; }

/*************************
	Team Manager
*************************/
#item-list li {
	background-color: #FFF;
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
#item-list li span {
	font-size: 10px;
	margin-right: 10px;
}

.todo {
    background: #FFF6C8 url(/images/icons/exclamation.gif) 5px 10px no-repeat;
	border: 1px solid #F5D851;
	padding: 8px 8px 8px 30px;
	margin-bottom: 10px;
}
.completed {
    background: url(/images/icons/check.gif) 0px 2px no-repeat;
	padding-left: 20px;
}

/*************************
	Result styles
*************************/
.error {
    border-top: 1px solid #B13A00;
    border-bottom: 1px solid #B13A00;
    background: #FED1BB url(/images/icons/error.gif) 10px 7px no-repeat;
    margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.error p, .error ul {
    color: #B13A00;
    margin-left: 35px !important;
    text-align: left;
}
.error li { 
	margin-left: 15px;
	list-style-type: square;
}
.success {
    border-top: 1px solid #89B100;
    border-bottom: 1px solid #89B100;
    background: #F8FDF3 url(/images/icons/check.gif) 10px 5px no-repeat;
    margin-bottom: 10px;
	padding: 6px 0 6px 35px;
}
.success p {
    margin: 0 !important;
	padding: 0 !important;
    color: #89B100;
}

/*************************
	ThickBox Styles
*************************/
#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}
