/*

	Reiyaa redesigned - 23 April 2010
	
	Colours:
		Carisoprodol									-	#6C7479
			Dark Carisoprodol							-	#60676c
		
		Lisinopril										-	#B2C0CD
			Frozen Ocean Blue							-	#93ADC1
			Thistle										-	#C3D0E4

			Grey Lisinopril								-	#c0c0c0
				Grey Frozen Ocean Blue					-	#aaaaaa
				TGrey histle							-	#d4d4d4

		Imdur											-	#F9F9F9
		
		Nuetral blah									-	#D7D4C7
			Light Nuetral blah							-	#ebe9e3
		
*/

body{
	margin:0;
	padding:0;
	background:#F9F9F9;
	font-size:11px;
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}

#container{
	padding-bottom:50px;
}

#branding h1{
	margin:0;
	padding:0;
}

#branding h1 a{
	display:block;
	width:200px;
	height:80px;
	background:url('../images/logo.png') no-repeat top left;
	text-indent:-9999px;
}

#branding h2{
	display:none;
}

#navigation{

	float:left;

	margin-top:50px;
	margin-left:8px;
	margin-right:8px;
	width:200px;
}

.navigation_box{
	margin:5px 5px 10px 5px;
	border:1px solid #D7D4C7;
	background:#fff;
	border-radius: 3px;
}

.navigation_box h3{
	margin:0;
	color:#fff;
	background:#6C7479;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	border-bottom:2px solid #60676c;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.navigation_box ul{
	margin:0;
	padding:0;
	list-style:none;
}

.navigation_box a{
	display:block;
	color:#888;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	text-shadow:#fff 1px 1px 1px;
}

.navigation_box a:hover{
	color:#fff;
	background:#B2C0CD;
	text-shadow:#6C7479 1px 1px 1px;
}

.navigation_box a:active{
	text-shadow:transparent -1px -1px -1px;
}

.navigation_divider{
	border-top:1px solid #ebe9e3;	
}



.task_box{
	margin:5px 5px 20px 5px;
}

.task_box a,button,.button{
	background:#B2C0CD;
	padding:5px 10px 5px 10px;
	border-top:1px solid #C3D0E4;
	border-left:1px solid #C3D0E4;
	border-right:1px solid #93ADC1;
	border-bottom:1px solid #93ADC1;

	color:#fff;
	text-decoration:none;
	text-shadow:#888 1px 1px 1px;
	font-weight:bold;
	
	border-radius: 3px;
}

.task_box a:active,button:active,.button:active{	
	border-top:1px solid #93ADC1;
	border-left:1px solid #93ADC1;
	border-right:1px solid #C3D0E4;
	border-bottom:1px solid #C3D0E4;
	
	color:#fff;	
	text-shadow:#888 -1px -1px -1px;
}

.action_cancel{
	background:#c0c0c0;
	
	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;	
}

button{
	margin:0;
	padding:5px 7px 5px 7px;
	line-height:11px;
	cursor:pointer;
	font-size:11px;
	font-family:verdana;
}

.pill_left{
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pill_right{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pill_middle{
	border-radius: 0px;
}

#content{

}

#content table td{
	font-size:11px;
}

#content h3{
	font-family:Georgia, "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#6C7479;
	margin-bottom:5px;
	padding-bottom:0;
}



#content_box_list{

	float:left;

	width:60%;
	min-width:414px;
}

#content_box_list h3{
}

#cosplay_list{
	width:100%;
	color:#6C7479;
	background:#ebe9e3;
	border:1px solid #D7D4C7;

	
	border-radius:5px;
}

#cosplay_list th{
	margin:0;
	color:#6C7479;
	text-shadow:#fff 1px 1px 1px;
	
	font-size:12px;
	font-weight:bold;
	text-align:left;
	
	padding:5px 10px 5px 10px;
}

#cosplay_list thead th{
	cursor:pointer;
}

#cosplay_list thead th:hover{
	color:#fff;
	background:#B2C0CD;
	text-shadow:#6C7479 1px 1px 1px;
}

#cosplay_list thead th:active{
	text-shadow:transparent -1px -1px -1px;
}


#cosplay_list td{
	background:#fff;
	border-bottom:1px solid #D7D4C7;
	padding:10px 20px 10px 20px;
}

#cosplay_list td img{
	border:1px solid #D7D4C7;
	padding:3px;
}

#cosplay_list tr:hover td{
	background:#F9F9F9;
	text-shadow:#fff 1px 1px 1px;
}

#cosplay_list tr:hover img{
	border:1px solid #C3D0E4;
}

