body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.small_text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.dot_underlined {
	border-bottom: 1px dotted black;
}
p {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: justify;
}
p.warning {
	font-family: Tahoma;
	font-size: 10px;
	color: #E47E01;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
p.padded {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	margin: 0px;
	padding: 5px;
	padding-left: 40px;
}
p.padded_right {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	margin: 0px;
	padding: 5px;
	padding-right: 40px;
	padding-left: 10px;
}
.topmenu {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9px;
	color: #858585;
}
.green {
	color: #6da04b;
}
.under_photo {
    color: #FFFFFF;
}
.header {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
.header2 {
	color: #999999;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
}
.q_photos {
    font-size: 8px;
    color: #000000;
    font-style: italic;
}
a {
	color: #6DA04B;
	text-decoration: underline;
}
a:hover {
	color: #E47E01;
	text-decoration: underline;
}
a.topmenu {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9px;
	color: #858585;
	text-decoration: none;
}
a.topmenu:hover {
	color: #E47E01;
	text-decoration: underline;
}
a.under_photo {
    color: #FFFFFF;
	text-decoration: none;
}
a.under_photo:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.orange {
	color: #e47e01;
	text-decoration: none;
}
a.orange:hover {
	color: #e47e01;
	text-decoration: underline;
}
.blockname {
	color: #999999;
	font-weight: bold;
	font-size: 9px;
}
.tab_line1 {
	background-color: #F5F5F5;
}
.tab_line2 {
	background-color: #EAEAEA;
}
.tab_header {
	background-color: #00C800;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
a.tab_header {
	color: #FFFFFF;
	text-decoration: none;
}
a.tab_header:hover {
	color: #E47E01;
	text-decoration: none;
}
.button {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 10px;
}
.input {
	font-family: Tahoma;
	font-weight: normal;
	color: #555555;
	font-size: 10px;
	width: 130px;
}
textarea {
	font-family: Tahoma;
	font-weight: normal;
	color: #555555;
	font-size: 10px;
}
#login-form {
	position: absolute;
	top: 100px;
	left: 0px;
	display: none;
	width: 100%;
	z-index: 66;
}
#login-form-shadow {
	position: absolute;
	top: 105px;
	left: 0px;
	display: none;
	width: 100%;
	z-index: 65;
}
.login-header {
	background-color: #00C800;
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}
td.loginForm						{border: 1px solid #555555; background-color: #FFFFFF;}
td.loginForm	form table			{margin: 0px; padding: 0px;}
#warning-window {
	position: absolute;
	top: 380px;
	left: 0px;
	display: none;
	width: 100%;
	z-index: 66;
}
#warning-window-shadow {
	position: absolute;
	top: 385px;
	left: 0px;
	display: none;
	width: 100%;
	z-index: 65;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #777777;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=5);
}

.photo_big {
    border: 1px solid #6DA04B;
    background-image: url(/resources/images/photo_loading.gif);
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
}
.photo_small {
    border: 1px solid #6DA04B;
    background-color: #F5F5F5;
}
H2.album_t {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	color: #6da04b;
	text-align: center;
}
H1.photo_d {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
