body {
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, sans-serif;
	font-size:13px;
	background-color:white;
	background-image: url("/images/bg.gif");
}

html, body{
	height: 100%;
}

img{
	border:0px;
}

/****************************************/
/*-------------- HELPERS ----------------*/
/****************************************/

.floatRight{
	float:right;
}

.clearRight{
	clear:right;
}

.floatLeft{
	float:left;
}

.clearLeft{
	clear:left;
}

.floatContainer{
	overflow:hidden;
}




/*------Major layout Divs-------*/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}

#header{
	background-color:#8eb922;
	color:white;
	padding-top:20px;
}


#headerContent{
	width:960px;
	margin: 0px auto;
}


#menu{
}

#menu ul{
	margin: 0 auto; 
	width:960px;
}

/****************************************/
/*--------------Login Page----------------*/
/****************************************/
.loginForm {
	width:550px;
	height:120px;
	margin:0 auto;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 10px;
	background-color:#FFF;
	-moz-box-shadow: 0 0 10px 10px #e1e1e1;
	-webkit-box-shadow: 0 0 10px 10px #e1e1e1;
	box-shadow: 0 0 10px 10px #e1e1e1;
	background-image:url(/images/logos/monolith.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto 0 auto;
	padding:200px 50px 0px;
}

.loginForm input[type='text'], .loginForm input[type='password']{
	width:190px;
	height:37px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	font-size:16px;
	color:#999;
	padding:0 5px 0 5px;
	background-image:url(/images/bg_field.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border:1px inset;
	margin-right:5px;
}

.loginForm input:focus {
	border:1px inset;
	background-color: #00ff00;
}

.loginForm input[type='submit'] {
	width:105px;
	height:40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	font-size:16px;
	color:#fff;
	background-image:url(/images/bg_submit.gif);
	background-repeat:repeat-x;
	background-position:top left;
	border:1px inset;
	cursor:pointer;
}

.loginForm .forgotPassword {
	width:550px;
	margin:30px auto 0 auto;
	text-align:center;
	font-size:12px;
	display:inline-block;
	color:#999;
	text-decoration:none;
}

.loginForm .forgotPassword:link, .loginForm .forgotPassword:visited {
	color:#999;
	text-decoration:none;
}

.loginForm .forgotPassword:hover, .loginForm .forgotPassword:active {
	color:#333;
	text-decoration:none;
}

/****************************************/
/*--------------Messages----------------*/
/****************************************/
#messages{
	background-color:white;
	margin: 0 auto; 
	width:976px;
	padding:2px;
}


#messages .notifyError{
	background-color: #F0D2D2;
    border-bottom: 1px solid #990000;
    border-top: 1px solid #990000;
    color: #000000;
    line-height: 1.5em;
    padding: 20px;
   
}

#messages .successMessage{
	background-color: #F0D2D2;
    border-bottom: 1px solid #990000;
    border-top: 1px solid #990000;
    color: #000000;
    line-height: 1.5em;
    padding: 20px;
}

#messages .notifySuccess {
    background-color: #D7ECC6;
    border-bottom: 1px solid #7BC142;
    border-top: 1px solid #7BC142;
    color: #000000;
    line-height: 1.5em;
    padding: 20px;
}

#messages .notifyWarning {
    background-color: #FFFFCC;
    border-bottom: 1px solid #990000;
    border-top: 1px solid #990000;
    color: #000000;
    line-height: 1.5em;
    padding: 20px;
}

.warningMessages{
	background-color: #FFFFCC;
    border-bottom: 1px solid #990000;
    border-top: 1px solid #990000;
    color: #000000;
    line-height: 1.5em;
    padding: 20px;
    margin-bottom:10px;
   
}

/****************************************/
/*--------------?????----------------*/
/****************************************/

.cmsWrapper #content {
	margin:0 auto;
	padding:10px;
	width:960px;
	background-color:white;
	background-image: none;
}

/****************************************/
/*--------------Footer----------------*/
/****************************************/

#footer{
	background-color:#8eb922;
	color:white;
	padding-top:20px;
}

#footer, .push{
	height:80px;
	margin:0 auto;
	padding: 5px 0 0 10px;
}

#footerContent{
	margin:0 auto;
	width:960px;

}

/* ---------  Header Specific Styles -------------- */
#headerContent h1 {
	margin:0px 0px 15px 0px;
	padding:5px 50px 0px 0px;
	font-size:20px;
}
	
/* ---------  Content Styles-------------- */
/* ---------  ::Text  -------------- */

#content h1{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#669933;
}

#content p{
	margin:10px 5px;
	padding:0px;
}


