/*body {
	background: #FFF;
	font: normal 11px "Trebuchet MS", arial, sans;
	color: #333;
	margin: 0;
}*/

#menu {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 1px solid #CCC;
	padding: 10px;
	width: 180px;
}

a {
	color: #666;
}

a:hover {
	color: #333;
}


.content {
	margin-right: 10px;
}

.padder {
	margin: 10px;
}

.gfieldContainer {
	border: 1px solid #CCC;
	display: block;
	padding: 1px;
}

.gfield {
	border: none;
	padding: 0;
	margin: 0;
	font: normal 11px "Trebuchet MS", arial, sans;
	color: #333;
	width: 100%;
	background: transparent;
}


.editor {
	height: 50em;
}

.checkbox {
	position: relative;
	top: 2px;
}

.defaultLabel {
	margin: 0 0 10px 0;
	display: block;
}

.labelText {
	font-weight: bold;
}

.defaultTable {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
}

.defaultTable th, .defaultTable td {
	padding: 3px;
	border: 1px solid #CCC;
	border-left: 1px dotted #DDD;
	border-right: 1px dotted #DDD;
}

.defaultTable th {
	background-color: #F0F0F0;
}

.defaultTable .smallCell {
	width: 120px;
	text-align: center;
}

.defaultTable .checkboxCell {
	width: 1px;
}

.toolbox, .toolboxTop, .selectBox, .buttonBox {
	background-color: #F0F0F0;
	padding: 5px;
	margin: 0 ;
	border: 1px solid #CCC;
	clear: both;
}

.buttonBox {
	margin: 20px 0;
}

.toolbox {
	border-bottom-style: dotted;
}

.toolboxTop {
	margin-bottom: 20px;
}

.selectBox {
	margin-bottom: 20px;
	border-top: none;
}

.selectBox a {
	text-decoration: none;
}

.selectBox a:hover {
	text-decoration: underline;
}

.articleBox {
	margin-left: 1px;
}


h1.pageTitle {
	border-bottom: 1px solid #333;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.tag {
	padding: 0 ;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	width: 6em;
	text-align: center;
}

.tagblue {
	background-color: #CDF;
	color: #78B;
}

.taggreen {
	background-color: #CFD;
	color: #4A6;
}

.tagorange {
	background-color: #FD8;
	color: #F84;
}

.tagred {
	background-color: #FAA;
	color: #F22;
}

.defaultButton {
	border: 1px solid #AAA;
	background: #DDD;
	color: #333;
	padding: 0 5px;
	text-decoration: none;
}

.defaultButton.btRed {
	background: #FAA;
}

.defaultButton:hover {
	background: #FFF;
}

#tagCloud {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 0 10px 0;
	/*width: 300px;*/
}

#tagCloudList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tagCloudList li {
	float: left;
	margin: 5px;
	padding: 2px;
	cursor: pointer;
}

.tagSelected {
	background: #FF8;
}

.tagcount {
	font-size: 10px;
}

.clearer {
	display: block;
	clear: both;
	visibility: hidden;
}

#postOptionsLeft, #postOptionsRight {
	width: 47%;
	padding: 0 1%;
}

#postOptionsLeft {
	float: left;
}

#postOptionsRight {
	float: right;
}

.inlineList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.inlineList li {
	float: left;
	margin: 0 5px 0 0;
}