body
{
    font-family: Arial;
	background-image:url('/images/background.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

form label
{
	float: left;
	padding-right: 10px;
}

form button
{
	
}

form#contenttype dl.zend_form
{
	height: 10px;
}

form dd#cancel-element
{
	left: 180px;
	position: relative;
	top: -44px;
	width: 100px;
}

form dt#edit-label,
form dt#edit0-label
{
	display: none;	
}

form dd#edit1-element,
form dd#edit0-element
{
	width: 102px;
	position: relative;
	top: -22px;
	left: 185px;
}

form#management dl.zend_form
{
	height: 30px;
}

form dd#edit1-element
{
	top: -40px !important;
}

div#filter
{
	width: 800px;
	height: 40px;	
}

form#filterform dl.zend_form dt#searchText-label,
form#filterform dl.zend_form dd#searchText-element
{
	position: relative;
	left: 285px;
	top: -21px;
}

form#filterform dl.zend_form dd#Search-element
{
	width: 100px;
	position:relative;
	top: -64px;
	left: 462px;
}

form#filterform dl.zend_form dd#Reset-element
{
	width: 100px;
	position: relative;
	top: -107px;
	left: 535px;
}

form#filterform dl.zend_form
{
	height: 5px;
}

form#filterAssetSelect dl.zend_form
{
	height: 0px;

}

div#searchStatus
{
	font-weight: bold;
	position: relative;
	right: 58px;
}

form#filterAssetSelect dl.zend_form dt#searchText-label,
form#filterAssetSelect dl.zend_form dd#searchText-element
{
	left: 1px;
	position: relative;
	top: -21px;
}

form#filterAssetSelect dl.zend_form dd#Search-element
{
	width: 100px;
	position:relative;
	top: -64px;
	left: 184px;
}

form#filterAssetSelect dl.zend_form dd#Reset-element
{
	width: 100px;
	position: relative;
	top: -107px;
	left: 261px;
}


/*front end styling*/

div#container
{
	width: 808px;
	padding: 0 20px;
	margin-left: auto;
	margin-right:auto;
	min-height:514px;
}

div#header
{
	
	height: 30px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

div#header-navigation_home,
div#header-navigation
{
	position: relative;
	text-align: left;
	margin: 198px 0 15px -20px;
	width: 798px;
	background: #303030;
	padding: 5px 25px;
	font-size: 0.8em;
	color: #fff;
	height: 15px;
}

div#header-navigation a
{
	color: #FFFFFF;
	padding: 0 5px;
	text-decoration: none;
}

div#header-navigation a:hover
{
	text-decoration: underline;
}


div#footer
{
	position:relative;
	background-image:url('/images/footer.jpg');
	background-repeat:no-repeat;
	clear: both !important;
	height:142px;
	width: 1340px;
	margin: 15px auto;
	float: none !important;
}

div#loginintro p
{
color: #303030;
float: none;
font-size:13px;
left:0;
position:relative;

padding-right:26px;
}

div#background
{
width: 848px !important;
overflow: hidden;
clear: both;
}

h1.loginform
{
	position: relative;
	left: -34px;
	top: 25px;
	width: 351px;
	height:25px;
	background-color:#9490cc;
	color: #ffffff;
	padding-left:63px;
	padding-top:2px;
	display: none;	
}

h1.welcome
{
	position:relative;
	margin-top:10px;
	font-size: 1.4em;
	color: #303030;
	padding: 15px 0 8px 0;
	border-bottom: 1pt solid #979797;
	width: 377px;
	margin-left: 10px;
}


form#loginform {
	float: right;
	margin: -35px 45px 15px 0;
	background: url('/images/login_bg.gif') top left no-repeat;	
	padding: 140px 5px 20px 50px;
	width: 330px;
	clear: right;
}

form#loginform dl.zend_form
{
	width: 250px !important;
}

form#loginform label
{
	float: left;
	color: #ffffff;
	padding-left: 10px;

}

form#loginform dd#password-element,
form#loginform dd#email-element
{
	padding-bottom: 5px;
	padding-top: 2px;
	margin-bottom: 3px;
}

form#loginform input#login
{
	border: 0 none;
	font-size: 1.2em;
	height:29px;
	color: #fff;
	background: #000;
	padding: auto 5px;
	margin-left: 0;
	margin-right: 60px;
	margin-top: 5px;
}


form#loginform dd#login-element
{
	float:left;
	position:relative;
	top: -17px;
	left:-25px;
}

div#loginintro
{
	width: 400px;
	height: 227px;
	left: 0;
	position:relative;
	margin-top: 40px;
	color: #303030;
	padding-top: 100px;
	background: url('/images/welcome_digital_media.gif') top right no-repeat;
}

form#loginform dt#email-label label
{
	padding-right: 40px;
}

/*NEW FRONT END STYLING*/
div#left
{
	height:100px;
	width:120px;
	position: relative;
	float: left;
	height: 100%;
	margin: 15px 0 0 12px;
	padding-right: 10px;
}

div#left a {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	line-height: 1.8em;
}


div#content
{
	float: left;
	width: 600px;
	padding: 0 40px 0 10px;
	height: auto;
	min-height: 500px;
	position: relative;
	left: -2px;
	color: #303030;
	font-size: 0.75em;
	margin-top: 0;
	border-left: 2pt solid #f47fc5;
}





div#left div.weeks
{
	margin-left: 15px;
}


div#left div.weeks a
{
	font-weight: normal;
	font-size: 0.75em;
}

fieldset label
{
	float: none !important;
}

div.col1
{
	float:left;
	margin-left:0;
	margin-top:6px;
}

div.col2
{
	float: right;
	width: 365px;
	margin-right: 35px;
}

#container h2
{
	top:20px;
	font-size: 1.4em;
	color: #303030;
	padding: 15px 0 8px 0;
	border-bottom: 1pt solid #979797;
}

#container p
{
	font-size: 0.8em;
}

#container form
{
	font-size: 0.8em;
	margin-top: 30px;
}

#container form label
{
	width: 150px;	
	padding-bottom: 10px;
}

form#loginform label {
	width: 40px;
}

