/**********************
 *   GLOBAL STYLING   *
 **********************/
a {
	text-decoration: none;
	color: #00E;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

#adminlink {
	font-size: 15px;
	font-weight: bold;
}

#copyright {
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
}

/*********************
 *   NAVBAR STYLING  *
 *********************/
#navbar {
	margin-bottom: 15px;
}

#navbar img {
	height: 18px;
	vertical-align: middle;
	margin: 0 5px 1px 0;
}

#navbar #controls {
	float: right;
	font-weight: bold;
	font-size: 14px;
}

/*********************
 *    HELP STYLING   *
 *********************/
#help {
	padding: 5px 0;
	background: #FFCACA;
	display: none;
	margin-bottom: 5px;
	border: 2px solid #FF4242;
	color: #000;
}

#help a {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
}

#help .question {
	display: block;
	font-style: italic;
	font-weight: bold;
}

#help .answer {
	display: block;
	margin-left: 10px;
}

#help li {
	margin-bottom: 10px;
}

/************************
 * DEFAULT VIEW STYLING *
 ************************/
#adminnews {
	width: 100%;
	border-spacing: 0px;
	color: #000;
}

#adminnews thead {
	font-weight: bold;
	background: #6FB7FF;
	color: #000;
	font-size: 13px;
	text-align: center;
}

#adminnews thead th {
	padding: 5px;
	border: 1px solid #AAA;
	border-bottom: 2px solid #AAA;
	border-left: none;
}

#adminnews thead th.first {
	border-left: 1px solid #AAA;
}

#adminnews tbody img {
	border-style: none;
}

#adminnews tbody a {
	display: block;
}

#adminnews tbody tr:hover {
	background: #D7D7FF;
}

#adminnews tbody tr td {
	border: 1px solid #CCC;
	border-left: none;
	border-top: none;
}

#adminnews tbody tr td:hover {
	background: #D2FFA6;
}

#adminnews tbody tr td.first {
	border-left: 1px solid #CCC;
}

/***************************
 * NEW & EDIT FORM STYLING *
 ***************************/
#adminform {
	color: #000;
}

#adminform label {
	float: left;
	font-weight: bold;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-size: 13px;
}

#adminform label.top {
	vertical-align: top;
}

#adminform input[type=text] {
	width: 300px;
}

#adminform input#image_size_pct {
	width: 30px;
}

#adminform .formitem {
	float: left;
	padding: 4px;
	border: 1px solid #DFDFDF;
	margin: 2px 0;
	display: block;
	width: 100%;
	line-height: 22px;
}

#adminform .formitem:hover {
	background: #D7D7FF;
	border: 1px solid #000;
}

#adminform .submit {
	margin-top: 15px;
	background: #FF6;
}

#adminform .submit:hover {
	background: #F8F227;
}

#adminform #submit:hover {
	cursor: pointer;
}

#adminform .attrwrapper {
	display: inline-block;
}

#adminform #image_path img {
	width: 300px;
}

#adminform #hiddenimageupload {
	display: none;
}

#adminform #image_size {
	display: none;
}

#adminform #image_position {
	display: none;
}

#adminform #pospicker {
	position: relative;
	border: 2px solid #000;
	width: 200px;
	height: 180px;
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: #999;
	line-height: 220px;
	color: #000;
	overflow: hidden;
}

#adminform #pospicker .position {
	position: absolute;
	height: 38px;
	line-height: 40px;
	background: #CCC;
	color: #757575;
}

#adminform #pospicker .position:hover {
	cursor: pointer;
}

#adminform #pospicker .selected {
	background: #FFFFB7;
	color: #000;
}

#adminform #pospicker #pos_top {
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 2px solid #000;
}

#adminform #pospicker #pos_lefttop {
	top: 40px;
	left: 0;
	width: 34%;
	border-bottom: 2px dashed #000;
	border-right: 2px dashed #000;
}

#adminform #pospicker #pos_righttop {
	top: 40px;
	right: 0;
	width: 34%;
	border-bottom: 2px dashed #000;
	border-left: 2px dashed #000;
}

#adminform #pospicker #pos_bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 2px solid #000;
}

#adminform #check_image_size_pct {
	display: inline-block;
	background: #FF9F9F;
	font-weight: bold;
	padding: 2px;
}

#deleteconfirm {
	padding: 8px 0;
	background: #FFCACA;
	border: 2px solid #FF4242;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

#deleteconfirm a {
	border: 2px solid #FF4242;
	padding: 4px;
	background: #FFBA75;
	color: #000;
}

#deleteconfirm a:hover {
	background: #FF9428;
	border: 2px solid #D20000;
}

/**********************
 *   TOOLTIP STYLING  *
 **********************/
.tool-tip {
	color: #000;
	background: #CCE6FF;
	border: 1px solid #000;
	max-width: 200px;
	overflow: hidden;
	font-size: 11px;
	display: block;
}

.tool-title {
	font-weight: bold;
	background: #6FB7FF;
	padding: 5px;

}
 
.tool-text {
	padding: 5px;
}