/************************  Section style settings  ************************/

.SectionTitle {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			0px;
}

.SectionContent {
	padding: 			5px 20px 0px 15px;
	margin: 			0px 0px 0px 0px;
	text-align:			left;
	border-top: 1px solid #CCCCCC;
}

.SectionContent A:LINK {
	text-decoration: 	none;
}

.SectionContent A:VISITED {
	text-decoration: 	none;
}

.SectionContent A:HOVER {
	text-decoration: 	underline;
}

.SectionContent A:ACTIVE {
	text-decoration: 	none;
}

/************************  Paragraph style settings  ************************/

.ParagraphContent {
	font-family:     	Verdana, Arial, Helvetica, sans-serif;
	font-size:        	12px;
	font-weight: 		normal;
	margin-bottom: 		20px;
	line-height:		20px;
	color:				#333333;
	border: 			0px solid black;
	padding:			0px;
	padding-top:		0px;
	text-align: 		justify;	
}

.ParagraphContent A:LINK {
	text-decoration: 	none;
	font-weight:		normal;
	color:				#3399cc;
}

.ParagraphContent A:VISITED {
	text-decoration: 	none;
	font-weight:		normal;
	color:				#3399cc;
}

.ParagraphContent A:HOVER {
	text-decoration: 	underline;
	font-weight			: normal;
	color				: #3399cc;
}

.ParagraphTitle {
	font-family:     	Verdana, Arial, Helvetica, sans-serif;
	font-size:        	11px;
	font-weight: 		bold;
	color:				#000080;
	padding-top:		10px;
	line-height:		13px;
}

.ParagraphText {
	font-family:     	Verdana, Arial, Helvetica, sans-serif;
	font-size:        	11px;
	font-weight: 		normal;
	color:				#000080;
	padding-top:		0px;
	padding-right:		10px;
	padding-bottom:		0px;
	padding-left:		110px;
	text-align:			left;
	vertical-align:		top;
	line-height:		13px;
}

.ParagraphImageLeft {
	margin: 			1px 6px 6px 0px;
	border:				1px solid #000080;
}

/************************  Gallery popup style settings  ************************/

.GalleryPopupBody {
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
	text-align:			center;
	width:				100%;
	color: 				#000000;
	font-family:		Helvetica, Arial, sans-serif;
	font-size: 			11px;
	font-weight:		bold;
}

.GalleryPopupImage {
	margin:				5px 0px 5px 0px;
	border:				1px solid #333333;
}

.GalleryPopupNavigation_Table {
	width:				100%;
	border:				0px solid #FFFFFF;
	margin-left:		auto;
	margin-right:		auto;
}

.GalleryPopupNavigation_Title {
	text-align:			center;
	border:				1px solid #333333;
	color:				#333333;
}

.GalleryPopupNavigation_Info {
	width:				50px;
	text-align:			center;
	border:				1px solid #333333;
	color:				#333333;
	background-color:	#666666;
}

.GalleryPopupNavigation_Previous {
	padding:			0px;
	margin:				0px;
	text-align:			center;
	width:				50px;
	border:				1px solid #333333;
	color:				#333333;

}

.GalleryPopupNavigation_Previous a, .GalleryPopupNavigation_Previous a:link, .GalleryPopupNavigation_Previous a:active, .GalleryPopupNavigation_Previous a:visited,.GalleryPopupNavigation_Previous a:hover {
	display:			block;
	padding:			0px;
	margin:				0px;
	width:				100%;
	height:				100%;
	line-height:		20px;
	color:				#FFFFFF;
	background-color:	#666666;
	text-decoration:	none;
}

.GalleryPopupNavigation_Previous a:hover {
	color:				#333333;
	background-color:	#999999;
}

.GalleryPopupNavigation_Next {
	padding:			0px;
	margin:				0px;
	text-align:			center;
	width:				50px;
	border:				1px solid #333333;
	color:				#333333;
}

.GalleryPopupNavigation_Next a, .GalleryPopupNavigation_Next a:link, .GalleryPopupNavigation_Next a:active, .GalleryPopupNavigation_Next a:visited, .GalleryPopupNavigation_Next a:hover {
	display:			block;
	line-height:		20px;
	padding:			0px;
	margin:				0px;
	width:				100%;
	height:				100%;
	color:				#FFFFFF;
	background-color:	#666666;
	text-decoration:	none;
}

.GalleryPopupNavigation_Next a:hover {
	color:				#333333;
	background-color:	#999999;
}

.GalleryPopupNavigation_Close {
	text-align:			center;
	width:				50px;
	border:				1px solid #333333;
	background-color:	#999999;
	color:				#333333;
}

.GalleryPopupDescription {
	width: 				300px;
}


.GalleryParagraphCell {
	padding-right: 		5px;
	padding-bottom: 	5px;
}

/****************  Form, buttons and fields style settings  ***************/

.FormFieldTitleCell {
	padding-top:  		1px;
	padding-bottom:		1px;
	padding-right: 		10px;
	height:				20px;
	vertical-align: 	top;
	text-align : 		left;
}

.FormTable {

}

.FormRow {

}

.FormFieldText {
	font-weight:      	normal;
	background-color: 	#FFFFFF;
	padding:  			1px 3px 1px 3px;
	border: 			1px solid #333333;
	height:				15px;
	width:				250px;
	vertical-align: 	middle;
	text-align:   		left;
}

.FormFieldRadio {

}

.FormFieldRadioCell {
	width: 				100px;
}

.FormFieldCheckbox {

}

.FormFieldSelect {
	font-weight:      	normal;
	background-color: 	#FFFFFF;
	padding-top:    	1px;
	padding-bottom: 	1px;
	padding-left:   	3px;
	padding-right:  	3px;
	border: 			1px solid #333333;
	width:				150px;
	vertical-align:		top;
	text-align :      	left;
}

.FormFieldTextarea {
	background-color: 	#FFFFFF;
	font-weight:      	normal;
	padding-top:    	1px;
	padding-bottom: 	1px;
	padding-left:   	3px;
	padding-right:  	3px;
	border: 			1px solid #333333;
	width:				250px;
	vertical-align:		top;
	text-align :      	left;
}

.FormButtonSubmit {
	background-color: 	#FFFFFF;
	font-weight:      	bold;
	cursor: 			pointer;
	text-align :      	center;
	padding-top:    	1px;
	padding-bottom: 	1px;
	padding-left:   	3px;
	padding-right:  	3px;
	border: 			1px solid #333333;
	height:				19px;
	width:				100px;
	vertical-align:		middle;
}

.FormError {
	font-size:        	11px;
	color:            	#FF0000;
	font-weight:      	bold;
}
