
body {
    background-color: #2c2c6a;
    width: 1000px;
    margin:0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding:0px;
}

.label {
    font-size: 11px;
    font-family: verdana, helvetica;
    font-weight: bold;
    text-align:right;
    padding-right:8px;
}

#content {
    color: white;
    font-size: 12px;
    font-family: verdana, helvetica;
    min-height: 660px;
}

 #content #form td {
    color: white;
    font-size: 12px;
    font-family: verdana, helvetica;
    font-weight: normal;
}

 #content td {
    color: #DDDDDE;
    font-size: 12px;
    font-family: verdana, helvetica;
}

 #content p {
    padding: 10px 0px 0px 0px;
    padding-left: 10px;
    margin: 0px;
    color: #DDDDDE;
}

a {
    color: #FF8018;
}
a:hover {
    color: #FFFFFF;
}

 #content form {
    padding: 5px;
}

 #content form input {
    font-size: 10px;
    font-family: verdana, helvetica;
    color: #888888;
    padding: 1px;
    margin-bottom: 1px;
}

#content form textarea {
    font-size: 10px;
    font-family: verdana, helvetica;
    color: #888888;
    padding: 1px;
    margin-bottom: 1px;
}

#content form img {
    padding: 1px;
    margin-bottom: 1px;
}

#content form select {
    font-size: 10px;
    font-family: verdana, helvetica;
    color: #555555;
    padding: 1px;
    margin-bottom: 1px;
}

 #content form input:HOVER {
    font-size: 10px;
    font-family: verdana, helvetica;
    color: #000000;
}

 #content form input:focus {
    font-size: 10px;
    font-family: verdana, helvetica;
    color: #1150F0;
}

#content form textarea:HOVER {
    font-size: 10px;
    font-family: verdana, helvetica;
    color: #000000;
}

 #content form textarea:focus {
    font-size: 10px;
    font-family: verdana, helvetica;
    color: #1150F0;
    
}

 #content h1 {
    font-size: 14px;
    font-family: verdana, helvetica;
    border-left: #FFFFFF     solid 1px;
    border-bottom: #FFFFFF solid 1px;
    width: 775px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 0px;
    color: #FFFFFF;
    margin: 0px;
}

 #content h2 {
    font-size: 12px;
    font-family: verdana, helvetica;
    border-left: #FFFFFF     solid 1px;
    border-bottom: #FFFFFF solid 1px;
    width: 775px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 0px;
    color: #FF8018;
    margin: 0px;
}

 #navigation {
    padding-left: 0px;
    padding-top: 85px;
}

 #navigation ul {
    margin:  0px;
    padding: 0px;
    list-style-type: none;
    color: white;
    font-size: 18px;
    font-family: verdana, helvetica;
}

 #navigation li:HOVER {
    list-style-type: disc;
    color: #0050F0;
    cursor: pointer;
    font-weight: normal;
    font-family: verdana, helvetica;
}

 #navigation .level_2 {
    margin:  0px;
    padding: 0px;
    margin-left:20px;
    list-style-type: disc;
    color: white;
    font-size: 15px;
    font-family: verdana, helvetica;
}

#navigation .level_3 {
    margin:  0px;
    padding: 0px;
    margin-left:30px;
    list-style-type: disc;
    color: white;
    font-size: 12px;
    font-family: verdana, helvetica;
}

#footer {
    margin-top: 10px;
}

#footer td {
    border-top-color:   #DDDDDE;
    border-top-style:   solid;
    border-top-width:   1px;
    color:              #909193;
    font-family:        verdana, helvetica;
    font-size:          9px;
    padding: 2px;
}

#logo {
    background: url(../images/logo.gif) no-repeat;
}

#loader {
    position:   absolute;
    top:        10px;
    left:       978px;
    z-index:    10;
    height: 30px;
    background: url(../images/loader.gif) no-repeat 0px 0px;
    width: 200px;
    margin-left:        auto;
    margin-right:       auto;
}

.horn   {   background: url(../images/horn.jpg)     no-repeat 344px 28px; }
.none   {}

#feed {
    position: absolute;
    top: 65px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left:400px;
}


#feed h1 {
   color: #FFA500;
   margin:0px;
   font-family: verdana, helvetica;
   font-size: 12px;
   padding-bottom: 1px;
}

#feed p {
   margin:0px;
   font-family: verdana, helvetica;
   font-size: 12px;
   padding-bottom: 1px;
   color: #DDDDDE;
}




.calendar .head {
    border-bottom:      solid 1px #FFFFFF;
    border-left:        solid 1px #FFFFFF;
    font-weight:        bold;
    color:              #909092;
    padding:            2px;
    background-color:   #2C2C6A;
    text-align:         center;
   
}

.calendar .last {
    border-bottom:      solid 1px #FFFFFF;
    border-left:        solid 1px #FFFFFF;
    font-weight:        normal;
    color:              #DDDDDD;
    padding:            2px;
    background-color:   #AAAAAA;
    text-align:         left;
    cursor:             pointer;
}

.calendar .next {
    border-bottom:      solid 1px #FFFFFF;
    border-left:        solid 1px #FFFFFF;
    font-weight:        normal;
    color:              #000000;
    padding:            2px;
    background:         #AAAAAA;
    text-align:         left;
    cursor:             pointer;
}

.calendar .today {
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    font-weight: normal;
    color: #000000;
    padding:2px;
    background-color: #FFA500;
    text-align: left;
    font-weight: bold;
}

.calendar .current {
    border-bottom:      solid 1px #FFFFFF;
    border-left:        solid 1px #FFFFFF;
    font-weight:        normal;
    color:              #FFFFFF;
    background-color:   #2C2C6A;
    padding:            2px;
    text-align:         left;
}

.calendar .current_ovr {
    border-bottom:      solid 1px #FFFFFF;
    border-left:        solid 1px #FFFFFF;
    font-weight:        normal;
    color:              #DDDDDE;
    background-color:   #2C39C6;
    padding:            2px;
    text-align:         left;
}

















/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #DDDDDE;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color: black;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #2C2C6A;
	font-weight: bold;
	padding: 0px;
        border: 1px solid;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #2C2C6A;
	font-weight: bold;
        border: 1px solid;
	}
