#Body
{
	overflow-y: scroll;
}
html 
{
	background: #ffffff;
}
a:focus, a:hover, a:active
{
	outline: none;
}

/* Remove padding, border, margin... from generic classed elements */
table, tr, td
{
	padding: 0;

}

img
{
	border: none;
}

p
{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.Normal
{
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
}

h3
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

.borderPosition
{
	padding: 5px;
}

#ContentPane
{
	padding: 0 10px 0 10px;
	width: 100%;
}

.Head, h2
{
	font-family: Arial;
	font-size: 17px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3d2f22;
}


#ControlPanel .SubHead, .ControlPanelHead
{
	color: Black;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover
{
	color: Black;
}

#dnn_dnnLOGIN_cmdLogin, #dnn_dnnLOGIN_cmdLogin .SkinObject, .SkinObject, a.SkinObject:link, a.SkinObject:visited, a.SkinObject:active, a.SkinObject:hover, a:link, a:active, a:visited, a.CommandButton:visited, a.CommandButton:link, a.CommandButton:active
{
	color: #000000;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
}

#dnn_dnnLOGIN_cmdLogin:hover, #dnn_dnnLOGIN_cmdLogin .SkinObject:hover, a.CommandButton:hover, a:hover
{
	color: #808080;
}

.headerPosition
{
	padding-top: 3px;
}

/* Menu Items */
.footer, a.footer:link, a.footer:visited, a.footer:active
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}

a.footer:hover
{
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
}

/* Header Links */
ul.social li
{
	display: inline-block;
}

ul.social li a:link, ul.social li a:visited, ul.social li a:active
{
	text-align: -999em;	
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	height: 30px;

	background: url(images/social.png) no-repeat;
}

ul.social li a.Facebook:link, ul.social li a.Facebook:visited, ul.social li a.Facebook:active
{
	background-position: -220px -43px;
	width: 75px;
}
ul.social li a.YourPhotos:link, ul.social li a.YourPhotos:visited, ul.social li a.YourPhotos:active
{
	background-position: -73px -43px;	
	width: 89px;
}
ul.social li a.Blog:link, ul.social li a.Blog:visited, ul.social li a.Blog:active
{
	width: 53px;
	background-position: -163px -43px;
}

ul.social li a.Contact:link, ul.social li a.Contact:visited, ul.social li a.Contact:active
{
	width: 72px;
	background-position: 0px -43px;
}

ul.social li a.Facebook:hover
{
	background-position: -220px -1px;
}

ul.social li a.YourPhotos:hover
{
	background-position: -73px -1px;
}
ul.social li a.Blog:hover
{
	background-position: -163px -1px;
}
ul.social li a.Contact:hover
{
	background-position: 0px -1px;
}

/* Blog Css */
.blog_body
{
	font-family: Arial;
	font-size: 14px;
}

div.blog_body p
{
	margin: 0px;
	padding: 0px;
}

.blog_footer
{
	border: none;
	padding-bottom: 0px;
}

/* Gallery Specific CSS */

.PG_DIV_MAINVIEW 
{
	width: 972px;
	height: 453px;
	border-style: none;
}

.PG_WRAPPER
{
	max-height:190px;
	max-width: 950px;
	_max-width: 972px;
	min-height:190px;
	min-width:950px;
	_min-width:972px;
	width: 950px;
	_width: 972px;
	height: 190px;
	padding: 10px;
	background-color: Black;
}

.Valice_Picture_GalleryContent
{
	width: 972px;
}

.PG_TD, .PG_TD_HOVER, .PG_TDCLEAR
{
	width: 133px;
	min-width: 133px;
	max-width: 133px;
	height: 62px;
	min-height: 62px;
	max-height: 62px;
	border-bottom: 4px solid gray;
	border-top: 4px solid gray;
	border-right: 4px solid gray;
	border-left: 4px solid gray;

}

.PG_CONTAINER
{
	width: 636px;
	height: 189px;
}

.PG_MAIN_TABLE
{
	background-color: Gray;
}

.PG_INNDERPIC
{
	width: 133px;
	min-width: 133px;
	max-width: 133px;
	height: 62px;
	min-height: 62px;
	max-height: 62px;
}

.PG_HOVERIMAGE
{
	width: 237px;
	height: 110px;
}

.PG_INFO
{
	display: none;
}

.PG_INFODIV
{
	height: 110px;
	max-height: 110px;
	max-width: 237px;
	min-height: 110px;
	min-width: 237px;
	width: 237px;
	border: none;
	background-color: transparent;
}

.PG_MEDIUM_TABLE
{
	padding-left: 0px;
	padding-top: 0px;
}

.PG_HOVER_PREVIEW
{
	padding-left: 18px;
	_padding-left: 20px;
}

.PG_MEDIUM_TABLE_WRAPPER
{
	vertical-align: top;
	padding-top: 33px;
	_padding-top: 38px;
	background-color: Black;
}

.PG_PIC_MAINVIEW
{
	width: 972px;
	height: 453px;
}
/* Admin stuff */

.SubMenu_RootMenuItem
{
	padding: 0px 5px;
}

.GalleryContent
{
	padding: 15px 0px;

}

.GalleryContent tr
{
	padding: 10px 0px;
}

.Gallery_Contents
{
	width: 604px;
}


