/* CCSTheme v 3.x */
/* General */

/* Colors */
#html, body {
  top: 10px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:980px;
  height: 100%;
  margin: auto;
  font-family:"arial, verdana, sans-serif";
}

* {margin: 0; padding: 0;}

.PageBgColor {
	background-color: #ffffff;
	}

.FormTitleBgColor {
	background-color: #44e444;
	}

.FormTitleFontColor {
	color: #000000;
	}

.CaptionBgColor {
	background-color: #fff7c7;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #ffffff;
	}

.AltDataBgColor {
	background-color: #fcfff2;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #000000;
	}

.VisitedLinkColor {
	color: #000000;
	}

.HoverLinkColor {
	color: #ff6600;
	}


/* BEGIN Common */
body { 
	background-image: url('Images/PageBg.gif');
	font-family: arial, verdana, sans-serif; font-size: 80%;
	}

.text { 
	color: #000000
	}

a.menulink:link, a.menulink:visited { 
	color: #000000;
	}

a.menulink:hover, a.menulink:active { 
	color: #ff4c4c;
	}


a:link { 
	color: #000000;
	}

a:visited { 
	color: #000000;
	}

a:hover,a:active { 
	color: #ff4c4c;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
	font-size: 120%;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	font-size: 120%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	font-size: 110%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	font-size: 100%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	text-align: left;
	}

td { 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	text-align: left;
	}

/*input, textarea, select {
	font-family: arial, verdana, sans-serif; font-size: 80%;
	font-size: 100%;
}

html>body input, html>body select, html>body textarea {
	font-family: arial, verdana, sans-serif; font-size: 80%;
	font-size: inherit;
}*/

/* END Common */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 90%; text-align: center;
	padding: 2px;
	background-image: url('Images/HeaderBg.gif'); color: #000000;
	width: 100%;
	white-space: nowrap;
	}

.Header a:link { 
	color: #000000;
	}

.Header a:visited { 
	color: #000000;
	}

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

.HeaderLeft { 
	background-image: url('Images/HeaderLeft.gif');
	}

.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	background-position: right top;
	}

.HeaderLeftDown { 
	background-image: url('Images/HeaderLeftDown.gif');
	}

.HeaderRightDown { 
	background-image: url('Images/HeaderRightDown.gif');
	background-position: right top;
	}

.HeaderLeft img{
	width: 21px; height: 18px;
	}

.HeaderRight img{
	width: 21px; height: 18px;
	}

.HeaderLeftDown img{
	width: 21px; height: 18px;
	}

.HeaderRightDown img{
	width: 21px; height: 18px;
	}


/* Grid Options */
.Grid { 
	border: 1px solid #44e444;
	width: 100%;
	}

.Grid1 { 
	border-top: 1px solid #44e444; 
	border-bottom: 1px solid #44e444;
	border-right: 1px solid #44e444; 
	border-left: 0px;
	width: 100%;
	}

.Grid2 { 
	border-top: 0px;
	border-bottom: 1px solid #44e444;
	border-right: 1px solid #44e444; 
	border-left: 1px solid #44e444;
	width: 100%;
	}

.Caption th { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	}

.p { 
	font-family: arial, verdana, sans-serif; font-size: 100%; font-weight: normal;
	padding: 0;
	background-color: #ffffff; color: #FF6600;
	white-space: nowrap;
	}

.p a:link { 
	color: #000000;
	}

.p a:hover { 
	color: #FF6600;
	}

.p a:active {
	color: #FF6600;
	}

.p a:visited { 
	color: #000000;
	}

.l1 { 
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: bold;
	padding: 0;
	color: #00cc00;
	white-space: nowrap;
	}



.l { 
	font-size: 80%; font-weight: bold;
	padding: 0;
	color: #ffffff;
	white-space: nowrap;
	}

.l a:link { 
	color: #ffffff;
	}
.l a:hover { 
	color: #000000;
	}

.l a:visited { 
	color: #ffffff;
	}

.g { 
	font-size: 70%; font-weight: bold;
	padding: 0;
	color: #00cc00;
	white-space: nowrap;
	}

