/* CSS Document */

/* /////////////////////////////////
// Global Settings
// ////////////////////////////////*/
body {
	margin: 0;
	background: #000000;
	color: #CCCCCC;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
}
input {
	border-radius: 6px;
	border: solid 1px;
}
textarea {
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
}
select {
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	/*background: #000000;*/
	/*color: #CCCCCC;*/
	border: solid 1px #333333;
}

/* /////////////////////////////////
// User Control Panel - TopBar (hidden)
// ////////////////////////////////*/
#user_control {
	position: absolute;
	width: 99%;
	background: transparent;
	border: 2px solid transparent;
	border-bottom-color: #333333;
	height:32px;
	z-index: 3;
}
.userBar {
	position: relative;
	float: left;
	margin: 4px;
	top: 0px;
}
#main_frame {
	position:relative;
	margin: auto;
	width: 1000px;
}
#header {
	position: relative;
	height: 100px;
	width: 800px;
}

/* LOGIN POPUP */
#login_popup {
	position:absolute;
	top:0px;
	right:0px;
	width:190px;
	height:100px;
	z-index:3;
	font-size: 12px;
	color: #999999;
	visibility:hidden;
}
#login_popup input {
	/*background: #000000;*/
	border: #333333 solid 1px;
	border-radius: 5px;
	/*color: #B2FF19;*/
}
#message_invalLogin {
	color: #FF0000;
}

/* NAV BAR */
#navBar {
	position: relative;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navBar input {
	/*background: #000000;*/
	border: #333333 solid 1px;
	border-radius: 5px;
	/*color: #B2FF19;*/
	font-size: 10px;
}

/* ---------- TOP ART AREA ---------- */
#topart {
	position: relative;
	/*background:#333333;*/
}
.topart_img {
	background: center no-repeat;
	height:100%;
	width:100%;
}
.ta_hide {
	position: absolute;
	background: url(../images/layout/0/common_hide_project.gif) repeat;
	border-radius: 10px;
	opacity:0.6;
		filter:alpha(opacity=60);
}
.ta_hide_text {
	position: absolute;
	bottom: 8px;
	right: 8px;
	width: 80px;
	background: #333333;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-radius: 8px;
}
.ta_img_bg {
	position: absolute;
	background: url(../images/projects/project_temp.png) no-repeat center;
	/*color: #FFFFFF;*/
	border-radius: 10px;
}
.ta_box {
	position:absolute;
	background: center no-repeat;
	width:100%; 
	height:100%;
	cursor:pointer;
	padding: 2px;
	border: solid 2px transparent;
	left: -4px;
	top: -4px;
	border-radius: 16px;
}
.ta_box:hover {
	border: 2px solid;
}
.ta_img {
	background: center no-repeat;
	width:100%; 
	height:100%;
	cursor:pointer;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
}

/*topart image rollover*/
.ta_img_title_bg {
	position: absolute;
	background: #000000;
/*	width: 145px;*/
	padding: 5px 10px 5px 10px;
	border: 2px solid;
	border-radius: 8px;
	opacity:1.0;
		filter:alpha(opacity=100);
	z-index: 2;
}

/* FOOTER */
#footer {
	position: relative;
	margin-right: 10px;
	font-weight: bold;
	text-align: right;
}

/* /////////////////////////////////
// EDIT STYLES - All Pages
// ////////////////////////////////*/
/*-----------------
EDIT STYLES
colors:
Green = A2FF00
------------------*/
/* edit text */
.ta_edit, .ta_add {
	position: absolute;
	padding: 4px;
	padding-right:10px;
	padding-left:26px;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/layout/0/common_icon_edit.gif) no-repeat center left #111111;
	border: 0px #555555 solid;
	height: 17px;
	border-radius: 8px;
	top: 4px;
	right: 4px;
	cursor:pointer;
	z-index: 2;
	opacity:0.3;
		filter:alpha(opacity=30);
}
.ta_add {
	background-image: url(../images/layout/0/common_icon_add.gif);
}
.ta_edit:hover, .ta_add:hover {
	color: #A2FF00;
	opacity:1.0;
		filter:alpha(opacity=100);
}
.thumb_change {
	position: absolute;
	top: 4px;
	right: 4px;
	padding:5px;
	padding-left:26px;
	background: url(../images/layout/0/common_icon_thumb.gif) no-repeat center left #111111;
	color: #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	cursor:pointer;
	z-index: 2;
	opacity:0.4;
		filter:alpha(opacity=40);
}
.thumb_change:hover {
	/*background-image: url(../images/layout/0/common_icon_thumb_over.gif);*/
	color: #A2FF00;
	opacity:1.0;
		filter:alpha(opacity=100);
}
.ta_change {
	position: relative;
	margin: auto;
	left: -14px;
	padding: 10px;
	background: #000000;
	border: 2px solid #54B500;
	border-top-color:#A2FF00;
	border-bottom-color: #A2FF00;
	border-radius: 8px;
	text-align: center;
	z-index: 3;
	visibility: hidden;
}

/* edit images */
.img_edit {
	position:absolute;
	margin: 5px;
	padding:5px;
	font-size: 10px;
	font-weight: bold;
	color: #A2FF00;
	background-color: #333333;
	border: solid 1px #000000;
	cursor:pointer;
}
.img_edit:hover {
	color: #FFFFFF;
	background-color: #111111;
}

/* edit_forms */
.edit_form input {
	/*background: #333333;*/
	font-weight: bold;
}
/*-----------------
 GREEN N BLACK COLORS
-------------------*/
/* header */
#hdr_banner {
	position: relative;
	background: left no-repeat;
	width: 500px;
	height: 100px;
}
#hdr_rating {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #333333;
	width: 190px;
	height: 100px;
}
.menu {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 128px;
	height: 25px;
	color: #999999;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid transparent;
}
.menu:hover {
	border: 2px solid #54B500;
	border-top-color:#A2FF00;
	border-bottom-color: transparent;
	border-radius: 8px;
	cursor: pointer;
	color:#A2FF00;
	font-weight: bold;
	z-index: 2;
}


/* text */
.title_text {
	font-weight: bold;
	text-decoration: none;
}
.title_break {
	background: url(../images/layout/0/common_titleBreak.jpg) no-repeat;
	height:1px;
	position: relative;
	left: -7px;
	margin-top:5px;
	margin-bottom:5px;
}
.page_break_horiz {
	background:url(../images/layout/0/common_horizontalBreak.jpg) no-repeat;
	height:1px;
	position: relative;
	margin: auto;
	margin-top:5px;
	margin-bottom:5px;
}
.note_text {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.text {
	font-size: 14px;
}