/* ==========================================
 * LAYOUT STYLE
 ============================================*/
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ccc;
	color: #444;
}
p {
	margin: 0;
	padding:0;
}
a {
	color: #777;
}
a img {
	border: none;
}
h2 {
	font-family: "Trebuchet MS";
	margin:0;
	padding: 0 0 5px 0;
	color: #333;
	font-weight: bold;
	font-size: 22px;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 450px;
}
#top_menu {
	width: 100%;
	height: 30px;
	background-color: #333333;
}
#top_menu_inside {
	width: 950px;
	margin: 0 auto;
}
#top_menu_inside a {
	color: #dfc545;
	text-decoration: none;
}
#top_menu_inside .left {
	float: left;
	color: #ccc;
	padding-top: 7px;
}
#top_menu_inside .right {
	float: right;
	color: #ccc;
	padding-top: 7px;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
}
#container_top {
	background-image: url('../gfx/header_bg.jpg');
	background-repeat: no-repeat;
}
#container_top_simple {
	background-color: #444;
	height: 90px;
	width: 950px;
	margin-bottom: 20px;
}
#container_top_simple h1{
	float: left;
	color: #fff;
	width: 500px;
	font-size: 40px;
	font-family: Georgia;
	font-weight: normal;
	padding:0;
	margin:20px 0 0 20px;
}
#container_top .logotype{
	padding-left: 20px;
	padding-top: 25px;
}
#container_top_simple .logotype_1 {
	float: right;
	width: 282px;
}
#container_top p {
	color: #777;
	line-height: 20px;
}
#login_box {
	float: right;
	width: 290px;
	padding: 15px;
	color: #d0d0d0;
	margin-top: 0px;
}
#login_box h3 {
	margin: 0;
	padding: 0;
}
#loginbox label {
	line-height: 23px;
}
#loginbutton {
	margin-top: 5px;
	background-image: url('../gfx/login_button.png');
	width: 93px;
	height: 28px;
	border: none;
	text-indent: -1000em;
	float: right;

}
.login_box_right {
	width: 135px;
	float: right;
}
.login_box_left {
	width: 135px;
	float: left;
}
#startpictures {
	background-image: url('../gfx/arrows.png');
	background-repeat: no-repeat;
	background-position: left 50px;
	margin-top: 40px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.startpic2 {
	padding-left:80px;
}
.startpic3 {
	padding-left: 110px;
}
.start_member {
	float: right;
	padding-top: 70px;
	border: none;
}
#container_bottom {
	
	margin: 0 auto;
	height: 157px;
 }
#conatiner_bottom_inside {
 	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url('../gfx/fotter.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 157px;
	padding:20px;
	
 }
#conatiner_bottom_inside a {
	color: #ccc;
	text-decoration: none;
}
#conatiner_bottom_inside a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}
#container_bottom_right {
	width: 200px;
	float: right;
	height: 130px;
	background-image: url('../gfx/box.png');
	background-position: right top;
	background-repeat: no-repeat;
}
#container_bottom_left {
	color: #999;
	margin-top: 45px;
	width: 600px;
	line-height: 21px;
	float: left;
}
#content {
	width: 950px;
	margin-top: 20px;
}
#content_left {
	width: 650px;
	float: left;
}
#content_left h4 {
	font-family: "Trebuchet MS";
	padding:0;
	margin:0;
	font-size: 16px;
	display: inline;
}
#content_right {
	float: right;
	width: 270px;
	border-left: 0px dotted #e9e9e9;
	background-color: #fff;
	padding:0 0 0 0;
}
.content_right_user {
	background-color: #e9e9e9;
	margin: 5px;
	padding: 10px;
	color: #555;
	
}
.content_right_user2 {
	margin: 5px;
	padding: 10px 10px 10px 0;
	color: #ccc;
	margin-bottom: 20px;
}
.content_right_user2 h3 {
	color: #444;
	float: left;
	padding-left: 20px;
}
.content_right_user2 h3 a{
	color: #666;
	text-decoration: none;
	float: left;
	padding-left: 6px;
}
.content_right_user h3 {
	color: #444;
}
.content_right_user h4 {
	margin: 0;
	padding:0;
}
#content_right h3 {
	margin:0;
	padding:0;
}
/* ==========================================
 * TEXT FORMAT STYLE
 ============================================*/