.g a:link { 
	color: #00cc00;
	}
.g a:hover, .g a:active { 
	color: #000000;
	}

.g a:visited { 
	color: #ff6600;
	}

.g1 { 
	font-size: 100%; font-weight: bold;
	padding: 0;
	color: #000000;
	white-space: nowrap;
	}

.g1 a:link { 
	color: #000000;
	}
.g1 a:hover, .g a:active { 
	color: #000000;
	}

.g1 a:visited { 
	color: #000000;
	}

.Caption a:link { 
	color: #000000;
	}

.Caption a:visited { 
	color: #000000;
	}

.Caption a:hover, .Caption a:active { 
	color: #ff4c4c;
	}

.Caption img {
	margin: 2px; 
	vertical-align: middle;
	}

.Caption input {
	vertical-align: middle;
	}

.Row th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}
	
.Row1 td { 
	font-size: 60%;  font-weight: bold;
	padding: 2px;
        text-align: center;
	vertical-align: middle;
	background-color: #ffffff; 
	color: #00CC00;
	}



caption.Row { 
	font-size: 80%;
	padding: 2px;
	border: 1px solid #44e444; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}





.Row a:link { 
	color: #000000;
	}

.Row a:visited { 
	color: #00CC00;
	}

.Row a:hover, .Row a:active { 
	color: #ff6600;
	}

.Separator{
	color: #00cc00;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #fcfff2; 
	color: #000000;
	}





.AltRow a:link { 
	color: #000000;
	}

.AltRow a:visited { 
	color: #00CC00;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #ff6600;
	}

.NoRecords td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	background-color: #ffffff; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}





.Footer a:link { 
	color: #000000;
	}

.Footer a:visited { 
	color: #000000;
	}

.Footer a:hover, .Footer a:active { 
	color: #ff6600;
	}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.Record { 
	border: 1px solid #44e444;
	width: 100%;
	}

.Error td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #ffffff; 
	}