#cosplay_list p{
	margin:0;
	padding:0;
	line-height:15px;
}

#cosplay_list thead th{
	border-bottom:1px solid #D7D4C7;
}

#cosplay_list tfoot th{
}




#content_plan{
	float:left;
	display:block;
	width:60%;
	min-width:414px;
	padding-bottom:20px;
}



.content_tab_bar{
	margin:0;
	padding:0;
	list-style:none;
	height:24px;
	border-bottom:1px solid #D7D4C7;
}

.content_tab_bar li{
	float:left;
	margin:0;
	padding:0;

}

.content_tab_bar li a{
	display:block;
	padding:5px 15px 5px 15px;
	text-decoration:none;

	text-shadow:#888 1px 1px 1px;
	font-weight:bold;


	margin:0;
	font-size:11px;
	font-weight:bold;

	color:#6C7479;
	background:#ebe9e3;
	text-shadow:#fff 1px 1px 1px;
	
	padding:5px 10px 5px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	

	border-top:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #aaaaaa;

	border-bottom:1px solid #D7D4C7;

}

.content_tab_bar li a:hover{
	color:#fff;
	background:#B2C0CD;
	text-shadow:#6C7479 1px 1px 1px;
}

.content_tab_bar li a:active{
	text-shadow:transparent -1px -1px -1px;
}

#content_plan .content_tab_current{
	display:block;
	background:#fff;
	color:#888;
	border-bottom:1px solid #fff;
	text-shadow:none;
}

#content_plan .content_tab_current:hover{
	background:#fff;	
	color:#888;
	text-shadow:none;
}

#content_plan .content_tab_current:active{
	text-shadow:none;
}

.content_tab_content{
	clear:both;
	background:#fff;
	border-bottom:1px solid #D7D4C7;
	border-left:1px solid #D7D4C7;
	border-right:1px solid #D7D4C7;
	padding:5px 15px 15px 15px;
	line-height:17px;
}



#character_image_box,#character_details_box,#character_reference_box,#character_todo_box{
	margin:5px 5px 5px 5px;
	padding:10px 10px 10px 10px;

}



#character_image_box{
	float:left;
	width:350px;
}

#character_image_box img{
	border:1px solid #ebe9e3;
}

#character_image_box img:hover{
	border:1px solid #B2C0CD;
}



#character_details_box{
	float:left;
	min-width:310px;
	width:43%;
}

#character_details_box table{
	width:100%;
}

#character_details_box table td{
	vertical-align:top;
}



#character_reference_box{
	clear:left;
	float:left;
	width:350px;
}

#character_reference_box a{
	float:left;
	display:block;

	height:50px;
	width:50px;

	margin:4px;
	padding:5px;
	
	border:1px solid #ebe9e3;

	overflow:hidden;
}

#character_reference_box a:hover{
	border:1px solid #B2C0CD;
}

#character_reference_box a img{
	border:0px;
}


#character_reference_upload{
	padding:4px;
	margin-bottom:10px;
}


#character_todo_box{
	float:left;
	min-width:310px;
	width:43%;
}

#character_todo_box .todo-remove{
	float:right;
}

#character_todo_box input{
	font-size:11px;
	font-family:verdana;
	padding:3px;
	margin-right:5px;
	width:60%;
}

#character_todo_box ul{
	list-style:none;
	margin-top:15px;
	margin-bottom:0px;
	padding:0;
	width:100%;
}

#character_todo_box li{
	clear:both;
	padding:1px 10px 1px 10px;
	border:1px solid #fff;
	border-radius:5px;
	text-shadow:#fff 1px 1px 1px;
	background:#fff;
}

#character_todo_box li:hover{
	clear:both;
	border:1px solid #B2C0CD;
	border-radius:5px;
	text-shadow:#D7D4C7 1px 1px 1px;
}

#character_todo_box .todo-Y a{
	text-decoration:line-through;
	color:#999;
	background:url('../images/check.gif') no-repeat 5px center;
}

#character_todo_box .todo-N a{
	background:url('../images/uncheck.gif') no-repeat 5px center;
}


#character_todo_box a{
	color:#808dab;
	padding-left:20px;
	height:20px;
	line-height:20px;
	text-decoration:none;
}


#character_todo_box li .todo-remove{
	display:none;
}

#character_todo_box li:hover .todo-remove{
	display:block;
	background:url('../images/remove.gif') no-repeat 5px center;
	width:12px;
	height:20px;
	float:right;
	text-indent:-99999px;

}

