/**
 * @author: jarek lenik
 **/

body, html {
	background-color: #B3D234; 
	margin: 0; 
	padding: 0; 
	height: 100%;
	}
	
	body {
		background: url(img/int/bgr.gif) no-repeat center center;
		color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		}
		
a:link, 
a:visited,
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #c9f514;
	}
	a:hover { text-decoration: underline; }

#bodyContainer a:link, 
#bodyContainer a:visited,
#bodyContainer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #c9f514;
	padding: 2px 4px 2px 0;
	}
	#bodyContainer a:hover { background-color: #353828; color: #fff; }

a img { border: 0; }

ul {
	margin: 10px 0;
	padding-left: 20px;
	}
	
	ul li { 
		margin: 3px 0;
		}

		h1, h2, h3, h4 { 
			font-family: Arial, Helvetica, sans-serif;
			margin: 0; padding: 0;
			margin-top: 10px;
			font-weight: normal !important;
			line-height: 120%;
			}

			
			








/* forms ************************************************************************************************** */

.formOnContentBox { margin-top: 20px; }
.formOnContentBox2 { margin-top: 10px; }

.formRow { 
	width: 400px; float: left;
	padding: 5px 0;
	}

	.formRow .formDesc { 
		float: left; display: block; width: 130px; padding-right: 5px;
		clear: both;
		}

	.formRow .formInputs { 
		float: left; display: block; width: 240px; 
		}
		.formInputs label { 
			float: left; display: block; width: 170px;
			margin-bottom: 4px;
			}

	
	input,
	select,
	textarea { 
		font-family: Tahoma, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		color: #838274;
		background-color: #000;
		border: 1px solid #666;
		}
		
		select { 
			width: 200px;  
			}
		
		textarea.taMedium { 
			width: 240px; height: 100px; 
			background-color: #000;
			border: 1px solid #666;
			}
		input.txt { 
			width: 200px;  
			background-color: #000;
			border: 1px solid #666;
			}
		input.btn { 
			width: 75px; height: 20px; 
			background-color: #B0CF37;
			border: 0;
			margin: 0; padding: 0;
			color: #fff;
			}
		input.btnContact { 
			background-color: #B0CF37;
			color: #272727;
			font-weight: bold;
			}



.error { color: #fff !important }







/* calendar ---------------------------------------------------------------------------------------------------------- */
	
	#testdiv, 
	#testdiv td, 
	#testdiv div { 
		font-size: 8px !important;
		font-family: Tahoma, Arial, Helvetica, sans-serif !important;
		background-color: #fff;
		}
		
	#testdiv1 table { 
		border: 1px solid #9DC5DF !important;
		}
	
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation {
		background-color: #D6E7F2;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		color: #0069AA;
		font-weight: bold;
		}
	
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText {
		padding: 1px;
		font-size: 9px !important;
		}
		
		.TESTcpMonthNavigation, .TESTcpMonthNavigation a {
			padding: 1px;
			background-color: #9DC5DF;
			color: #fff !important;
			}
	
	TD.TESTcpDayColumnHeader {
		text-align: right;
		border: solid thin #D6E7F2;
		border-width: 0 0 1px 0;
		background: #D6E7F2;
		}
	
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate {
		text-align: right;
		text-decoration: none;
		}
	
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled {
		color: #D0D0D0 !important;
		text-align: right;
		text-decoration: line-through;
		}
	

	.TESTcpCurrentMonthDate {
		color: #D6E7F2;
		font-weight: bold;
		}
	
	.TESTcpCurrentDate {
		color: #B71A1F !important;
		font-weight: bold;
		}
	
	.TESTcpOtherMonthDate { 
		color: #9DC5DF !important; 
		}
	
	TD.TESTcpCurrentDate {
		color: #0069AA;
		background-color: #F2F7FB;
		border: solid 1px #F2F7FB;
		}
	
	TD.TESTcpCurrentDateDisabled {
		border-width: 1px;
		border: solid thin #FFAAAA;
		}
	
	
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled {
		border: solid thin #D6E7F2;
		border-width: 1px 0 0 0;
		background: #D6E7F2;
		}
		
		A.TESTcpTodayText,
		SPAN.TESTcpTodayTextDisabled { 
			height: 20px; 
			}
	
		A.TESTcpTodayText {
			color: #0069AA;
			font-weight: bold;
			}
	
		SPAN.TESTcpTodayTextDisabled { 
			color: #D0D0D0; 
			}
	
	.TESTcpBorder {
		border: #D6E7F2 solid 1px !important;
		}
		
		.TESTcpBorder table { 
			width: 150px;
			}