.Controls th { 
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Controls td { 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}


.Controls1 th { 
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #FF6600;
	white-space: nowrap;
	color: #FF6600;
	}

.Controls1 td { 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #FF6600;
	}
	
.Bottom td { 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}





.Bottom a:link { 
	color: #000000;
	}

.Bottom a:visited { 
	color: #00cc00;
	}

.Bottom a:hover, .Caption a:active { 
	color: #ff6600;
	}

.Bottom img {
	margin: 2px;
	vertical-align: middle; 
	}

.Bottom input {
	margin: 2px;
	vertical-align: middle;
	}

/* Report */
.GroupCaption th{
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #fcfff2; 
	color: #000000;
	}

.GroupCaption td{
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #ffffff; 
	color: #000000;
	}





.GroupCaption a:link {
	color: #000000;
	}

.GroupCaption a:visited{
	color: #000000;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #ff6600;
	}

.GroupFooter td{
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #fff7c7; 
	color: #000000;
	}





.GroupFooter a:link {
	color: #000000;
	}

.GroupFooter a:visited{
	color: #00cc00;
	}

.GroupFooter a:hover,.GroupFooter a:active{
	color: #ff6600;
	}

.GroupFooter img {
	margin: 2px; 
	vertical-align: middle;
	}

.GroupFooter input {
	margin: 2px;
	vertical-align: middle;
	}

.SubTotal td{
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #fcfff2; 
	color: #000000;
	border-bottom: 2px solid #44e444;
	}





.SubTotal a:link {
	color: #000000;
	}

.SubTotal a:visited{
	color: #00cc00;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #ff6600;
	}

.Total td{
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #fcfff2; 
	color: #000000;
	}





.Total a:link {
	color: #000000;
	}

.Total a:visited{
	color: #00cc00;
	}

.Total a:hover, .Total a:active{
	color: #ff6600;
	}

/* Form Options */
.Button { 
	background-color: #44e444; color: #000000; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 4px; font-weight: bold; font-size: 95%; font-family: arial, verdana, sans-serif;
	}

/* Calendar */

.Calendar { 
	border: 1px solid #44e444;
	width: 100%;
	}

.CalendarWeekdayName{
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #fcfff2; 
	color: #000000;
	font-weight: normal;
	}





.CalendarWeekdayName a:link {
	color: #44e444;
	}

.CalendarWeekdayName a:visited{
	color: #000000;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #ff4c4c;
	}

.CalendarWeekendName{
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #fcfff2;	
	color: #000000;
	font-weight: normal;
	}





.CalendarWeekendName a:link {
	color: #000000;
	}

.CalendarWeekendName a:visited{
	color: #000000;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #ff4c4c;
	}

/* Calendar Day */
.CalendarDay{
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: center;
	background-color: #ffffff;	
	color: #000000;
	}





.CalendarDay a:link {
	color: #44e444;
	}

.CalendarDay a:visited{
	color: #000000;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #ff4c4c;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 80%;
	padding: 2px;
	
	text-align: center;
	background-color: #fcfff2;	
	color: #000000;
	}





.CalendarWeekend a:link {
	color: #44e444;
	}

.CalendarWeekend a:visited{
	color: #000000;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #ff4c4c;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 80%;
	padding: 0px;
	border: 2px solid #44e444;
	text-align: center;
	background-color: #ffffff;	
	color: #000000;
	}





.CalendarToday a:link {
	color: #44e444;
	}

.CalendarToday a:visited{
	color: #000000;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #ff4c4c;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 80%;
	padding: 0px;
	border: 2px solid #44e444;
	text-align: center;
	background-color: #fcfff2;	
	color: #000000;
	}





.CalendarWeekendToday a:link {
	color: #44e444;
	}

.CalendarWeekendToday a:visited{
	color: #000000;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #ff4c4c;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 80%;
	padding: 2px;
	
	text-align: center;
	background-color: #ffffff;	
	color: #44e444;
	}





.CalendarOtherMonthDay a:link {
	color: #44e444;
	}

.CalendarOtherMonthDay a:visited{
	color: #44e444;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #ff4c4c;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 80%;
	padding: 0px;
	border: 2px solid #44e444;
	text-align: center;
	background-color: #ffffff;	
	color: #44e444;
	}





.CalendarOtherMonthToday a:link {
	color: #44e444;
	}

.CalendarOtherMonthToday a:visited{
	color: #44e444;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #ff4c4c;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 80%;
	padding: 2px;
	
	text-align: center;
	background-color: #fcfff2;	
	color: #44e444;
	}





.CalendarOtherMonthWeekend a:link {
	color: #44e444;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #44e444;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #ff4c4c;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 80%;
	padding: 0px;
	border: 2px solid #44e444;
	text-align: center;
	color: #44e444;
	background-color: #fcfff2;	
	}
	




.CalendarOtherMonthWeekendToday a:link {
	color: #44e444;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #44e444;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #ff4c4c;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 80%;
	padding: 2px;
	
	background-color: #fff7c7;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	




.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #ff4c4c;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 80%;
	padding: 2px;
	background-color: #ffffff; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}





.CalendarNavigator a:link {
	color: #44e444;
	}

.CalendarNavigator a:visited{
	color: #000000;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #ff4c4c;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

.CalendarNavigator td {
	font-size: 80%;
	}

.CalendarNavigator th {
	font-size: 80%;
	}





/* Calendar Extra */
.CalendarEvent{
	font-size: 80%;
	text-align: left;
	}





.CalendarEvent a:link {
	color: #44e444;
	}

.CalendarEvent a:visited{
	color: #000000;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #ff4c4c;
	}

/* Changes for Section508 */
table tr td strong {
	padding: 0px;
	margin: 0px;
}

.th { 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	font-weight: bold;
}





.Header .th { 
	font-family: arial, verdana, sans-serif; font-size: 90%; text-align: center;
	padding: 2px;
	background-image: url('Images/HeaderBg.gif'); color: #000000;
	width: 100%;
	white-space: nowrap;
}





.Caption .th { 
	font-family: arial, verdana, sans-serif; font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
}





.Row .th { 
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.AltRow .th { 
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.Controls .th { 
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
}

.GroupCaption .th {
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	background-color: #fcfff2; 
	color: #000000;
}

.Ticker {
	font-family: arial, verdana, sans-serif;
	background-color:; 
	color: #000000; 
	
}


/* Class for Application Builder Menu */
.simpleMenu td {
	font-family: arial, verdana, sans-serif;
	font-size: 80%;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
font-family: arial, verdana, sans-serif;
margin: 0;
padding: 0;
color: #000000; 
}

.treeview a:link {
color: #000000;
}

.treeview a:visited {
color: #000000;
}

.treeview a:hover {
color: #00CC00; font-weight: bold;
}

.np { 
margin: 0;
padding: 0;
color: #FF6600; 
}

.np a:link {
color: #FF6600;
}

.np a:visited {
color: #FF6600;
}

.np a:hover {
color: #FF6600; font-weight: bold;
}

.ns { 
margin: 0;
padding: 0;
color: #00CC00; font-weight: bold;
}

.ns a:link {
color: #00CC00;
}

.ns a:visited {
color: #00CC00;
}

.ns a:hover {
color: #00CC00; font-weight: bold;
}

.ns1 { 
margin: 0;
padding: 0;
color: #000000; font-style:italic;
}

.ns1 a:link {
color: #000000;text-decoration:none;
}

.ns1 a:visited {
color: #000000;
}

.ns1 a:hover {
color: #ff6600;text-decoration:none;
}

.ns2 { 
margin: 0;
padding: 0;
color: #ff6600; font-style:italic;
}

.ns2 a:link {
color: #ff6600;text-decoration:none;font-style:italic;
}

.ns2 a:visited {
color: #ffb368;font-style:italic;
}

.ns2 a:hover {
color: #000000;text-decoration:none;font-style:italic;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white left center;
padding-left: 8px;
margin-bottom: 0;
color: #000000;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white left 1px;
cursor: hand !important;
cursor: pointer !important;
color: #000000;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/*lightbox-viewer*/



/*oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo  oddamo*/
.HeaderO {
	width: 100%;
	}
.HeaderO th { 
	font-size: 90%; text-align: center;
	padding: 2px;
	background-image: url('Images/HeaderBgO.gif'); color: #000000;
	width: 100%;
	white-space: nowrap;
	}
.HeaderO a:link { 
	color: #000000;
	}

.HeaderO a:visited { 
	color: #000000;
	}

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

.HeaderLeftO { 
	background-image: url('Images/HeaderLeftO.gif');
	}

.HeaderRightO { 
	background-image: url('Images/HeaderRightO.gif');
	background-position: right top;
	}

.HeaderLeftO img{
	width: 21px; height: 18px;
	}

.HeaderRightO img{
	width: 21px; height: 18px;
	}

/* Grid Options */
.Grid1O { 
	border-top: 1px solid #74abe4; 
	border-bottom: 1px solid #74abe4;
	border-right: 1px solid #74abe4; 
	border-left: 0px;
	width: 100%;
	}

.Grid2O { 
	border-top: 0px;
	border-bottom: 1px solid #74abe4;
	border-right: 1px solid #74abe4; 
	border-left: 1px solid #74abe4;
	width: 100%;
	}

.GridO { 
	border: 1px solid #74abe4;
	width: 100%;
	}
.CaptionO th { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	}
.CaptionO td { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	}
.CaptionO a:link { 
	color: #000000;
	}
.CaptionO a:visited { 
	color: #000000;
	}
.CaptionO a:hover, .Caption a:active { 
	color: #ff4c4c;
	}
.CaptionO img {
	margin: 2px; 
	vertical-align: middle;
	}
.CaptionO input {
	vertical-align: middle;
	}

.bO td {
    padding: 2px;
	background-color: #ffffff; color: #000000;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	border-bottom: #74abe4 2px dotted;
	}

.bO a:link { 
	color: #000000;
	}
.bO a:visited { 
	color: #000000;
	}
.bO a:hover, .Footer a:active { 
	color: #ff6600;
	}

.pO { 
	font-size: 100%; font-weight: normal;
	padding: 0;
	background-color: #ffffff; color: #FF6600;
	white-space: nowrap;
	}

.pO a:link { 
	color: #000000;
	}

.pO a:hover { 
	color: #FF6600;
	}

.pO a:active {
	color: #FF6600;
	}

.pO a:visited { 
	color: #000000;
	}

.l1O { 
	font-size: 80%; font-weight: bold;
	padding: 0;
	color: #00cc00;
	white-space: nowrap;
	}

.lO { 
	font-size: 80%; font-weight: bold;
	padding: 0;
	color: #ffffff;
	white-space: nowrap;
	}

.lO a:link { 
	color: #ffffff;
	}
.lO a:hover { 
	color: #000000;
	}

.lO a:visited { 
	color: #ffffff;
	}

.gO { 
	font-size: 70%; font-weight: bold;
	padding: 0;
	color: #74abe4;
	white-space: nowrap;
	}

.gO a:link { 
	color: #74abe4;
	}
.gO a:hover, .g a:active { 
	color: #000000;
	}

.gO a:visited { 
	color: #ff6600;
	}

.g1O { 
	font-size: 100%; font-weight: bold;
	padding: 0;
	color: #000000;
	white-space: nowrap;
	}

.g1O a:link { 
	color: #000000;
	}
.g1O a:hover, .g a:active { 
	color: #000000;
	}

.g1O a:visited { 
	color: #000000;
	}


.RowO th { 
	font-size: 80%; font-weight: bold; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}
.RowO td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}

.Row1O td { 
	font-size: 60%;  font-weight: bold;
	padding: 2px;
	
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff; 
	color: #74abe4;
	}

caption.RowO { 
	font-size: 80%;
	padding: 2px;
	border: 1px solid #74abe4; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}
.RowO a:link { 
	color: #446ce4;
	}
.RowO a:visited { 
	color: #932c2c;
	}
.RowO a:hover, .Row a:active { 
	color: #ff4c4c;
	}
.SeparatorO{
	color: #74abe4;
	}
.SeparatorO td{
	height: 1px;
	}
.AltRowO th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}
.AltRowO td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #f2f9ff; 
	color: #000000;
	}
.AltRowO a:link { 
	color: #446ce4;
	}
.AltRowO a:visited { 
	color: #932c2c;
	}
.AltRowO a:hover, .AltRow a:active { 
	color: #ff4c4c;
	}
.NoRecordsO td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	background-color: #ffffff; 
	color: #000000;
	vertical-align: top;
	}
.FooterO td { 
	font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}
.FooterO a:link { 
	color: #000000;
	}
.FooterO a:visited { 
	color: #000000;
	}
.FooterO a:hover, .Footer a:active { 
	color: #ff6600;
	}
.FooterO img {
	margin: 2px; 
	vertical-align: middle;
	}
.FooterO input {
	margin: 2px;
	vertical-align: middle;
	}
.Footer1O td { 
	font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	border-bottom: #74abe4 2px dotted;
	}
.Footer1O a:link { 
	color: #000000;
	}
.Footer1O a:visited { 
	color: #000000;
	}
.Footer1O a:hover, .Footer a:active { 
	color: #ff6600;
	}
.Footer1O img {
	margin: 2px; 
	vertical-align: middle;
	}
.Footer1O input {
	margin: 2px;
	vertical-align: middle;
	}

.bodyO { 
	font-size: 70%; font-style: italic;
	padding: 0;
	background-color: #ffffff; color: #000000;
	}

.bodyO a:link { 
	color: #74abe4;
	}
.bodyO a:hover, .g a:active { 
	color: #74abe4;
	}

.bodyO a:visited { 
	color: #B6B6B6;
	}
/* Record Options */
.RecordO { 
	border: 1px solid #74abe4;
	width: 100%;
	}
.ErrorO td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #ffffff; 
	}
.ControlsO th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}
.ControlsO td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}

