#! NAME kkLightBlue
#! AUTHOR kriko
#! DESCRIPTION Cool light blue theme. With white background and blue text. Formelements and scrollbars are colored too.
#! CSS body { 
	font-family: Verdana, Geneva, Helvetica, sans-serif; 
	font-size: .7em; 
	background: #ffffff; 
	SCROLLBAR-FACE-COLOR: #FBFEFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-SHADOW-COLOR: #0088DD; 
	SCROLLBAR-3DLIGHT-COLOR: #0088DD; 
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #f5f5f5; 
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC; 
} 

A { 
	text-decoration: none; 
	color: #0088DD;
} 

A:hover {
	text-decoration: underline;
} 

.navlink {
	font-family: Verdana, Arial;
	font-size: .7em;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	color: #444444;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00AAFF;
	border-right-color: #00AAFF;
	border-bottom-color: #00AAFF;
	border-left-color: #00AAFF;
} 

.yellow { 
	font-family: Verdana, Arial; 
	color: #444444; 
	border: 1px dotted #00AAFF;
} 

.miniheader { 
	font-family: Verdana, Arial; 
	font-style: italic; 
	font-size: .8em; 
	font-weight: bold; 
	background-color: #ffffff; 
	border: 1px solid #ffffff;
} 

.largeheader { 
	font-family: Verdana, Arial; 
	font-size: 1.2em; 
	color: #00AAFF;
} 

.fieldtitle { 
	font-family: Verdana, Arial; 
	font-size: .9em; 
	font-weight: bold; 
	background-color: #ffffff; 
	color: #00AAFF; 
	border: 0px solid #B3E5FF;
} 

.description { 
	font-family: Verdana, Arial; 
	font-size: .7em; 
	background-color: #ffffff; 
	color: #444444; 
	border: 1px dashed #00AAFF;
} 

.darkgbg { 
	background-color: #ffffff; 
	border: 1px solid #00AAFF;
} 

.lightgbg { 
	background-color: #ffffff; 
	border: 1px solid #ffffff;
} 

.confirm { 
	font-family: Verdana, Arial; 
	font-size: .7em; 
	background-color: #ffffff; 
	border: 1px dashed #00AAFF;
} 

.yellowbg { 
	background-color: #ffffff; 
	border: 0px solid #ffffff;
} 

.midheader { 
	font-family: Verdana, Arial; 
	font-size: .8em; 
	font-weight: bold; 
	color: #00AAFF; 
	background-color: #ffffff;
} 

.midheader { 
	font-family: Verdana, Arial; 
	font-size: .8em; 
	font-weight: bold; 
	color: #00AAFF;
} 

.footnote {
	font-family: Verdana, Arial;
	font-size: .7em;
	text-align: center;
} 

.bodybg { 
	background-color: #FFFFFF; 
	color: #333333;
} 

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333 margin: 0px;
} 

textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	background-color: #FBFEFF; 
	color: #333333 margin: 1px; 
	padding: 2px; 
	border:solid black 1px;
} 

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FBFEFF;
	color: #333333 margin: 0px; 
	padding: 0px;
} 

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 12pt;
}

ul {
	list-style-type: disc;
	list-style-position: outset;
}

.testoerrore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F00;
}

