/************************  Section style settings  ************************/

.SectionContent {
	padding: 			30px;
	padding-top:		20px;
	padding-bottom:		0px;
	text-align:			left;
}


/************************  Paragraph style settings  ************************/

.ParagraphContent {
	font-family:     	Verdana, Arial, Helvetica, sans-serif;
	font-size:        	12px;
	font-weight: 		normal;
	line-height:		20px;
	color:				#14377b;
	border: 			0px solid black;
	padding:			0px;
	margin:				0px;
	margin-bottom: 		20px;
	text-align: 		left;	
}

.ParagraphContent A:LINK, .ParagraphContent A:VISITED, .ParagraphContent A:HOVER, .ParagraphContent A:ACTIVE {
	text-decoration		: underline;
	font-weight			: normal;
	color				: #000000;
}

.ParagraphContent A:HOVER {
	text-decoration		: underline;
	font-weight			: normal;
	color				: #ffffff;
}

/************************  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;
}

.GalleryPopupTable {
	width:				100%;
	border:				0px solid #FFFFFF;

}

.GalleryPopupImage {
	
	
}

.GalleryPopupInfo {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
	padding-top:		1px;
	padding-left:		10px;
	color:				#333333;
}

.GalleryPopupMoreInfo {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight: 		bold; 
	color:				#484848;
	
}

.GalleryPopupPhotoTitle H1{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#000000;
}

.GalleryPopupTitleSeparator{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	width:				1px;
}

.GalleryPopupPargTitle H2{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
	color:				#484848;
	display:			block;
}

.GalleryPopupPrevious {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupNext {
	width:				40px;
	height:				40px;
	border:				1px solid #CCCCCC;
	cursor: 			pointer
}

.GalleryPopupGotoSite {
	width:				60px;
	height:				40px;
	border:				1px solid #CCCCCC;
	margin-bottom:		5px;	
}

.GalleryPopupToolTipAuthorTitle{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipAuthor{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.GalleryPopupToolTipDescriptionTitle{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight:		bold;
}

.GalleryPopupToolTipDescription{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	
}

.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 {
	background-color: 	#FFFFFF;
	padding:  			1px;
	border: 			1px solid #14377B;
	color:				#14377B;
	height:				15px;
	width:				250px;
	vertical-align: 	middle;
	text-align:   		left;
	background-image:	url('../images/Template/bg_input.png');
	background-repeat:	repeat-x;
}

.FormFieldRadio {
}

.FormFieldRadioCell {
	width: 				100px;
}

.FormFieldRadioCell UL {
	padding:			2px;
	margin:				0px;
}

.FormFieldRadioCell UL LI {
	padding:			0px;
	margin:				0px;
	list-style:			none;
}

.FormFieldCheckbox {
}

.FormFieldSelect {
	background-color: 	#FFFFFF;
	padding:    		1px;
	border: 			1px solid #333333;
	width:				150px;
	vertical-align:		top;
	text-align :      	left;
}

.FormFieldTextarea {
	background-color: 	#FFFFFF;
	font-weight:      	normal;
	padding:    		1px;
	border: 			1px solid #14377B;
	color:				#14377B;
	height:				100px;
	width:				250px;
	vertical-align:		top;
	text-align :      	left;
	background-image:	url('../images/Template/bg_input.png');
	background-repeat:	repeat-x;
}

.FormButtonSubmit {
	background-color: 	#FFFFFF;
	font-weight:      	bold;
	cursor: 			pointer;
	text-align :      	center;
	padding: 		   	1px;
	border: 			1px solid #14377B;
	color:				#14377B;
	height:				19px;
	vertical-align:		middle;
	background-image:	url('../images/Template/bg_button.png');
	background-repeat:	repeat-x;
	font-size:			11px;
}

.FormError {
	font-size:        	11px;
	color:            	#FF0000;
	font-weight:      	bold;
}

.FormTanksDiv {

}

.FormBackLink {

}

/************************  Menu style settings  ************************/


/************************  Menulink style settings  ************************/
.MenuContent {
	margin: 			0px;
	padding:			0px;
	list-style:			none;
	background-color:	#36538b;
}

.MenuLink {
	margin: 			0px;
	padding:			0px;
	width:				100%;
	list-style:			none;
	border-top: 		1px solid #8092b6;
	border-bottom:		1px solid #14377b;
}

.MenuLink A:LINK, .MenuLink A:VISITED, .MenuLink A:HOVER, .MenuLink A:ACTIVE {
	position:			relative;
	display: 			block;
	padding: 			3px;
	padding-left: 		5px;
	margin:				0px;
	color:				#FFFFFF;
	text-decoration:	none;
}