.textbackground {
	background-color: #f7f1d0;
}
/* ==========================================
 * MISC STYLE, clear etc.
 ============================================*/
.break {
	clear: both;
}
/* ==========================================
 * FORM STYLE
 ============================================*/
.login_form {
	width: 125px;
	background-color: #333;
	padding: 3px;
	color: #ccc;
	border: 1px solid #666;
	border-top: 1px solid #000;
}
#registerbox {
	width: 363px;
}
#registerbox label{
	color: #666;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 20px;
}
#registerbutton {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	float: right;
	clear: both;
}
.register_form {
	width: 350px;
	background-color: #f0f0f0;
	padding: 5px;
	color: #666;
	border: 1px solid #e1e1e1;
	border-top: 1px solid #e0e0e0;
	font-weight: normal;
	font-size: 18px;
}
/* ==========================================
 * ERROR & SUCCESS
 ============================================*/
.error {
	padding: 15px;
	background-color: #faf9cb;
	border: 1px solid #f4f28e;
	color: #7d7a0d;
}
.error ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.error ul li {
	margin-bottom: 5px;
}
.successupload {
	padding: 15px;
	background-color: #daef98;
	border: 1px solid #b4df31;
	color: #008000;
}
/* ==========================================
 * Image Style
 ============================================*/
.img_right {
	float: right;
	border: 2px solid #fff;
}
.gallery_picture {
	float: left;
	padding: 5px;
	width: 120px;
	height: 130px;
}
.show_pics {
	float: right;
}
.show_pics ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.show_pics ul li {
	float: left;
	margin-top: 14px;
	padding-left: 17px;
	margin-right: 10px;
	font-size: 11px;
}
.show_pics ul li a {
	text-decoration: none;
	color: #333;
	
}
.show_pics ul li.show_pics_list {
	background-image: url('../gfx/application_view_list.png');
	background-repeat: no-repeat;
}
.show_pics ul li.show_pics_thumb {
	background-image: url('../gfx/application_view_tile.png');
	background-repeat: no-repeat;
}
.show_pics ul li.show_pics_pic {
	background-image: url('../gfx/application_view_gallery.png');
	background-repeat: no-repeat;
}
.user_info_box {
	border-bottom: 1px solid #ccc;
	height: 45px;
	margin-bottom: 5px;
}
.profile_picture {
	vertical-align: middle;
	padding-right: 13px;
}
.user_info_box h2 a{
	text-decoration: none;
	color: #333;
}
.header_gray {
	color: #666;
	font-weight: normal;
}
.show_pic_list {
	list-style: none;
	padding:0;
	margin: 0;
}
.show_pic_list li {
	margin: 0;
	padding:0;
}
.show_pic_list img {
	width: 40px;
	height: 40px;
}
.img_container {
	margin: 0 auto;
	border:none; margin-top: 10px;
	margin-bottom: 10px
}
/* ==========================================
 * Image Style Startpage
 ============================================*/
.startpage_image {
	width: 40px;
	height: 40px;
}
.startpage_gallery_picture {
	width: 40px;
	height: 40px;
	float: left;
	margin: 2px;
}

/* ==========================================
 * TAG Style
 ============================================*/
.tag_view {
	background-color: #e9e9e9;
	padding: 0px;
	font-family:"Trebuchet MS";
	width: 100%;
	text-align: justify;
	line-height: 23px;
}
.span_tags {
	vertical-align: text-bottom;
}
.tag_view a {
	text-decoration: none;
	margin: 0;
	padding:0;
	font-weight: bold;
	vertical-align: text-bottom;
}
.tag_view a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
	color: #f1f1f1;
	background-color: #666;
	margin: 0;
	padding:0;
}
/* ==========================================
 * Pageing Style
 ============================================*/
.pageing_class {
	float: right;
	width: 200px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 4px;
}
.pageing_class a {
	/*
//background-color: #f1f1f1;
	//border: 1px solid #ccc;
	//padding: 2px 6px 2px 6px;
	//text-decoration: none;
*/
}
.pageing_class a.active {
	/*
background-color: #666;
	color: #fff;
*/
}