#container form input
{
	margin-bottom: 15px;
}

form#loginform input {
	margin-bottom: 5px;
}

#container form input#changePass {
	border: 0 none;
	font-size: 1.2em;
	height:29px;
	color: #fff;
	background: #000;
	padding: auto 5px;
	margin-left: -40px;
	margin-right: 60px;
	margin-top: 5px;	
}

dd#password-element {
	padding-left: 50px;
}

dd#password-element input {
	width: 142px;
}

div#content p {
font-size: 1.2em;
}

div#content h2
{
	font-size: 1.8em;
	border: none;
}

#container h1 {
	position:relative;
	margin-top:10px;
	font-size: 1.4em;
	color: #303030;
	padding: 15px 0 8px 0;
	margin-left: 0;
		border-bottom: 1pt solid #979797;
}

button.msgs, input#Go {
	border: 0 none;
	font-size: 0.8em;
	height:29px;
	color: #fff;
	background: #000;
	padding: auto 5px;
	margin: 0;
}

input#submit, input#cancel, button.msg-btns {
	border: 0 none;
	font-size: 1em;
	height:29px;
	color: #fff;
	background: #000;
	padding: auto 5px;
	position:relative;
}

button.msg-btns {
	font-size: 0.8em;
}

button#forgotten_password {
	border: 0 none;
	font-size: 1em;
	height:29px;
	color: #fff;
	background: #000;
	padding: auto 5px;
	left:35px;
	position:relative;
	top:-51px;
	float:right;
}

input#Go {
	font-size: 1em;
	padding-left: 10px; /* needed for IE */
	padding-right: 10px;  /* needed for IE */
}

button.btn_add {
	float: right;
}

table#messages {
	width: 100%;
	border: none;
	font-size: 0.8em;
	border-top: 1pt solid #303030;
	border-left: 1pt solid #303030;
	margin-top: 20px;
	padding: 0;
	border-collapse: collapse;
}

button#swap, button#reset, button#back {
	float: right;
}

button#reset {
	margin-right: 10px;
}

table#messages th {
	font-weight: bold;
	background: #CCC;
	color: #303030;
}

table#messages td, table#messages th {
	border-right: 1pt solid #303030;
	border-bottom: 1pt solid #303030;
	margin: 0;
	padding: 3px;
}

table#messages th {
	background: #303030;
	color: #fff;
}

form#searchform {
	width: 350px;
	border: 1pt solid #000;
	padding: 15px 15px 0 15px;
	background: #303030 url(/images/modules_top.gif) no-repeat left top;
	color: #fff;
	border: 0;
	margin-bottom: 35px;
}

dd#Go-element {
	margin-left: 0;
}

form#searchform dt  {
	clear: left;
}


form#searchform dt#act-label, form#searchform dd#act-element, form#searchform dt#pageLaNum-label, dt#LaOrAr-label, dd#LaOrAr-element  {
	display: none;
}

dd select {
	margin-bottom: 15px;
}

dd textarea {
	width: 400px;
	height: 200px;
}

dd#submit-element {
	width: 100px;
	margin-left: 160px;
}

dt#cancel-label {
	display: none;
}

a img {
	border: none;
}

.msg-reply {
background:#fff; width:780px; display:block; border:1px solid #303030; padding:10px;
cursor: pointer;
}