.MenuLink A:HOVER {
	border: 0px solid red;
	background-image:url(../images/Template/bg_menu_hover.png);
	background-repeat:repeat-x;
}

/************************  MenuActive style settings  ************************/

.MenuLinkActive {
	margin: 			0px;
	padding:			0px;
	list-style:			none;
}

.MenuLinkActive A:LINK, .MenuLinkActive A:VISITED, .MenuLinkActive A:HOVER, .MenuLinkActive A:ACTIVE {
	display: 			block;
	position:			relative;
	padding:			3px;
	padding-left: 		5px;
	margin:				0px;
	color:				#000000;
	font-weight:		bold;
	text-decoration:	none;
	border-top: 		1px solid #8092b6;
	border-bottom:		1px solid #14377b;
	background-color:	#b9c0d0;
}

/************************  SubMenu style settings  ************************/
.SubMenuContent {
	margin: 			0px;
	padding:			0px;
	list-style:			none;
	background-color:	#d8e0f2;
}

.SubMenuLink {
	margin: 			0px;
	padding:			0px;
	width:				100%;
	list-style:			none;
	border-top: 		1px solid #FFFFFF;
	border-bottom:		1px solid #14377b;
}

.SubMenuLink A:LINK, .SubMenuLink A:VISITED, .SubMenuLink A:HOVER, .SubMenuLink A:ACTIVE {
	display: 			block;
	padding: 			3px;
	padding-left:		5px;
	margin:				0px;
	color:				#14377b;
	text-decoration:	none;
}

.SubMenuLink A:HOVER {
	background-image:url(../images/Template/bg_submenu_hover.png);
	background-repeat:repeat-x;
}

/************************ SubMenuActive style settings  ************************/

.SubMenuLinkActive {
	margin: 			0px;
	padding:			0px;
	width:				100%;
	list-style:			none;
	border-top: 		1px solid #FFFFFF;
	border-bottom:		1px solid #14377b;
}

.SubMenuLinkActive A:LINK, .SubMenuLinkActive A:ACTIVE, .SubMenuLinkActive A:HOVER, .SubMenuLinkActive A:VISITED {	
	display: 			block;
	padding: 			3px;
	padding-left:		5px;
	margin:				0px;
	color:				#000000;
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#FFFFFF;
}

/************************  SubSubMenu style settings  ************************/
.SubSubMenuContent {
	margin: 			0px;
	padding:			0px;
	list-style:			none;
	background-color:	#d8e0f2;
}

.SubSubMenuLink {
	margin: 			0px;
	padding:			0px;
	width:				100%;
	list-style:			none;
	border-top: 		1px solid #FFFFFF;
	border-bottom:		1px solid #14377b;
}

.SubSubMenuLink A:LINK, .SubSubMenuLink A:VISITED, .SubSubMenuLink A:HOVER, .SubSubMenuLink A:ACTIVE {
	display: 			block;
	padding: 			3px;
	padding-left:		5px;
	margin:				0px;
	color:				#14377b;
	text-decoration:	none;
}

.SubSubMenuLink A:HOVER {
	background-image:url(../images/Template/bg_submenu_hover.png);
	background-repeat:repeat-x;
}

/************************ SubMenuActive style settings  ************************/

.SubSubMenuLinkActive {
	margin: 			0px;
	padding:			0px;
	width:				100%;
	list-style:			none;
	border-top: 		1px solid #FFFFFF;
	border-bottom:		1px solid #14377b;
}

.SubSubMenuLinkActive A:LINK, .SubSubMenuLinkActive A:ACTIVE, .SubSubMenuLinkActive A:HOVER, .SubSubMenuLinkActive A:VISITED {	
	display: 			block;
	padding: 			3px;
	padding-left:		5px;
	margin:				0px;
	color:				#000000;
	font-weight:		bold;
	text-decoration:	none;
	background-color:	#FFFFFF;
}
/*****************/

.MenuFooterDivider {
	color					: #FFFFFF;
	padding-left			: 5px;
	padding-right			: 5px;
}

.MenuFooterLink A, .MenuFooterLink A:LINK, .MenuFooterLink A:VISITED, .MenuFooterLink A:HOVER, .MenuFooterLink A:ACTIVE {
	color					: #FFFFFF;
	text-decoration			: none;
}

.MenuFooterLink A:HOVER {
	text-decoration			 :underline;
}

.MenuFooterLinkActive A, .MenuFooterLinkActive A:LINK, .MenuFooterLinkActive A:VISITED, .MenuFooterLinkActive A:HOVER, .MenuFooterLinkActive A:ACTIVE {
	color					: #FFFFFF;
	text-decoration			 :underline;
}