/*****************************************/
/* ---------  Form Styles -------------- */

.cmsForm { 
}
 
.cmsForm .control-group{
	margin-bottom:8px;
}

.cmsForm label{ 
	display:inline-block;
	width:170px;
	font-weight:bold;
	vertical-align: top;
}

.cmsForm input[type=text]{ 
	border-width:1px;
	border-color:black; 
	margin:3px 0px;
}


.cmsForm input[type=password]{ 
	border-width:1px;
	border-color:black; 
	margin:3px 0px;
}

.cmsForm input[type=file]{ 
	border-width:1px;
	border-color:black; 
	margin:3px 0px;
}


.cmsForm input.radio {
	color:#333333;
	background-color:#fff;
	width: 10px; 
	margin: 3px 0px;	
}

.cmsForm input.checkbox{
	color:#333333;
	background-color:#fff;
	width: 10px; 
	margin: 3px 0px;
}

.cmsForm textarea{
	width: 650px;
	height: 100px;
	border-width:1px;
	border-color:black;
	font-size:12px; 
	font-family:verdana, arial, helvetica, sans-serif;
	margin: 3px 0px;
}

.cmsForm select{
	border-width:1px;
	border-color:black; 
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	max-width:300px;
	margin: 3px 0px;
}

.cmsForm fieldset{
	margin:10px;
}



/* Dialog Forms */
.dialogForm label{
	display:inline-block;
	width:150px;
	font-weight:bold;
	vertical-align: top;
}


/****************************************/
 /* --------- Specifics for photo galleries ---------*/
 
 ul.sortablelist {
    list-style-image:none;
    list-style-type:none;
    margin-top:5px;
    margin:0px;
    padding:0px;
  }

li.gallery{
	display:block;
	height:40px;
	width:80px;
	margin:2px;
	padding:0px;
	font-size:10px;
	background-color:lightgreen;
	border:1px;
}


li .handle {
    color:white;
    cursor: move;
    float:left;
    margin-right:20px;
}

li .delete {
    color:white;
    cursor: pointer;
    float:right;
}

#photosContainer{
	overflow:hidden;
}
/*
#photosContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#photosContainer ul li { 
	float:left;
	padding: .2em 1em;
}
*/

.ui-sortable-placeholder2 { 
	border: 1px dotted black !important;
	visibility: visible !important;
	height: 134px !important;
	width: 104px !important;
	margin:10px !important;
	float:left;
	border-radius: 5px 5px 5px 5px;
	}

	
#photosContainer  .photoImage{
	height: 104px;
	width: 104px;
}

.photoFrame .delete{
	display:block;
	background-image: url(../images/icons/delete.png);
	background-repeat: no-repeat;
	background-position:center center; 
	width:20px;
	height:20px;
}


.photoFrame .edit{
	display:block;
	background-image: url(../images/icons/edit.gif);
	background-repeat: no-repeat;
	background-position:center center; 
	width:20px;
	height:20px;
}

/****************************************/
.fileList{
	min-height:50px;
}


/*All file uploads*/
li.file{
	display:block;
	height:60px;
	padding:2px 0px 2px 0px;
	background-color: #F1F1F1;
	overflow:hidden;
	margin-bottom:5px;
	z-index:10;
}


li.file .fileName{
	padding:20px 0px 0px 100px;
}

li.file .fileDate{
	padding:20px 10px 0px 0px;
}

li.file.fileMove{
	cursor:move;
}

li.file .fileEdit{
	padding:20px 5px 0px 0px;
}

li.file .fileDelete{
	padding:20px 5px 0px 0px;
}

.file-sketch{
	background:url(/images/icons/icon-sketch.png);
	background-size:60px 60px;
	background-repeat:no-repeat;
	height:70px;
}
.file-pdf{
	background:url(/images/icons/file-pdf.png);
	background-size:60px 60px;
	background-repeat:no-repeat;
	height:70px;
}
.file-text{
	background:url(/images/icons/file-txt.png);
	background-size:60px 60px;
	background-repeat:no-repeat;
	height:70px;
}
.file-doc{
	background:url(/images/icons/file-doc.png);
	background-size:60px 60px;
	background-repeat:no-repeat;
	height:70px;
}
.file-xls{
	background:url(/images/icons/file-xls.png);
	background-size:60px 60px;
	background-repeat:no-repeat;
	height:70px;
}
.file-img{
	background:url(/images/icons/file-jpg.png);
	background-size:60px 60px;
	background-repeat:no-repeat;
	height:70px;
}

