/* CSS Document */


/* ---------------- PRESET CLASSES ------------------ */

body {
	background-image: url('http://www.jamboomedia.com/images/backgrounds/stripe20.png');
	background-repeat:repeat;
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	font-size: 11px;
}


img {
	border: none;
}

hr {
	border-color: #555555;
	color: #555555;
	border-width: 5px;
	border-style: dashed;
	width: 100%;
	padding-right:8px;
}

/* ---------------- CONTAINER CLASSES ------------------ */

.main {
	width: 808px;
	border: none;
	padding: 0px;
	background: none;
	margin-top: -15px;
}

.header {
	width: 800px;
	border: none;
	padding: 0px;
	background: none;
}

.footer {
	width: 98%;
	margin-top: 10px;
	font-color: #000000;
	font-size:10px;
	text-align:center;
}

.content {
	width: 800px;
	background-color: #ffffff;
}

.right-shadow {
	background-image: url('http://www.jamboomedia.com/images/rightshadow.png');
	background-repeat:repeat-y;
	width: 8px;
}

#top-cell {	
	background-image: url('http://www.jamboomedia.com/images/topcell_bkgd.jpg');
	background-repeat:repeat-x;
	width: 651px;
	height: 97px;
}

#links-area {	
	background-image: url('http://www.jamboomedia.com/images/head_5_4.jpg');
	background-repeat: no-repeat;
	width: 651px;
	height: 18px;
}

#icon-area {	
	background-image: url('http://www.jamboomedia.com/images/head_3_2.jpg');
	background-repeat: no-repeat;
	width: 22px;
	height: 30px;
	padding: 0px;
}

#mid-header-area {
	background-image: url('http://www.jamboomedia.com/images/head_3_4.jpg');
	background-repeat: no-repeat;
	width: 651px;
	height: 30px;
	padding: 0px 10px 0px 10px;
}

.admin-title {
	font-size: 24px; 
	font-weight: normal; 
	color: #000000;
}

.admin-editing-what {
	color: #555555;
	font-size: 18px;
	font-weight:normal;
}

.session-message {
	color: #555555;
	font-size: 10px;
	font-weight:normal;
}



/* ---------------- CUSTOM CLASSES ------------------ */

#links-area ul {
	height: 18px;
	list-style: none;
	display:inline;
	list-style-image:none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-transform:lowercase;
	float:right;
}

#links-area li {
	height: 18px;
	padding: 0px 12px 0px 12px;
	display:inline;
	font-size: 12px;
	color: black;
	margin: 0px;
	font-weight: bold;
	text-transform:lowercase;
}

.admin-area { }

.form {
	background-color: #eeeeee;
	margin-top: 20px; 
	margin-bottom: 50px;
	border: 1px #ccc solid;
}

.button {
	
	padding: 4px 8px 4px 8px;
	background-color: #eeeeee;
	/* border: 3px #555 dashed; */
	border-top: 1px #ccc solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-left: 1px #ccc solid;
	cursor: pointer;
	font-weight: bold;
	color:#000000;
}

.button:hover {
	color: #ffffff;
	border-top: 1px #999 solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #999 solid;
	background-color: #555555;
}

.tab-inactive {
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	height: 18px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align:middle;
	color: #000;
	background-color: #f0f0f0;
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
}

.tab-inactive:hover {
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	color: #fff;
	background-color: #555;
	cursor: pointer;
	height: 21px;
	line-height: 21px;
	font-weight: normal;
}

.tab-active {
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #eee solid;
	border-left: 1px #ccc solid;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align:middle;
	color: #000;
	background-color: #eee;
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

.tab-spacer {
	font-weight: normal;
	background: none;
	border-bottom: 1px #ccc solid;
}

.edit-area {
	font-weight: normal;
	background-color: #eeeeee;
	margin: 15px;
	padding: 20px;
	border: 1px #ccc solid;
	width: 90%;
}

.edit-area-tabbed {
	font-weight: normal;
	background-color: #eeeeee;
	/*margin-right: 15px;*/
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 20px;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	width: 90%;
}

.wide {
	width: 90%;
}

.tabs {
	padding-left: 15px;
}

.expand-arrow {
	margin-left: 10px;
	cursor: pointer;
}

/* ---------------- TEXT CLASSES ------------------ */

h1 {
	background-image: url('http://www.jamboomedia.com/images/h1stripe.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	font-size: 30px;
	padding: 10px 15px 30px 0px;
	text-align: right;
	margin-bottom: 10px;
}

h2 {
	background-image: url('http://www.jamboomedia.com/images/h2stripe.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	font-size: 24px;
	padding: 10px 15px 25px 0px;
	text-align: right;
	margin-bottom: 10px;
	
}

h3 {
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	font-size: 18px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	
}

h4 {
	background-image: url('http://www.jamboomedia.com/images/h2stripe.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	font-size: 18px;
	padding: 10px 15px 20px 0px;
	text-align: right;
	margin-bottom: 10px;
	
}

h5 {
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	
}

h6 {
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
	
}

a:link, a:visited {
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
} 

a:hover, a:active {
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: 555555;
	font-weight: bold;
	text-decoration: underline;
}

a.admin-links:link, a.admin-links:visited {
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;	
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform:lowercase;
} 

a.admin-links:hover, a.admin-links:active {
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #555555;
	font-weight: bold;
	text-decoration: underline;	
	font-size: 12px;
	font-weight: bold;
	text-transform:lowercase;
}

a.footer {
	font-size: 10px;
}

p {
	font-family: Tahoma, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	line-height: 1.2em;
	font-size: 12px;
	text-align: justify;
	width: 650px;
	padding: 10px 20px 20px 40px;
}