.Controls1O th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #FF6600;
	white-space: nowrap;
	color: #FF6600;
	}

.Controls1O td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #FF6600;
	}

.BottomO td { 
	font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}
.BottomO a:link { 
	color: #446ce4;
	}
.BottomO a:visited { 
	color: #932c2c;
	}
.BottomO a:hover, .Caption a:active { 
	color: #ff4c4c;
	}
.BottomO img {
	margin: 2px;
	vertical-align: middle; 
	}
.BottomO input {
	margin: 2px;
	vertical-align: middle;
	}
/* Form Options */
.ButtonO { 
	background-color: #74abe4; color: #000000; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 4px; font-weight: bold; font-size: 95%; font-family: arial, verdana, sans-serif;
	}
/* prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo  prodamo */
.HeaderP {
	width: 100%;
	}
.HeaderP th { 
	font-size: 90%; text-align: center;
	padding: 2px;
	background-image: url('Images/HeaderBgP.gif'); color: #000000;
	width: 100%;
	white-space: nowrap;
	}
.HeaderP a:link { 
	color: #000000;
	}

.HeaderP a:visited { 
	color: #000000;
	}

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

.HeaderLeftP { 
	background-image: url('Images/HeaderLeftP.gif');
	}

.HeaderRightP { 
	background-image: url('Images/HeaderRightP.gif');
	background-position: right top;
	}