.file-video{
	background:url(/images/icons/file-video.png);
	background-size:60px 60px;
	background-repeat:no-repeat;
	height:70px;
}


/*Strictly for login div*/
.loginDiv{
	width: 350px;
	margin:50px auto;
	border-width:10px;
	border-style:solid;
	border-color:#ccff99; 
	background-color:#efefef;
	padding: 0px 10px;
}



/*Special text styles*/
.alert {
	font:10px verdana, arial, helvetica, sans-serif;
	color:#cc0000;
}


/* displaying lists*/
.cmsList{
	list-style-type: none;
	margin: 0;
	padding-top:30px;
	padding-left:0px;
	overflow:hidden;
}

.cmsList li{
	width:600px;
	padding: 3px 0px;
	border-color: black;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    overflow: hidden;
    margin-bottom:8px;
}

/* what is this for*/

/*.cmsList li div{*/
	/** padding: 5px 0px;
	 overflow:hidden;
	 **/
/*	 border-color: black;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    overflow: hidden;
    width: 90%;
}*/

.cmsList li.mainNav{
	width:750px;
	padding: 3px 50px;
}

.cmsList li.subNav{
	width:700px;
	padding-left:50px;
	background-image: url(../images/icons/indent.png);
	background-repeat: no-repeat;
	background-position:center left; 
	margin-left:50px;
	padding-right:100px;
}

.iconButton{
	width: 20px; 
	height: 20px;
}

/*For privs section*/
.mainPriv{
	width:800px;
}

.subPriv{
	width:770px;
	padding-left:30px;
}

/*TEMPLATE STUFF*/
#tUnassigned_0{
	width:300px;
	min-height:400px;
	border-style:solid;
	border-width:1px;
	padding:5px;
	float:right;
	clear:right;
	background-color: #DDDDDD;
}
#tWrapper{
	/*min-height:400px;*/
	border-style:solid;
	border-width:1px;
	padding:5px 0px 5px 5px;
	float:left;
	background-color:#DDDDDD;
	height:100%; 


}
.tColumn{
	padding:5px;
	min-height:100px;
	border-style:solid;
	border-width:1px;
	margin-bottom:5px;
	background-color:white;
	margin-right:5px;
	height:100%;
}

.subPrivItem{
	width:580px !important;
}

.portlet { margin: 0 0 1em 0; }
.portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 0.4em; }

/*test*/
.jstree-icon{
	float:left;
}

/*modifying jquery default tab width*/
.ui-tabs .ui-tabs-nav li a {
    padding: 0.5em 0.9em;
}



#merchandiseImages   .photoImage, 
#merchandiseImages   .photoImage,
.merchandise .photoImage{
	height: 104px;
	width: 104px;
}

/* Templates*/
#pageManager .templatePageBlock{
opacity:.50;
filter:alpha(opacity=50);
filter: “alpha(opacity=50)”;
}

/* Templates*/
#pageManager .templatePageBlock .settingsContent{
display:none;
}

#pageManager .templatePageBlock .deleteContent{
display:none;
}
#pageManager .templatePageBlock .ui-button-text{
display:none;
}

.instructions{
	font-size:14px;
line-height:20px;
}

.eventDate{
/*color:red;
background-color:blue;
*/opacity: .5;
filter: Alpha(Opacity=50);
font-weight: normal;
}

.cmsList .disabled{
background-color:#FFC;
}

.tColumn{
	float:left;
}


/*Overrideing file uploads*/
.qq-uploader {
	background-image: url(/images/icon_paperclip.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	padding: 10px;
	position: relative;
	width: auto;
	margin-bottom: 8px;
	border: 1px dashed #AAA;
	height: 60px;
}

.qq-uploader .qq-upload-button{
	width:auto;
	background: #FFF;
	color:#000;
	border:none;
}

#galleryPhotoUploader #file-uploader_1 .qq-uploader{
background: url(/images/icons/file-jpg.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	opacity:0.50; 
	filter:alpha(opacity=50);
	padding-left:100px;
}

#videoForm #file-uploader_1 .qq-uploader{
	background-image: url(/images/icons/file-video.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	opacity:0.5; 
	filter:alpha(opacity=50);
	padding-left:100px;
}


#videoForm  .qq-uploader .qq-upload-list {
	margin-left:100px;
}

/*#videoForm #file-uploader_1 .qq-uploader .uploadButton{
position:absolute;
}*/

#videoForm li .fileDelete a.delete{
	color:black;
}

#videoForm #file-uploader_2 .qq-uploader{
	background: url(/images/icons/file-jpg.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	opacity:0.50; 
	filter:alpha(opacity=50);
	padding-left:100px;
}
