
/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup
/*-----------------------------------------------------------------------------------*/

body,
input,
textarea,
button { font: 12px/20px "Droid Sans", sans-serif;}

nav { font: 14px/20px 'Droid Sans', sans-serif; font-weight: 400}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
	text-decoration: none; 
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

a:hover { text-decoration: none; }

a img { border: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
}

h1 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 18px;
	line-height: 28px;
}

h3 {
	font-size: 16px;
	line-height: 25px;
}

h4 {
	font-size: 14px;
	margin: 0 0 30px 0;
}

h5 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

hr {
	
	height: 1px;
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 25px 0;
	
}

/*-----------------------------------------------------------------------------------*/
/*	2. Body
/*-----------------------------------------------------------------------------------*/

body {
	
	background: url(../img/body_bg.gif);
	padding-top: 50px;
	
}

/*-----------------------------------------------------------------------------------*/
/*	3. DIV / Class General
/*-----------------------------------------------------------------------------------*/

div#wrapper_all {
	
	position: relative;
	margin: auto;
	width: 1000px;
	
}

div#wrapper_login {
	
	padding-top: 200px;
	position: relative;
	margin: auto;
	width: 450px;
	
}

div#logo {
	
	width: 116px;
	height: 52px;
	background: url(../img/logo.png) no-repeat;
	
}

div.wrapper_container {
	
	background-color: #fff;
	border: 1px solid #d7d8d8;
	padding: 30px;
	
	-webkit-box-shadow: 0px 0px 10px 0px #eceff1;
	-moz-box-shadow: 0px 0px 10px 0px #eceff1;
	box-shadow: 0px 0px 10px 0px #eceff1; 
	
}

div.wrapper_container_col2 {
	
	background-color: #fff;
	border: 1px solid #d7d8d8;
	padding: 30px;
	padding-top: 10px;
	
	-webkit-box-shadow: 0px 0px 10px 0px #eceff1;
	-moz-box-shadow: 0px 0px 10px 0px #eceff1;
	box-shadow: 0px 0px 10px 0px #eceff1; 
	
}

div.wrapper_container_login {
	
	background-color: #fff;
	border: 1px solid #d7d8d8;
	padding: 40px;
	
	-webkit-box-shadow: 0px 0px 10px 0px #eceff1;
	-moz-box-shadow: 0px 0px 10px 0px #eceff1;
	box-shadow: 0px 0px 10px 0px #eceff1; 
	
}


div.col {
	
	position: relative;
	width: 1000px;
	color: #81919c;
	
}

	div.col_text {
		
		margin-bottom: 20px;
		
	}

	div.col h3{
		
		color: #475a68;
		padding-bottom: 10px;
		
	}
	
	div.col2_1 {
		
		position: relative;
		width: 480px;
		float: left;
		margin-bottom: 40px;
	
	}
	
	div.col2_2 {
		
		position: relative;
		width: 480px;
		float: right;
	
	}

	div.col3_1 {
		
		position: relative;
		width: 245px;
		float: left;
		margin-right: 40px;
	
	}
	
	div.col3_2 {
		
		position: relative;
		width: 245px;
		float: left;
	
	}
	
	div.col3_3 {
		
		position: relative;
		width: 245px;
		float: right;
	
	}
	
span.btn_all {
	
	position: relative;
	background: url(../img/btn_bg.jpg);
	border: 1px solid #dfe4e8;
	padding: 10px 15px;
	font-weight: bold;
	color: #0060a3;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	
}

	span.btn_all:hover {
		
		background-image: none;
		background: #fff;
		
	}
	
span.btn_tel {
	
	position: relative;
	background: url(../img/btn_bg.jpg);
	border: 1px solid #dfe4e8;
	padding: 10px 16px 10px 15px;
	font-weight: bold;
	color: #2d516b;
	margin-right: 10px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	
}

	span.btn_tel img {
		
		position: relative;
		top:  8px;
		margin-right: 10px;
		
	}
	