h4{	
	color:#6C7479;
	text-shadow:#ebe9e3 1px 1px 1px;
	font-size:12px;
	font-weight:bold;
}

input,textarea,select,label{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:2px;
	margin-bottom:3px;
}

textarea{
	padding:5px;
}


input[type=file]{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:3px;
	
	border-top:1px solid #D7D4C7;
	border-left:1px solid #D7D4C7;
	border-bottom:1px solid #ebe9e3;
	border-right:1px solid #ebe9e3;
	border-radius:3px;
}

#content_new_plan_form_box{
	float:left;
	display:block;
	width:60%;
	min-width:414px;

	background:#fff;
	border:1px solid #D7D4C7;
	padding:15px 15px 15px 15px;
	
	border-radius:5px;
}



#content_banner_steps{
	float:left;
	display:block;
	width:60%;
	min-width:414px;

	background:#fff;
	border:1px solid #D7D4C7;

	
	border-radius:5px;
}

.banner_steps{
	padding:0px 15px 15px 15px;
	border-top:1px solid #D7D4C7;
}

#content_banner_step1.banner_steps{
	border-top:0px;
}


#change_password_form_box{
	float:left;
	display:block;
	width:20%;
	min-width:350px;

	background:#fff;
	border:1px solid #D7D4C7;
	
	padding:10px 20px 10px 20px;
	
	border-radius:5px;
}

#feedback_form_box{
	float:left;
	display:block;


	width:33%;
	min-width:214px;

	background:#fff;
	border:1px solid #D7D4C7;
	
	padding:10px 20px 10px 20px;
	
	border-radius:5px;
}


#content_edit_album_content_box{
	padding:0px;
}

#content_edit_album_content_box table td{
	vertical-align:top;
}

#content_edit_album_form_box{
	float:left;
	padding:15px 15px 15px 15px;
}

#content_edit_album_form_remove{
	float:right;
	padding:20px;
}

#content_edit_album_form_box h4{
	padding:0px;
	margin:0px;
}

.detail_image_box{
	float:left;
	/*width:120px;*/
	width:190px;
	margin-right:20px;
}

.detail_image_box p{
	margin:0;
	padding:0;
}

.detail_image_box a img{
	border:1px solid #D7D4C7;
	padding:3px;
}

.detail_image_box a img:hover{
	border:1px solid #c3d0e4;
	padding:3px;
}

.detail_image_data_box{
	float:left;
	margin-right:20px;
}

.detail_statistics{
	float:right;

	padding-left:10px;
	padding-right:10px;
}

.small_textarea{
	width:250px;
	height:70px;
}

.medium_textarea{
	width:300px;
	height:100px;
}

.large_textarea{
	width:500px;
	height:150px;
}

.alternate{
	background:#F9F9F9;
}

.box_separator{
	padding:15px 15px 15px 15px;
	border-top:1px solid #D7D4C7;
}


.box_separator h4{
	padding:0px;
	margin:0px;
}


.large_box{
	float:left;
	display:block;
	width:60%;
	min-width:414px;

	background:#fff;
	border:1px solid #D7D4C7;
	padding:15px 15px 15px 15px;
	
	border-radius:5px;
}

.medium_box{
	float:left;
	display:block;
	width:33%;
	min-width:214px;

	background:#fff;
	border:1px solid #D7D4C7;
	padding:15px 15px 15px 15px;
	
	border-radius:5px;
}

.small_box{
	float:left;
	display:block;
	width:20%;
	min-width:350px;

	background:#fff;
	border:1px solid #D7D4C7;
	padding:15px 15px 15px 15px;
	
	border-radius:5px;
}

.clearpad{
	padding:0px;
}

.defaultpad{
	padding:10px 15px 10px 15px;
}

.required{
	color:#ff6347;
}

.error{
	color:#ff6347;
}

.info{
	color:#808dab;
}

.form_cancel{
	display:inline;
}

.dialog_content a{
	border:0px;
}

.dialog_content img{
	border:0px;
}
.dialog_content a:hover{
	/*border:1px solid #B2C0CD;*/
}

.dialog_button_area{
	margin-top:5px;
}

.dialog_button_area button{
	margin-right:3px;
}

.ajax_load{
	background:url('../images/loading.gif') no-repeat;
	display:block;
	min-width:100px;
	min-height:20px;
}

.admin_tool_box{
	float:left;
	border:1px solid #ebe9e3;
	border-radius:5px;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
}

.admin_tool_box h4{
	margin:0px 0px 10px 0px;
	padding:0px;
}

.input_richtext{
	display:block;
	width:100%;
	height:200px;
}

.clearer{
	clear:both;
}