 /* General */
body,html,table,td,th {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
}

/* Lists */

li {
	padding-bottom:10px;
}

/* Titles */
h1{
	font-size:18px;
	margin-bottom:5px;
}

h2{
	font-size:14px;
	margin-bottom:5px;
}

h3{
	font-weight: bold;
	font-size:13px;
	padding:4px;
	margin-bottom:0px;
}

h4{
	font-weight: bold;
	font-size:13px;
	padding-left:8px;
	margin-bottom:5px;
}

/* Links */
a:link, a:visited{
	text-decoration: none;
	color:#F1473A; /*#076AB6 */
}

a:hover{
	text-decoration: underline;
	color:#076AB6;
}

a.nounderline:link, a.nounderline:visited, a.nounderline:active, a.nounderline:hover {
	text-decoration: none;
} 

a.white:link, a.white:visited, a.white:active, a.white:hover {
	text-decoration: none;
} 



/* Form */
form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border: 1px solid #CCCCCC;
    margin-bottom:5px;
}

.checkbox
{
	border:none;
}

.field {
    width: 200px;
}

.submit {
	font-weight:bold;
}

#admin input, #admin select, #admin textarea {
    width: auto;
}

select {
    width: 205px;
}

input.submit, input.button {
	width:auto;
	padding:2px;
}

input.submit {
	font-weight:bold;
	border: 1px solid #CCCCCC;
	background-color:#EEEEEE;
}

.label {
    width:120px;
}

.inputerror {
	border:1px solid red;
}


/* Calendar */
.monthtitle, .monthtitle a {
	padding: 2px;
	font-size: 12px;
	color: #FFFFFF; 
	text-align: center;
}

.monthtitle a:link, .monthtitle a:visited, .monthtitle a:active, .monthtitle a:hover {
	color: #FFFFFF; 
} 

.today, .otherday, .day {
	font-size: 11px;
	text-align: right;
	padding-right: 4px;
	padding-bottom: 1px;
}

.today {
	color:#000000;
}


a.today, a.today:link, a.today:hover,a.today:active {
	text-decoration: none; 
	color: #000000;
	font-size: 12px;
}

a.day, a.day:link, a.day:hover,a.day:active {
	text-decoration: none; 
	color: #000000;
}

a.day:hover {
	background-color:#F5F5F5;
}



/* Custom formatting */
img { border:none; } 
img  { border:none; } 


a.iconlink {
	padding-left:20px;
	padding-bottom:5px;
	background-repeat:no-repeat;
}

a.iconbutton {
	width: auto;
	padding: 5px 10px 5px 25px;
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:1px solid #CCCCCC;
}

.titlebig {
	font-weight: bold;
	font-size:16px;
	margin-bottom:5px;
	margin-top:10px;
}

.title {
	font-weight: bold;
	font-size:14px;
	padding-bottom:10px;
}

.titlesmall {
	font-weight: bold;
	font-size:12px;
	margin-bottom:5px;
	padding-top:0px;
	margin-top:0px;
}


.messagebox {
	border:1px solid red;
	background-color:#F5F5F5;
	padding:5px;
	text-align:center;
	margin:10px 0px 10px 0px;
}

.success {
	border-color:#00FF00;
}

.error {
	border-color:#FF0000;
}

.calendarBox {
	position: absolute;
	padding:20px;
	border:3px solid #CCCCCC;
	background-color:#FFFFFF;
	width:362px;
	
}

.autowidth {
	width:auto;	
}

.loginmessage {
	font-size:15px;
	color:red;
	text-align:center;
	margin-bottom:20px;
}

#frmLogin .leftcol {
 	width:150px; 
 	float:left;
 	text-align:center;
}

/* Auto complete */
div.auto_complete {
	width: 350px;
	margin-left: 10px;
	margin-top: 3px;
	background-color:#ffe0e1;
}

div.auto_complete ul {
	border:1px solid #cf1826;
	margin:0;
	padding:0;
	list-style-type:none;
}

div.auto_complete ul li {
	margin:0;
	padding:3px;
}

div.auto_complete ul li.selected { 
	background-color: #CCCCCC; 
}

div.auto_complete ul strong.highlight { 
	color: #800; 
	margin:0;
	padding:0;
}

/* Forms */
div.frm {
	margin-top: 20px;
}

.frm input,
.frm textarea,
.frm select
{
	width:300px;
}

.frm input.small 
{
	width:50px;
}

.frm span.postfix 
{
	vertical-align: 5px;
}