div.list_2_col ul {
	
	padding-bottom: 30px;
	
}

	div.list_2_col li {
		
		padding:  30px 0;
		border-bottom: 1px solid #f0f1f2;
		
	}
		
		.list_2_col li.event_task b,
		.list_2_col li.event_status b,
		.list_2_col .event_member b {
			
			font-size: 16px;
			color: #2d516b;
			display: block;
			
		}
		
		.list_2_col li.event_task span,
		.list_2_col li.event_status span,
		.list_2_col .event_member span {
			
			font-size: 14px;
			color: #aebbc4;
			
		}
		
		
		.list_2_col li.event_task a {
			
			color: #0060a3;
			
		}
	
	.list_2_col li.event_member {
		
		background: url(../img/list_col_img.jpg) no-repeat 0px 32px;
		padding-left: 60px;
		
	}
	
	.list_2_col li.event_status {
		
		background: url(../img/list_col_img.jpg) no-repeat 0px -53px;
		padding-left: 60px;
		
	}
	
#footer {
	
	position: relative;
	margin-bottom: 50px;
	
}

	#copyright_info {
		
		display: block;
		color:  #475a68;
		height: 40px;
		
	}
	
	
	#contact_btn {
		
		width:  50%;
		float: left;
		
	}
	
	#contact_btn_login {
		
		width:  100%;
		float: left;
		
	}
	
	#link_btn {
		
		width:  50%;
		text-align:  right;
		float: right;
		
	}
	
	#link_btn a{
		
		margin-left: 10px;
		
	}

.headline_all h2 {
	
	font-size: 20px;
	color: #475a68;
	margin-bottom: 20px;
	
}

#timeline_day h2 {
	
	font-size: 20px;
	color: #475a68;
	
}


#head {
	
	position: relative;
	margin-top: 30px;
	
}

	 #navigation {
		
		float:  right;
		padding-top: 10px;
		
	}	
	
		#navigation ul {
				
			background: url(../img/menu_bg_normal.jpg);	
			padding: 8px 0 7px 0;
			border: 1px solid #dbdbdb;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px; 
	
		}

		#navigation li {
			
			display: inline;
			padding: 11px 0px 10px 3px;
			margin: 0;
			border-left: 1px solid #d7d8d8;

		}	
		
			#navigation li a{
						
				padding: 7px 14px 7px 13px;
				font-size:  13px;
				color: #475a68;
	
			
			}
			
		#navigation li.menu_first {
							
			border: 0;

				}
			
			#navigation li a:hover{
			
				background: url(../img/menu_bg_hover.jpg);	
				color: #0060a3;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px; 
									
			}
				
	
	#head #logout {
		
		top: 8px;
		position: relative;
		float:  left;
		margin-bottom: 10px;
		
	}

.btn_edit {
	
	position: relative;
	background: url(../img/btn_bg.jpg);
	border: 1px solid #dfe4e8;
	padding: 9px 15px;
	font-weight: bold;
	color: #0060a3;
	
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	
}

	.btn_edit:hover {
		
		background-image: none;
		background: #fff;
		
	}


div#menu {
	
	
}

	div#menu ul {
		
		margin: 0;
		padding: 0;
	}
	
		div#menu ul li {
			
			float: left;
			margin: 0;		
			
			padding: 9px 18px;
			border: 1px solid #d7d8d8;
			background: url(../img/menu_bg_normal.jpg);	
			
		}
		
			div#menu .menu_first {
				
				border: 0;
				
			}
		
			div#menu ul li a {
				

								
			}
			
			div#menu ul li a:hover {
								
			}
		
			
#tab-container {

	margin-bottom: 30px;
	
}

.etabs { margin: 0; padding: 0; }

.tab { 

	display: inline-block; 
	zoom:1; *display:inline; 
	background: url(../img/tab_head.jpg);
	border: solid 1px #d6d8d7; 
	border-left: none; 
	width: 298px;
	padding: 19px 17px;
	text-align: center;
	
	}
	
.tab:hover {

	background: #fafafa;

}

#timeline .tab { 

	display: inline-block; 
	zoom:1; *display:inline; 
	background: url(../img/tab_head.jpg);
	border: solid 1px #d6d8d7; 
	border-left: none; 
	width: 215px;
	padding: 19px 17px;
	text-align: center;
	
	}
	
#timeline #tab_first {border-left: 1px solid #d6d8d7; width:214px}

#timeline .tab:hover {

	background: #fafafa;

}
	
