
/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 - 2011 danielfajardo web

  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */


.container { width: 62em; }

.left { float: left; }
.right { float: right; }
.clearfix { height: 0; clear: both; }

.info {
	color: #544;
	font-weight: bold;
}
.notice {
	color: green;
}
.alert {
	color: red;
}
.title {
	border-bottom: 1px solid #cdd;
	margin-bottom: 0;
	clear: both;
}
.submit { text-align: center; }

#icon-dfweb { background: transparent url(../images/sys/df_icon_32.png) no-repeat; }

.wrap { width: 72em; }

#wrap { float: left; margin: 1em 2em 2em 0; }
#wrap.left  { width: 48em; }
#wrap.right { width: 20em; }

#wrap div.box {
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #cdd;
	line-height: 1;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#wrap div.box h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 7px 9px;
	margin: 0px;
	line-height: 1;
	cursor: default;
}

#wrap div.box h3 .description {
	font-weight: normal;
}

#wrap div.box div.content,
#wrap div.box div.content p {
	font-size: 11px;
	margin: 6px 6px 8px;
	padding: 0px;
}
#wrap div.box div.content.center {
	text-align: center;
}


#wrap ul.list {
	margin: 0px;
	padding: 0px;
}

#wrap ul.list li {
	margin: 0px;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdd;
}

#wrap ul.list ul li {
	border: none !important;
	padding: 3px 6px;
}

ul.list li:last-child {
	border-bottom: none !important;
}

#wrap h3 {
	margin-bottom: 0;
}

#wrap form.admin {
	padding: 1em 2em 0;
	margin: 0;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
}

#wrap .dfAdminRow {
	height: 2em;
	padding-bottom: 1em;
}

#wrap .dfAdminRow div#label {
	text-align: right;
	float: left;
	width: 17em;
	padding-left: 1em;
}

#wrap .dfAdminRow div#data {
	float: right;
	width: 24em;
	padding-right: 1em;
}