input.autowidth {
	width:auto;
}

input.halfwidth {
	width:147px;
}

input.calwidth {
	width:100px;
}

.frm textarea {
	height: 50px;
}

.frm .submit {
	width: auto;
	padding: 5px 10px 5px 25px;
	background-image:url(../img/icons/ok.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}


#toolbar-date .datesubmit {
	width:18px;
	border:none;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:1px;
}

#toolbar-date .prev {
	background-image:url(../img/icons/prev.gif);
}

#toolbar-date .next {
	background-image:url(../img/icons/next.gif);
}

#toolbar-date .ok {
	background-image:url(../img/icons/ok.gif);
}

#content-container h1 {
	background-color:white;
	padding:22px 0px 5px 0px;
	margin:0px;
	padding-left:20px;
	font-size:16px;
	/* height:25px;*/
	border-bottom: 1px solid #CCCCCC;
}

table.maintable  {
	width:100%;
}

.maintable p {
	margin-top:2px;
	margin-bottom:2px;
}

.maintable th {
	text-align:left;
	background-color:#EBEBEB;
	padding: 4px 10px 4px 10px;
	font-weight: bold;	
}

.maintable th {
	border-bottom: 1px solid #969696;
}

table.maintable td {
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #EBEBEB;
}

.maintable tr.odd {
	background-color:#FFFFFF;
}

.maintable tr.even {

}

.maintable tr.myevent {
	/*background-color:#fdfed8;*/
	background-color:#e5ffcf;	
}

.maintable tr.inmycal {
	background-color:#fdfed8;
}


.maintable tr.copied {
	background-color:#e5eeff;
}

.maintable tr.disabled {
	color:grey;
}

.maintable .options {
	width:45px;
	text-align:right;
	padding: 2px 10px 2px 10px;
}


.form .label {
	padding-top:2px;
}

.maintable th a:link,
.maintable th a:hover,
.maintable th a:active,
.maintable th a:visited
{
	color:#000000;
}

.maintable a.order:link, .maintable a.order:visited, .maintable a.order:active {
	color:#cf1826;
}

.form .spacertitle {
	font-weight:bold;
	padding-top:20px;
	padding-bottom:10px;
}

input.date {
	width: 70px;
	text-align:center;
}

input.time {
	width: 40px;
	text-align:center;
}

.selecttime {
	margin-left:20px;
}

.selecttime .date, .selecttime .time, .selecttime .day {
	margin-top:6px;
}

.selectContainer {
	border:1px solid #cf1826;
	margin:5px;
}

.selectContainer .title {
	background-color:#cf1826;
	color:#FFFFFF;
	padding:5px;
}

.selectContainer .txt {
	padding:5px;
}

.selectContainer .button {
	border-left:1px solid white;
	border-right:1px solid white;
	background-color:white;
	margin-top:1px;
	margin-right:2px;
	padding-left:5px;
	padding-right:5px;
}


.selectBoxCheckbox {
	border:1px solid #CCCCCC;
}

.selectBoxLabel {
	vertical-align:4px;
}

.katContainer {
	top:183px;
	padding:15px;
}

/* Calendar css */
#calContainer {
	top:300px;
}

.day, .otherday, .today, .titleday, .pastday {
	text-align:center; padding:2px;
}

.today {
	background-color:#EBEBEB;
	font-weight:bold;
}

.tblmonth {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
	

.tblmonth td {
	background-color:#ffffff; 
	border-left:1px solid #cccccc;
	border-top:1px solid #cccccc;
}

.calTable .calTableInside {

}


#calContainer a {
	color:#000000;
}

.monthtitle_a, .monthtitle {
	background-color:#EBEBEB; padding:5px; text-align:center;
}
.monthtitle_a {
	color:black; font-weight:bold; background-color:#CCCCCC;
}
.monthtitle a {
	color:white;
}
.arrow {
	padding:5px; background-color:#CCCCCC; border:1px solid white; font-weight:bold;
}

.calendar_box {
	position:absolute;
	width:250px;
	padding:15px;
	margin-left:320px;
	margin-top:90px;	
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
}


/* Impromptu */
div.jqifade{
      background-color: #ffffff;
}
div.jqi{
      background-color: #CE574C;
      padding: 10px;
      width: 300px;
}
div.jqi .jqicontainer{
      background-color: #EEDAD1;
      padding: 5px;
      color: #ffffff;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #CE574C;
      padding: 10px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}

div.jqi button{
      padding: 3px 10px 3px 10px;
      margin: 0 10px;
}

