/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-size:11px;
	line-height:17px;
	font-family:Tahoma, Arial, Verdana;
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
}

.divBody
{
	font-size:11px;
	line-height:17px;
	font-family:Tahoma, Arial, Verdana;
	margin:0px 0px 0px 0px;
	padding: 0px 20px 10px 20px;
	background-image:url(images/body_bg.gif);
	text-align:left;
}

.LogoBG
{
	background-color: #ffffff;
	border-bottom: solid 2px #000000;
}

.FormPrimary
{
	font-size: 11px;
	line-height: 17px;
	font-family: Tahoma;
	font-weight: bold;
	background-color:#6699cc;
}

.FormSub
{
	font-size: 11px;
	line-height: 17px;
	font-family: Tahoma;
	font-weight: bold;
	background-color:#99ccff;
}

th
{
	font-size: 11px;
	line-height: 17px;
	font-family: Tahoma;
	font-weight: bold;
}

td
{
	font-size: 11px;
	line-height: 17px;
	font-family: Tahoma;
	font-weight: normal;
}

input
{
	font-size: 11px;
	font-family: Tahoma, Arial;
}

.ReadOnly
{
	font-size: 11px;
	font-family: Tahoma, Arial;
	color: #666666;
	background-color: #cccccc;
}

select
{
	font-size: 11px;
	font-family: Tahoma, Arial;
}

textarea
{
	font-size: 11px;
	font-family: Tahoma, Arial;
}

.submit
{
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	color:Green;
}

.reset
{
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
	color:#999999;
}

.ReqField
{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	color: Red;
}

.PageHeader
{
	font-size: 11px;
	line-height: 27px;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #0099ff;
	background-color:#ffffff;
}

.SubHeader
{
	font-size: 11px;
	line-height: 22px;
	font-family: Tahoma, Arial, Verdana;
	margin: 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #0099ff;
	color: #ffffff;
}

.nav
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 3px;
	font-family: Tahoma;
	background-color: #666666;
	text-decoration: none;
}

a.nav:hover
{
	background-color: #ff9900;
}

/* START: Href Home */
.home
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(images/icons/home.gif);
	padding-bottom: 3px;
	color: #3366ff;
	background-color:#ffffff;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: right;
	text-decoration: none;
	border: solid 1px #aaaaaa;
	font-weight:normal;
}

a:link.home 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.home 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.home 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.home 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	border: solid 1px #666666;
}
/* END: Href Home */


/* START: Href ToDo Item */
.todoItem
{
	font-size: 11px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #ffffff;
	padding-top: 2px;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	font-weight:normal;
	width:150px;
}

a:link.todoItem 
{
	color:#ffffff;
	text-decoration: none;
}

a:active.todoItem 
{
	color:#ffffff;
	text-decoration: none;
}

a:visited.todoItem 
{
	color:#ffffff;
	text-decoration: none;
}

a:hover.todoItem 
{
	color:#000000;
	text-decoration: none;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;

}
/* END: Href ToDo Item */



/* START: Staff */
.staff
{
	padding-right: 2px;
	background-position: center center;
	padding-left: 2px;
	font-size: 11px;
	background-image: url(images/icons/staff.gif);
	padding-bottom: 2px;
	color: #3366ff;
	background-color:Transparent;
	padding-top: 02px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: center;
	text-decoration: none;
	border: solid 0px #aaaaaa;
	font-weight:normal;
}

a:link.staff 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.staff 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.staff 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.staff 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	border: solid 0px #666666;
	background-image: url(images/icons/staff.gif);
}
/* END: Staff */

/* START: Email */
.email
{
	padding-right: 2px;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(images/icons/email.gif);
	padding-bottom: 2px;
	color: #3366ff;
	background-color:#eeeeee;
	padding-top: 02px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: center;
	text-decoration: none;
	border: solid 0px #aaaaaa;
	font-weight:normal;
}

a:link.email 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.email 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.email 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.email 
{
	color:#000000;
	text-decoration: none;
	background-color:#dddddd;
	border: solid 0px #666666;
	background-image: url(images/icons/email.gif);
}
/* END: Email */

/* START: Print Event */
.printEvent
{
	padding-right: 2px;
	background-position: center center;
	padding-left: 2px;
	font-size: 11px;
	background-image: url(images/icons/printEvent.gif);
	padding-bottom: 2px;
	color: #3366ff;
	background-color:Transparent;
	padding-top: 02px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: center;
	text-decoration: none;
	border: solid 0px #aaaaaa;
	font-weight:normal;
}

a:link.printEvent 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.printEvent 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.printEvent 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.printEvent 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	border: solid 0px #666666;
	background-image: url(images/icons/printEvent.gif);
}
/* END: Print Event */


/* START: Href ToDo */
.todo
{
	padding-right: 10px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 2px;
	color: #ffffff;
	background-color:Transparent;
	padding-top: 2px;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: underline;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	font-weight:bold;
}