.HeaderLeftP img{
	width: 21px; height: 18px;
	}

.HeaderRightP img{
	width: 21px; height: 18px;
	}

/* Grid Options */
.Grid1P { 
	border-top: 1px solid #ca9870; 
	border-bottom: 1px solid #ca9870;
	border-right: 1px solid #ca9870; 
	border-left: 0px;
	width: 100%;
	}

.Grid2P { 
	border-top: 0px;
	border-bottom: 1px solid #ca9870;
	border-right: 1px solid #ca9870; 
	border-left: 1px solid #ca9870;
	width: 100%;
	}

.GridP { 
	border: 1px solid #ca9870;
	width: 100%;
	}
.CaptionP th { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	}
.CaptionP td { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	}
.CaptionP a:link { 
	color: #000000;
	}
.CaptionP a:visited { 
	color: #000000;
	}
.CaptionP a:hover, .Caption a:active { 
	color: #ff4c4c;
	}
.CaptionP img {
	margin: 2px; 
	vertical-align: middle;
	}
.CaptionP input {
	vertical-align: middle;
	}

.bP td {
    padding: 2px;
	background-color: #ffffff; color: #000000;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	border-bottom: #ca9870 2px dotted;
	}

.bP a:link { 
	color: #000000;
	}
.bP a:visited { 
	color: #000000;
	}
