/* CSS Document */
/*====================LOGIN====================*/
.h3_title{
	color:#996600;
	margin-left:47px;
}

#content_admin{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#cus_address {
	background-color:#D5EAF0;
}


.h1_title{
	color:#91C5D4;
}

#div_admin{	

}
#div_admin ul{	
	margin-left:-20px;
}
#div_admin li{	
	margin-left:10px;
	margin-top:5px;
}

#div_admin a{	
	text-decoration:none;
	margin-top:5px;
	font-size:17px;
}

#div_admin font{	
	font-size:25px;
	margin-left:-18px;
	color:#2162B6;
}

#div_user{	

}
#div_user ul{	
	margin-left:-20px;
}
#div_user li{	
	margin-left:10px;
	margin-top:5px;
}

#div_user a{	
	text-decoration:none;
	margin-top:5px;
	font-size:17px;
}

#div_user font{	
	font-size:25px;
	margin-left:-18px;
	color:#2162B6;
}

#div_login{
	margin:auto;
	margin-right:0px;
	padding:10px;
	width:270px;
	height:100px;
	float:right;
	background-color:#009FAA;
	font-family:arial, verdana;
	color:#FFFFDD;
}

#div_logged_id{
	margin:auto;
	margin-right:0px;
	padding:10px;
	width:500px;
	height:100px;
	float:right;
	background-color:#009FAA;
	font-family:arial, verdana;
	color:#FFFFDD;
}

#response{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 2px;
	width:250px;
	font-size:11px;
	color:#000000;
}

#mes_twitter{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 2px;
	width:150px;
	font-size:11px;
	color:#000000;
}
#response_category{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 2px;
	width:250px;
	color:#000000;
}

/*====================MAIN LAYOUT====================*/
#div_header{
	width:100%;
	height:120px;
	border:0px dotted #cccccc;
	background-color:#999999;
	background-image:url(../images/top_banner.gif);
}

#div_content{
	width:100%;
	height:100%;
}
#div_leftcolumn{
	float:left;
	width:200px;
	height:100%;
	border:0px dotted #cccccc;
	background-color:#CEE6FF;
	
}

#div_middle{
	text-align:center;
	float:left;
	height:100%;
	border:0px dotted #cccccc;
	background-color:#F8F8F8;
	
}

#div_rightcolumn{
	float:right;
	width:160px;
	height:100%;
	border:0px dotted #cccccc;
	background-color:#669933;
}

#div_left_target{
	float:left;
	width:20px;
	height:100%;
	margin:auto;
	border:0px dotted #cccccc;
	background-color:#669933;
}

#div_right_target{
	float:left;
	width:20px;
	height:100%;
	margin:auto;
	border:0px dotted #cccccc;
	background-color:#993333;
}

#add_category{
	float:left;
}

#category{
	text-align:left;
	width:400px;
}
/*====================OTHERS====================*/

ul {
	margin: 0;
}

#contentWrap {
	width: 700px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

#contentTop {
	width: 600px;
	padding: 10px;
	margin-left: 30px;
}

#contentLeft {
	height:auto;
}

#contentLeft li {
	height:auto;
	list-style: none;
	margin: 0 0 4px 0;
	padding: 10px;
	background-color:#00CCCC;
	border: #CCCCCC solid 1px;
	color:#000000;
}


#contentLeft_entry {
	height:auto;
}

#contentLeft_entry li {
	list-style: none;
	height:auto;
	padding: 5px;
	width:48%;
	background-color:#009999;
	border: #CCCCCC solid 1px;
	color:#000000;
}
	
#contentLeft_detail {
	margin-left:-30px;
}

#contentLeft_detail li {
	list-style: none;
	padding: 5px;
	width:95%;
	background-color:#3399FF;
	border: #CCCCCC solid 1px;
	color:#000000;
}

#contentLeft_item {
	margin-left:-30px;
}

#contentLeft_item li {
	list-style: none;
	padding: 5px;
	width:90%;	
	background-color:#3399FF;
	border: #CCCCCC solid 0px;
	color:#000000;
}



#contentRight {
	width: 260px;
	padding:10px;
	background-color:#336600;
	color:#990000;
}

#hide_expand{
	float:right;
	margin:auto;
}

#hide_expand a {
	text-decoration:none;
}

.addEntry {
	text-decoration:none;
}
#addEntryLink{
	float:right;
}

#addEntryDetailLink{
	margin:auto;
	text-align:center;
}
#addEntryDetailItemLink{
	margin:auto;
	text-align:left;
	margin-left:18px;
}
#sidebar {
  width: 0px;
}

#content {
  width: 770px;
}

.editable input[type=submit] {
  color: #F00;
  font-weight: bold;
}
.editable input[type=button] {
  color: #0F0;
  font-weight: bold;
}

.left_co{
	float:left;
	width:45%;
}
.right_co{
	float:right;
	width:45%;
}

.link_decoration{
	text-decoration:none;
}

#del_right{
	float:right;
	margin-right:0px;
}

.left_entry{
	float:left;
}

.right_entry{
	float:right;
}
.cate_height{
	height:auto;
}

#twitter{
	border:2px thick #CCCCCC; 
	background:#C0DEED;
	margin-top:356px;
}

.entry_table{
	display:inline-table;
	
}



	
/* ---- Table ---- */

.table_content {
	border-collapse:collapse;
	margin-bottom:15px;
	width:90%;
	margin-left:50px;
	text-align:center;
	}
	
	.table_content td,
	.table_content th {
		padding:5px;
		border:1px solid #fff;
		border-width:0 1px 1px 0;
		}
	.table_content tr {
		background:#bcd9e1;
		}
	.table_content th{
		text-align:center;
		background:#91c5d4;
		}
		
	.table_content td{
		text-align:center;
		background:#d5eaf0;
	}

		