a:link.todo 
{
	color:#ffffff;
	text-decoration: none;
}

a:active.todo 
{
	color:#ffffff;
	text-decoration: none;
}

a:visited.todo 
{
	color:#ffffff;
	text-decoration: none;
}

a:hover.todo 
{
	color:#000000;
	text-decoration: none;
}
/* END: Href ToDo */


/* START: Button Print */
.Print
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(images/icons/print.gif);
	padding-bottom: 3px;
	color: #3366ff;
	background-color:#ffffff;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	border: solid 1px #aaaaaa;
	font-weight:normal;
}

a:link.Print 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.Print 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.Print 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.Print 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	border: solid 1px #666666;
	background-image: url(images/icons/print.gif);
}
/* END: Button Print */

/* START: Button FormPage */
.FormPage
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(images/icons/page.gif);
	padding-bottom: 3px;
	color: #3366ff;
	background-color:#ffffff;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	border: solid 1px #aaaaaa;
	font-weight:normal;
}

a:link.FormPage 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.FormPage 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.FormPage 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.FormPage 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	border: solid 1px #666666;
	background-image: url(images/icons/page.gif);
}
/* END: Button FormPage */


/* START: Href Search */
.search
{
	padding-right: 0px;
	background-position: left center;
	padding-left: 18px;
	font-size: 11px;
	background-image: url(images/icons/search_on.gif);
	padding-bottom: 0px;
	color: #000000;
	background-color: Transparent;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	border: solid 0px #aaaaaa;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}

a:link.search 
{
	color:#ffffff;
	text-decoration: none;
}

a:active.search 
{
	color:#ffffff;
	text-decoration: none;
}

a:visited.search 
{
	color:#ffffff;
	text-decoration: none;
}

a:hover.search 
{
	color:#000000;
	text-decoration: none;
	background-color: Transparent;
	border: solid 0px #666666;
	background-image: url(images/icons/search_off.gif);
}
/* END: Href Search */


/* START: Href Add */
.add
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(images/icons/add.gif);
	padding-bottom: 3px;
	color: #3366ff;
	background-color:#ffffff;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: right;
	text-decoration: none;
	border: solid 1px #aaaaaa;
	font-weight:normal;
}

a:link.add 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.add 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.add 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.add 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	border: solid 1px #666666;
}
/* END: Href Add */


/* START: Href Item */
.item
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(images/icons/todo.gif);
	padding-bottom: 2px;
	color: #3366ff;
	background-color: #ffffff;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	width: 120px;
	border: solid 1px #aaaaaa;
}

a:link.item 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.item 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.item 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.item 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	border: solid 1px #666666;
}
/* END: Href Item */

/* START: Href Edit */
.edit
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 10px;
	background-image: url(images/icons/edit_on.gif);
	background-color:Transparent;
	padding-bottom: 2px;
	color: #3366ff;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	font-weight:normal;
}

a:link.edit 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.edit 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.edit
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.edit 
{
	color:#0000cc;
	text-decoration: none;
	background-color:#cccccc;
	background-image: url(images/icons/edit_on.gif);
}
/* END: Href Edit */



/* START: Href Cancel/Delete */
.cancel
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 10px;
	background-image: url(images/icons/delete.gif);
	background-color:Transparent;
	padding-bottom: 2px;
	color: #3366ff;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	font-weight:normal;
}

a:link.cancel 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.cancel 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.cancel
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.cancel 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	background-image: url(images/icons/delete.gif);
}
/* END: Href Cancel/Delete */



/* START: Href Refresh */
.refresh
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(images/icons/refresh.gif);
	padding-bottom: 2px;
	color: #3366ff;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	font-weight:normal;
}

a:link.refresh 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.refresh 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.refresh
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.refresh 
{
	color:#000000;
	text-decoration: none;
}
/* END: Href Refresh */

/* START: Href Calendar Add */
.caladd
{
	padding-right: 7px;
	background-position: left center;
	padding-left: 20px;
	font-size: 10px;
	background-image: url(images/icons/add_gray.gif);
	padding-bottom: 2px;
	color: #3366ff;
	padding-top: 2px;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-align: left;
	text-decoration: none;
	font-weight:normal;
}

a:link.caladd 
{
	color:#3366ff;
	text-decoration: none;
}

a:active.caladd 
{
	color:#3366ff;
	text-decoration: none;
}

a:visited.caladd 
{
	color:#3366ff;
	text-decoration: none;
}

a:hover.caladd 
{
	color:#000000;
	text-decoration: none;
	background-color:#eeeeee;
	background-image: url(images/icons/add_black.gif);
}
/* END: Href Item */



/* START: Tip/Help/Response Message */
.tip
{
	background-position: left center;
	padding-left: 17px;
	font-size: 10px;
	background-image: url(images/icons/tip.gif);
	color: #000000;
	background-color: transparent;
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	font-weight: normal;
}

/* END: Tip/Help/Response Message */