#tab_first {border-left: 1px solid #d6d8d7;}
.tab a { font-size: 16px; line-height: 2em; display: block; padding: 0 10px; outline: none; text-decoration: none; font-family: Arial; color: #a8acaf }
.tab.active { background: #fff; padding-top: 19px; position: relative; border-bottom: 1px solid #fff; border-left: 1px;}
.tab a.active { color: #0060a5 }
.tab-container .panel-container { background: #fff; border: solid #d6d8d7 1px; border-top:0;padding: 10px; }
#tab_context, .panel-container { padding: 10px 30px 40px 30px }

#timeline .tab a { font-size: 16px; line-height: 2em; display: block; padding: 0 10px; outline: none; text-decoration: none; font-family: Arial; color: #a8acaf }
#timeline .tab.active { background: #fff; padding-top: 19px; position: relative; border-bottom: 1px solid #fff; border-left: 1px;}
#timeline .tab a.active { color: #0060a5 }
#timeline .tab-container .panel-container { background: #fff; border: solid #d6d8d7 1px; border-top:0;padding: 10px; }
#timeline #tab_context, .panel-container { padding: 10px 30px 40px 30px }
				
.tabs_line ul{
	
	padding: 0;
	margin-bottom: 30px;
	
}

	.tabs_line ul li{
		
		padding:  30px 0;
		border-bottom: 1px solid #f0f1f2;
		position: relative;
		
	}
	
	
		.tabs_line ul li .tab_infos{
			
			float: left;
			
		}
		
			.tabs_line ul li .tab_infos b{
				
				display: block;
				font-size: 18px;
				color: #2d516b;
				
			}
			
			.tabs_line ul li .tab_infos span{

				color: #aebbc4;
				
			}
		
		.tabs_line ul li .tab_time{
			
			float: left;
			
		}
		
			.tabs_line ul li .tab_time b{
				
				padding-left: 10px;
				font-weight: 500;
				display: block;
				font-size: 44px;
				position: relative;
				top: 10px;
				color: #dadfe3;
				
			}
	
		
		.tab_btn{
			
			position: absolute;
			right: 0;
			margin-top: 8px;
			
		}
	
#context {
	
	padding-bottom: 35px;
	
}
	
.content_head_info{
	
	margin-bottom: 30px;
	padding:  10px 0 0px 0;
	position: relative;
	
}

	.content_head_info  .tab_infos{
			
		float: left;
			
	}
		
		.content_head_info  .tab_infos b{
				
			display: block;
			font-size: 18px;	
			color: #2d516b;
				
		}
			
			.content_head_info  .tab_infos span{

				color: #aebbc4;
				
			}
		
			.content_head_info .tab_time{
			
				float: left;
			
			}
		
			.content_head_info  .tab_time b{
				
				padding-left: 10px;
				font-weight: 500;
				display: block;
				font-size: 44px;
				position: relative;
				top: 10px;
				color: #dadfe3;
				
			}

.content_edit_context,
.login {
	
	margin-bottom: 30px;
	
}

	.content_edit_context ul{
		
		border-top: 1px solid #f0f1f2;
		
	}

	.content_edit_context li{
		
		border-bottom: 1px solid #f0f1f2;
		padding: 20px 0 20px 10px;
		font-size: 14px;
		
	}
	
		.content_edit_context li b{
			
			color:  #2d516b;
			
		}
		
		.content_edit_context li span{
			
			color:  #92a2ad;
			
		}
	
	.edit_context_line_bg {
		
		background: #fdfdfd;
		
	}
	
.content_edit_context input,
.content_edit_context textarea {
	
	display: block;
	border:  1px solid #e1e3e5;
	padding: 10px;
	width: 96%;
	margin-top: 10px;
	color: #92a2ad;
	
}

	.content_edit_context input:active,
	.content_edit_context input:focus,
	.content_edit_context textarea:active,
	.content_edit_context textarea:focus {
		
		border:  1px solid #cdd1d5;
		
	}
	
.login input {
	
	display: block;
	border:  1px solid #e1e3e5;
	padding: 10px;
	width: 94%;
	margin-top: 10px;
	color: #92a2ad;
	
}

	.content_login input:active,
	.content_login input:focus{
		
		border:  1px solid #cdd1d5;
		
	}

select {
 	background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   border: 1px solid #ccc;
   height: 34px;
   width:100%;
   margin-bottom:10px;
}
	
#timeline_btn_left {
	
	position: relative;
	float: left;
	width: 200px;
	
}

#timeline_day {
	
	position: relative;
	float: left;
	width: 200px;
	
}


#timeline_btn_right {
	
	position: relative;
	float: right;
	
}
	
	
	
	
	