
/* general elements styles */

body {
    margin: 0;
    font: 10px verdana, geneva, arial, sans-serif;
    color: #000000;
    background-color: #FFFFCC;
    background-image: url(../_img/bkground.jpg)
}

td, th, .bod, font {
    font: 10px verdana, geneva, arial, sans-serif;
    color: #000000;
}

b, strong {
    font-weight: bold;
}

a {
    //font: 10px verdana, geneva, arial, sans-serif;

    color: #485C98;
    text-decoration: none;
}

a:hover {
    color: #687FC0;
}

/* custom styles */

.logo {
    font: 20px Georgia, Times;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    width: 122px;
    height: 23px;
    background-color: #B2397A;
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 10;
}

.notice {
    font: 13px verdana, geneva, arial, sans-serif;
    color: #0C0066;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
}
.select {
    font: 13px verdana, geneva, arial, sans-serif;
    color: #CC0066;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFFF00;
}
.title {
    font: 13px verdana, geneva, arial, sans-serif;
    color: #0000FF;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header {
    font: 15px verdana, geneva, arial, sans-serif;
    color: #485E9C;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.section {
    font: 11px verdana, geneva, arial, sans-serif;
    color: #000000;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

.copy {
    font: 10px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 5px;
}

.comment {
    font: 10px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 5px;
}

.listrow1 {
    font: 10px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
}

.listrow0 {
    font: 10px verdana, geneva, arial, sans-serif;
    color: #000000;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
    text-decoration: line-through;
}

.formlabel {
    font: 10px verdana, geneva, arial, sans-serif;
    font-weight: bold;
    color: #000000;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.banner {
    padding-top: 15px;
    padding-bottom: 10px;
}

.dotrule {
    background-image: url(../_img/bg_15dot_rule.gif);
}

.error {
    font: 12px verdana, geneva, arial, sans-serif;
    padding-top: 15px;
    color: #990000;
}

.paging {
    padding-top: 5px;
    padding-bottom: 5px;
}

.forumhead {
    background: #cccccc;
    padding: 6px;
    margin-bottom: 6px;
}

.forumreplyhead {
    color: #333333;
	margin-bottom: 12px;
}

/* form field styles */

.textfield {
    font: 10px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    border: 1px #000000 solid;
    width: 200px;
    background-color: #F6F6F6;
}

.textarea {
    font: 10px verdana, geneva, arial, sans-serif;
    padding: 1px;
    padding-left: 2px;
    padding-bottom: 2px;
    color: #000000;
    border: 1px #000000 solid;
    width: 400px;
    background-color: #F6F6F6;
}

.submenu {
    padding-top: 5px;
    padding-left: 5px;
}

/* anchor styles */

a.menu {
    font: 10px verdana, geneva, arial, sans-serif;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a.menu:hover {
    color: #FFFFFF;
}

a.submenu {
    font: 9px verdana, geneva, arial, sans-serif;
    color: #000000;
    text-decoration: none;
}

a.submenu:hover {
    color: #FFFFFF;
}


/* pop-up calendar custom elements */

.ds_box {
        background-color: #99CCCC;
        border: 1px solid #FFFFFF;
        position: absolute;
        z-index: 32767;
}

.ds_tbl {
        background-color: #3399FF;
}

.ds_head {
        background-color: #99CC99;
        color: #FFFF99;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 2px;
}

.ds_subhead {
        background-color: #CCCCFF;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        width: 32px;
}

.ds_cell {
        background-color: #CCCCCC;
        color: #000000;
        font-size: 13px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        padding: 5px;
        cursor: pointer;
}

.ds_cell:hover {
        background-color: #F3F3F3;
} /* The hover code above won't work for IE */

/* alternative active calendar styles: modifications based on antique.css */


.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FAEBD7;
	text-align: center;
}
.month {
	border-style: none;
	border-width: 1px;
	background-color: #E6E6FA;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:0px
}
.dayname td {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	background-color: #3E97CF;
	border-style: none;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 10px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 10px;
	background-color: #EEDFCC;
}
.pickerbutton {
	font-size: 10px;
	border-style: none;
	border-width: 1px;
	background-color: #EEDFCC;
}
.nomonthday {
	height:60px;
	width:100px;
}
.monthday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #D3D3D3;
	color: #000000;
	height:60px;
	width:100px;
}
.today {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #A9A9A9;
	color: #000000;
	height:60px;
	width:100px;
}
.selectedday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:60px;
	width:100px;
}
.sunday {
	background-color: #C0C0C0;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #667171;
	height:60px;
	width:100px;
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #C0C0C0;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #667171;
	height:60px;
	width:100px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	height:60px;
	width:100px;
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:60px;
	width:100px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:60px;
	width:100px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 9px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

/* custom CrewDirector active calendar elements */

.currentpendingevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #B22222;
	background-color: #FFA07A;
	border-style: outset;
	vertical-align: top;
}
.pendingevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #CD5C5C;
	background-color: #FFDEAD;
	border-style: outset;
	vertical-align: top;
}
.selfbookingevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FF7F50;
	background-color: #EEE8AA;
	border-style: outset;
	vertical-align: top;
}
.currentprojecteventcontent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #B22222;
	background-color: #FFA07A;
	border-style: outset;
	border-width: 1px;
	vertical-align: top;
}


/* callsheet styles */

.cstitle {
    font-size: 16px;
    font-weight: bold;
}

.csdate {
    font-size: 12px;
}

.csprojectname {
    font-size: 16px;
    font-weight: bold;
}

.csheading1 {
    font-size: 11px;
    font-weight: bold;
}

.csheading2 {
    font-size: 9px;
    font-weight: bold;
}

.csresource {
    font-size: 9px;
}

.cscomment {
    font-size: 11px;
    font-style: italic;
}

.csend {
    page-break-after: always;
}