.bP a:hover, .Footer a:active { 
	color: #ff6600;
	}

.pN { 
	font-size: 120%; font-weight: normal;
	padding: 0;
	background-color: #ffffff; color: #FF6600;
	white-space: nowrap;
	}

.pP1 { 
	font-size: 120%; font-weight: bold;
	padding: 0;
	background-color: #ffffff; color: #C00000;
	white-space: nowrap;
	}
	
.pP { 
	font-size: 100%; font-weight: normal;
	padding: 0;
	background-color: #ffffff; color: #ff6600;
	white-space: nowrap;
	}

.pP a:link { 
	color: #000000;
	}

.pP a:hover { 
	color: #FF6600;
	}

.pP a:active {
	color: #FF6600;
	}

.pP a:visited { 
	color: #000000;
	}

.l1P { 
	font-size: 80%; font-weight: bold;
	padding: 0;
	color: #00cc00;
	white-space: nowrap;
	}

.lP { 
	font-size: 80%; font-weight: bold;
	padding: 0;
	color: #ffffff;
	white-space: nowrap;
	}

.lP a:link { 
	color: #ffffff;
	}
.lP a:hover { 
	color: #000000;
	}

.lP a:visited { 
	color: #ffffff;
	}

.gP { 
	font-size: 70%; font-weight: bold;
	padding: 0;
	color: #ca9870;
	white-space: nowrap;
	}

.gP a:link { 
	color: #ca9870;
	}
.gP a:hover, .g a:active { 
	color: #000000;
	}

.gP a:visited { 
	color: #ff6600;
	}

.g1P { 
	font-size: 100%; font-weight: bold;
	padding: 0;
	color: #000000;
	white-space: nowrap;
	}

.g1P a:link { 
	color: #000000;
	}
.g1P a:hover, .g a:active { 
	color: #000000;
	}

