@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url('images/bg.jpg');
	font-family: tahoma, sans-serif;
	font-size: 9pt;	
}

#header {
	border-bottom: 1px solid #06030A;
	width: 770px;
	height: 128px;
	background-image: url('images/header_bg.jpg');
}

#content {
	border-left: 1px solid #06030A;
	border-right: 1px solid #06030A;
	background-color: #ffffff;
	width: 772px;
}

#footer {
	background-color: #ffffff;
	padding: 5px;
	border-bottom: 1px solid #06030A;
	border-left: 1px solid #06030A;
	border-right: 1px solid #06030A;
}

#register th {
	padding: 4px;
	font-size: 16px;
	border-bottom: 1px solid #06030A;
}

#register td {
	padding: 2px;
}

#confirm th {
	padding: 4px;
	font-size: 16px;
	border-bottom: 1px solid #06030A;
}

#confirm td {
	padding: 2px;
}

#settings th {
	padding: 4px;
	font-size: 16px;
	border-bottom: 1px solid #06030A;
}

#settings td {
	padding: 2px;
}

#events th {
	padding: 4px;
	font-size: 16px;
	border-bottom: 1px solid #06030A;
}

.message {
	padding: 10px;
}

.event_header {
	padding: 4px;
	font-size: 16px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	text-align: left;
}

.event_description {
	padding: 4px;
	font-size: 14px;
	text-align: left;
}

.event_footer {
	padding: 2px;
	font-size: 12px;
	border-top: 1px solid #f5f5f5;
	text-align: left;
}

#profile th {
	padding: 4px;
	font-size: 16px;
	border: 1px solid #cccccc;
	background-color: #f5f5f5;
}

#profile p {
	margin: 0;
	padding: 5px;
}

#profile_box {
	padding: 5px;
}

#profile td {
	padding: 2px;
}

#manage_gallery th {
	padding: 4px;
	font-size: 16px;
	border-bottom: 1px solid #06030A;
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

#image_container {
	width: 650px;
	margin: 0 auto;
	text-align: center;
	padding-left: 30px
}

#image {
	position:relative;
	float: left;
	width: 130px;
	padding: 5px;
	text-align: center;
	height: 150px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
	margin: 5px;
	overflow: hidden;
}

.thumbborder {
	border: 2px solid #ffffff;
}

#image_options {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 130px;
}

#image_options img {
	margin: 2px;
}

#flashcontent {
	border: 1px solid #cccccc;
	width: 760px;	
	height: 550px;			
}

.menu {
	font-family: tahoma, sans-serif;
	font-size:10pt;
	font-weight: light;
	color: #ffffff;
	background-color: #380869;
	padding: 4px;
	height:30px;
}

.menu a:link {
	font-family: tahoma;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
}
.menu a:active {
	font-family: tahoma;
	color: #ffffff;
	font-weight: bold;
}
.menu a:visited {
	font-family: tahoma;
	color: #ffffff;
	font-weight: bold;
}
.menu a:hover {
	font-family: tahoma;
	color: yellow;
	font-weight: bold;
}

.navigation {
	font-family: tahoma, sans-serif;
	font-size:11px;
	font-weight: light;
	color: #ffffff;
	background-color: #380869;
	padding: 4px;
	height:30px;
	text-decoration: none;
}

.navigation a:link {
	font-family: tahoma;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: none;
	font-size:11px;
}
.navigation a:active {
	font-family: tahoma;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}
.navigation a:visited {
	font-family: tahoma;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}
.navigation a:hover {
	font-family: tahoma;
	color: yellow;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}

form {
	margin: 0;
	padding: 0;
}

.border {
	border: 1px solid #eeeeee;
}

.pad {
	padding: 5px;
}

.textbox {
	background-color: #ffffff;
	border: 1px solid #06030A;
	font-family: tahoma, sans-serif;
	background-color: #f5f5f5;
	font-size: 10pt;
}

.button {
	background-color: #f5f5f5;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #06030A;
	border-right: 1px solid #06030A;
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 4px;
	margin-right: 4px;
}

.errormsg {
	font-weight: bold;
	color: red;
}

.errormsg h3 {
	padding: 0;
	color: #000000;
}
.errormsg ul {
	padding-left: 10px;
	margin: 1px;
}

.menu .smalltext  {
	font-size: 9px;
	font-weight: normal;
}

/*CSS Flickr style pagination*/
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}

div.pagination a {
	border: 1px solid #cccccc;
	margin-right:3px;
	padding:2px 6px;
	background-position:bottom;
	background-color: #f5f5f5;
	text-decoration: none;
	color: #000000;		
}
div.pagination a:hover, div.meneame a:active {
	border: 1px solid #000;
	background-image:none;
	background-color:#380869;
	color: #fff;
}
div.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	
	font-weight: bold;
	color: #000000;
}
div.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #cccccc;
}