.g1P a:visited { 
	color: #000000;
	}


.RowP th { 
	font-size: 80%; font-weight: bold; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}
.RowP td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}

.Row1P td { 
	font-size: 60%;  font-weight: bold;
	padding: 2px;
	
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff; 
	color: #ca9870;
	}

caption.RowP { 
	font-size: 80%;
	padding: 2px;
	border: 1px solid #ca9870; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}
.RowP a:link { 
	color: #446ce4;
	}
.RowP a:visited { 
	color: #932c2c;
	}
.RowP a:hover, .Row a:active { 
	color: #ff4c4c;
	}
.SeparatorP {
	color: #74abe4;
	}
.SeparatorP td{
	height: 1px;
	}
.AltRowP th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}
.AltRowP td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #f2f9ff; 
	color: #000000;
	}
.AltRowP a:link { 
	color: #446ce4;
	}
.AltRowP a:visited { 
	color: #932c2c;
	}
.AltRowP a:hover, .AltRow a:active { 
	color: #ff4c4c;
	}
.NoRecordsP td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	background-color: #ffffff; 
	color: #000000;
	vertical-align: top;
	}
.FooterP td { 
	font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}
.FooterP a:link { 
	color: #000000;
	}
.FooterP a:visited { 
	color: #000000;
	}
.FooterP a:hover, .Footer a:active { 
	color: #ff6600;
	}
.FooterP img {
	margin: 2px; 
	vertical-align: middle;
	}
.FooterP input {
	margin: 2px;
	vertical-align: middle;
	}
.Footer1P td { 
	font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	border-bottom: #ca9870 2px dotted;
	}
.Footer1P a:link { 
	color: #000000;
	}
.Footer1P a:visited { 
	color: #000000;
	}
.Footer1P a:hover, .Footer a:active { 
	color: #ff6600;
	}
.Footer1P img {
	margin: 2px; 
	vertical-align: middle;
	}
.Footer1P input {
	margin: 2px;
	vertical-align: middle;
	}

.Footer2P td { 
	font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	
	}
.Footer2P a:link { 
	color: #ff6600;
	}
.Footer2P a:visited { 
	color: #ffb368;
	}
.Footer2P a:hover, .Footer a:active { 
	color: #000000;
	}
.Footer2P img {
	margin: 2px; 
	vertical-align: middle;
	}
.Footer2P input {
	margin: 2px;
	vertical-align: middle;
	}

	
.nc { 
	font-size: 80%; font-weight: bold;
	padding: 0;
	background-color: #ffffff; color: #00cc00;
	white-space: nowrap;
	}

.sc { 
	font-size: 100%; font-weight: normal; text-decoration: line-through;
	padding: 0;
	background-color: #ffffff; color: #00cc00;
	white-space: nowrap;
	}

.body { 
	font-size: 70%; font-style: italic;
	padding: 0;
	background-color: #ffffff; color: #000000;
	}

.body a:link { 
	color: #ca9870;
	}
.body a:hover, .g a:active { 
	color: #ca9870;
	}

.body a:visited { 
	color: #B6B6B6;
	}

.body1 { 
	font-size: 70%; font-style: italic;
	padding: 0;
	background-color: #ffffff; color: #000000;
	}

.body1 a:link { 
	color: #44e444;
	}
.body1 a:hover, .g a:active { 
	color: #44e444;
	}

.body1 a:visited { 
	color: #44e444;
	}

.body1P { 
	font-size: 70%; font-style: italic;
	padding: 0;
	background-color: #ffffff; color: #000000;
	}

.body1P a:link { 
	color: #ca9870;
	}
.body1P a:hover, .g a:active { 
	color: #ca9870;
	}

.body1P a:visited { 
	color: #ca9870;
	}

.body1K { 
	font-size: 85%; font-style: normal;
	padding: 0;
	background-color: #ffffff; color: #000000;
	}

.body1K a:link { 
	color: #ca9870;
	}
.body1K a:hover, .g a:active { 
	color: #ca9870;
	}

.body1K a:visited { 
	color: #ca9870;
	}

.body1KO { 
	font-size: 85%; font-style: normal;
	padding: 0;
	background-color: #ffffff; color: #000000;
	}

.body1KO a:link { 
	color: #74abe4;
	}
.body1KO a:hover, .g a:active { 
	color: #74abe4;
	}

.body1KO a:visited { 
	color: #74abe4;
	}

.body1O { 
	font-size: 70%; font-style: italic; font-weight: normal;
	padding: 0;
	background-color: #ffffff; color: #000000;
	}

.body1O a:link { 
	color: #74abe4;
	}
.body1O a:hover, .g a:active { 
	color: #74abe4;
	}

.body1O a:visited { 
	color: #74abe4;
	}

.body2 { 
	font-size: 90%; font-style: italic;
	padding: 2;
	color: #000000;
	}

/* Record Options */
.RecordP { 
	border: 1px solid #ca9870;
	width: 100%;
	}
.ErrorP td { 
	font-size: 80%;
	padding: 2px;
	
	text-align: left;
	color: #FF0000;
	vertical-align: top;
	background-color: #ffffff; 
	}
.ControlsP th { 
	
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: normal; text-align: left; vertical-align: top; 
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}
.ControlsP td { 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}
.ControlsP2 th { 
	
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: normal; text-align: left; vertical-align: top; font-style: italic;
	padding: 2px;
	padding-left: 5px;
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #000000;
	}
.ControlsP2 td { 
	
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: bold; text-align: left; vertical-align: top; 
	padding: 2px;
	background-color: #ffffff; color: #000000;
	
	color: #000000;
	}	
.ControlsP3 th { 
	
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: bold; text-align: left; vertical-align: top; font-style: italic;
	padding: 2px;
	padding-left: 5px;
	background-color: #ffffff; color: #000000;
	color: #ca9870;
	}	
.ControlsP3 td { 
	font-family: arial, verdana, sans-serif;
	font-size: 80%;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}
	
.ControlsP4 th { 
	
	font-family: arial, verdana, sans-serif; font-size: 70%; font-weight: bold; text-align: left; vertical-align: top; font-style: italic;
	padding: 2px;
	padding-left: 5px;
	background-color: #ffffff; color: #000000;
	white-space: nowrap;
	color: #ca9870;
	}	
.ControlsP4 td { 
	font-family: arial, verdana, sans-serif; font-weight: bold; 
	font-size: 70%;
	padding: 2px;
	padding-left: 5px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}

.ControlsP5 td { 
	font-family: arial, verdana, sans-serif; 
	font-size: 60%;
	padding: 0px;
	
	vertical-align: top;
	background-color: #ffffff; 
	color: #000000;
	}	
	
.ControlsP5 a:link { 
	color: #000000;
	}
.ControlsP5 a:hover, .ControlsP5 a:active { 
	color: #FF6600;
	}

.ControlsP5 a:visited { 
	color: #646F5E;
	}	
	
.cena a:link { 
	color: #FF6600;
	}
.cena a:hover, .cena a:active { 
	color: #FF6600;
	}

.cena a:visited { 
	color: #646F5E;
	}	
	
.Controls1P th { 
	font-family: arial, verdana, sans-serif; font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	
	background-color: #ffffff; color: #FF6600;
	white-space: nowrap;
	color: #FF6600;
	}

.Controls1P td { 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	text-align: left;
	vertical-align: top;
	background-color: #ffffff; 
	color: #FF6600;
	}

.BottomP td { 
	font-family: arial, verdana, sans-serif; font-size: 80%;
	padding: 2px;
	
	background-color: #ffffff; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}
.BottomP a:link { 
	color: #446ce4;
	}
.BottomP a:visited { 
	color: #932c2c;
	}
.BottomP a:hover, .Caption a:active { 
	color: #ff4c4c;
	}
.BottomP img {
	margin: 2px;
	vertical-align: middle; 
	}
.BottomP input {
	margin: 2px;
	vertical-align: middle;
	}
/* Form Options */
.ButtonP { 
	background-color: #ca9870; color: #000000; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 4px; font-weight: bold; font-size: 95%; font-family: arial, verdana, sans-serif;
	}
.foto {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	}

