* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

body {
	font-family: Geneva, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
/*	padding: 2px;*/
    min-height: 100%;
}

a img {
    border: none;
}

acronym {
    border:none;
}

abbr[title] {
    cursor: help;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.center{
    display:block;
    text-align: center;
}

.italic {
    font-style: italic;
}
/* Safari and Chrome support type="date" but have ugly spinner buttons
  this should remove them */
input[type=date]::-webkit-outer-spin-button, input[type=datetime]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type=date]::-webkit-inner-spin-button, input[type=datetime]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#outerDetailWrapper, #outerTreeWrapper {
    padding: 5px;
}


#cms-login {
    width: 550px;
    min-height: 180px;
/*    border:1px solid blue;*/
    /*position: absolute;
    margin-left: -275px;
    left: 50%;
    top: 30%;*/
}

#cms-login table {
    width:520px;
    margin:10px auto 5px auto;
/*    border-width:1px 0 0 1px;
    border-style: solid;
    border-color:#d6d3ce;*/
}
#cms-login input[type=text], #cms-login input[type=password] {
    width: 250px;
    float:none;
}
#cms-login label {
/*    display:inline;
    width: auto;*/
}

#cms-login #logoContainer {
    float:left;
    margin: 15px;
    width: 100px;
    height: 100px;
    border: 1px solid #dddddd;
    overflow:hidden;
}

#cms-login #logo {
/*    position: relative;*/
    display:table;
    width: 100px;
    height: 100px;
    /* vertical-align hack for IE lte 7. IE8 needs no hack! wooo! < -- this made me laugh */
    #position: relative;
}
#cms-login #logo #logoInner {
    display:table-cell;
    vertical-align:middle;
    position: relative;
    
    /* vertical-align hack for IE lte 7. IE8 needs no hack! wooo! */
    #position: absolute;
    #top: 50%;
}
#cms-login #logo img {
    max-height: 125px;
    max-width: 125px;
    display: inline-block;
    /* vertical-align hack for IE lte 7. IE8 needs no hack! wooo! */
    #position: relative;
    #bottom: 50%;
}



#cms-login ol {
    margin: 25px 15px 15px 15px;
/*    margin:0 0 0 auto;*/
/*    width:270px*/
}

.invalid-msg {
    clear:both;
    height:14px;
    margin-left: 110px;
}
.invalid-msg, .invalid-msg>div {
    line-height: 14px;
    font-size: 12px;
    vertical-align: bottom;
    text-align: left;
    color: #990000;
}
.invalid-msg br { /* interackt fix */
    display: none;
}


#cms-login .formButtons {
    clear:both;
    font-size:12px;
/*    line-height:24px;*/
    text-align:right;
    margin: 15px;
    padding:0;
    vertical-align: middle;
/*    padding-top:5px;*/
/*    padding-right:15px;*/
}

*:first-child+html #cms-login .formButtons {
    margin: 0 15px 15px 15px;
}

#cms-login label {
    font-size: 20px;
}
#cms-login input[type=text], #cms-login input[type=password] {
    font-size: 20px;
}



.login-page .lightbox-inner {
    background-color: #ffffff;
}

.login-page .lightbox {
    -moz-box-shadow: 0 0 72px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 72px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 72px rgba(0, 0, 0, 0.5);
    border:1px solid #565b34;
}


a {
    color: #0000aa;
}
a:hover {
    color: #565b34;
/*    background-color:#eeeeee;*/
}


.group{
	
}

	.group:after{
		content: ".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}

.thestyle {
    color: #ff0000;
}



.clear {
	clear: both;
}

/* Permissions tree */
:focus {
    outline:        none;
}

ul#menu-links, #menu-links ul, #menu-links li {
    margin:0;
    padding:0;
    list-style:none;
}

#menu-links a {
    display:        block;
    position:       relative; /* IE6 fix */
    margin:         0 3px;
    padding:        2px 2px 2px 22px;
    text-decoration:none;
    border-bottom:  1px dotted #dddddd;
}
#menu-links li:last-child a {
    border-bottom:  none;    
}

#menu-links h2 {
    margin: 10px 0;
    padding: 3px;
    font-size:11px;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


#menu-links a img {
    position:       absolute;
    left:           3px;
    top:            3px;
    /*vertical-align: -4px;
    margin-right:   4px;*/
    border:         none;
	width:			16px;
	height:			16px;
}
#menu-links a span {
    line-height:16px;
}
#menu-links a:hover {
    background:     #eeeeee;
}
#menu-links a:hover span {
    color:          #565b34;
}

ul.sublist{
    margin-bottom:0;
    margin-left:15px;
}





/* header ********************** */

#header {
    position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#header #leftLogo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B9CB1D;
	width: 352px;
	float: left;
}
#header #rightLogo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B9CB1D;
	width: 92px;
	float: right;
}
#header #top {
	background-image: url(../images/light_green_bar_background.gif);
	background-repeat: repeat-x;
	background-color: #B9CB1D;
}
#header #login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	padding-left: 7px;
}
#header #logout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	padding-right: 7px;
/*	width: 160px;*/
	text-align: right;
}
#header #bottom {
	background-image: url(../images/dark_green_bar_background.gif);
	background-repeat: repeat;
/*height: 17px;*/
    padding:2px 0 3px 0;
}
#header #bottom #login strong {
	color: #B9CB1D;
}
#header #bottom #logout a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


/* **************************** */
























.formWrapper {
    padding:  0 15px 15px;
}

.formWrapper h2 {
    font-weight: bold;
    font-size:  12px;
    margin:     5px 0;
    padding:    3px 0;
    color:      #444444;
    border-bottom: 1px dotted #444444;
    vertical-align: baseline
}

.formWrapper h3 {
    font-weight: bold;
    font-size:  11px;
    margin: 5px 0
}

.formWrapper p {
    margin: 10px 0;
}



/* Form validation */

#infoPanel {
    float: left;
    padding:10px 20px 20px 20px;
   
}

.required-char {
    color: red;
}

#validationText {
    height: 15px;
    color: red;
}

h1, .KT_tng h1 {
    background: #565b34;
    margin:     0;
    font-size:  12px;
    padding:    3px 3px 3px 13px;
    color:      #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.error-message {
    background: #9B0000;
    margin:     5px 0 0 0;
    font-size:  12px;
    padding:    3px 3px 3px 13px;
    color:      #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


div>ul.menu-tree {
    padding-left: 0;
}
.menu-tree li>ul {
/*    padding-top: 4px;*/
}
.sortable li {
    cursor: move;
}

ul.menu-tree {
    margin-top: 15px;
}

.menu-tree li a {
    white-space: nowrap;
}

.menu-tree li.file a {
    background: url(/admin/modules/content/img/public.png) no-repeat 0 0;
}

.menu-tree li.folder>a {
    background: url(/admin/modules/content/img/icon_folder.png) no-repeat 0 0 !important;
}

.menu-tree li.parent>a {
    background: url(/admin/modules/content/img/public.png) no-repeat 0 0;
}

.menu-tree li.private a {
    background: url(/admin/modules/content/img/private.png) no-repeat 0 0;
}

.menu-tree li.template a {
    background: url(/admin/modules/content/img/template.png) no-repeat 0 0;
}

.menu-tree li.block a {
    background: url(/admin/modules/content/img/block.png) no-repeat 0 0;
}

.menu-tree li.form a {
    background: url(/admin/modules/form/img/icon.png) no-repeat 0 0;
}

.menu-tree li.testimonial a {
    background: url(/admin/modules/testimonials/img/icon_testimonial.png) no-repeat 0 0;
}


.menu-tree li {
    position: relative;
/*    z-index: 999;*/
}
.menu-tree .tree-tooltip {
    position: relative;
/*    z-index: 999;*/
}
.menu-tree .tree-tooltip div {
    display: none;
    position: absolute;
    left:10px;
    top:25px;
    
    background: none repeat scroll 0 0 #F4F5EB;
    border-color: #DDDDDD #666666 #666666 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    white-space:normal;
    padding: 5px;
    width: 180px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    
    font-family: verdana;
    z-index: 9999;
}
.menu-tree .tree-tooltip div:hover {
    display: none!important;
}
.menu-tree .tree-tooltip:hover>div {
    display: block;
    z-index: 9999;
}

.menu {
    list-style: none;
}
.menu li {
    margin-bottom: 5px;
}

/* Option menu, top of middle pane */
    .top-menu {
        margin: 15px;
        line-height: 18px;
        list-style-type: none;
    }

    .top-menu li {
        white-space: nowrap;
    }
    .top-menu li a {
        display: block;
        padding: 3px 10px 2px 10px;
    }
    .top-menu li a:hover {
        background-color: #efefef;
    }
    .top-menu li img {
        vertical-align: -3px;
        border: medium none;
        margin-right: 5px;
    }

    .top-menu li, .top-menu li a {
        background-image:none;
        text-decoration:none;
    }



/* Messages */

.messages {
    list-style: none;
}
.messages.floating {

    position: absolute;
    width: 400px;
    top: 30px;
    margin-left: -200px;
    left: 50%;

}

.message {
/*            border: 1px solid #aaaaaa;*/
/*    float:left;*/
    background-color: #e1e4d9;
    padding: 10px;
    margin: 10px 0;
    color: #000000;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 10px 50%;

}


.message.info {
    padding-left: 35px;
    background-image: url(/admin/images/icon_info.png);
}
.message.warning {
    padding-left: 35px;
    background-image: url(/admin/images/icon_warning.png);
    color: #330000;
}
.message.error {
    padding-left: 35px;
    background-image: url(/admin/images/icon_error.png);
    background-color: #EBC2C0;
    border: 1px solid #ac1111;
    color: #330000;
}
.message.saved, .message.success, .message.successful {
    padding-left: 35px;
    background-image: url(/admin/images/icon_saved.png);
    border: 1px solid #006600;
    background-color: #ccff99;
    color: #006600;
}




/* Lightbox Styles */


.lightbox-inner h1 {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}


/* Form Styles - Core */

form ol{
	padding:0;
	margin:0;
}


    form fieldset {
        border: none;
        margin-bottom: 10px;
    }
    form fieldset:last-of-type {
        margin-bottom: 0;
    }


    form legend {
        font-weight: bold;
        font-size:  16px;
        margin:     5px 0;
        padding:    3px 0;
        color:      #444444;
/*        border-bottom: 1px dotted #444444;*/
/*        text-shadow: 0 1px 1px #c0d576;*/
    }


    form fieldset ol {
        margin-left: 15px;
}

	form ol li{
		list-style:none;
		padding:0 0 1px 0;
		margin:5px 0 0 0;
		overflow:hidden;
        color:#000000;
	}

	form ol li:first-child{
		margin:0;
	}

		form ol label {
			cursor:pointer;
			font-size:11px;
			font-weight:normal;
			width:100px;
			float:left;
			padding:0 10px 0 0;
                        color:#666666;
		}

		form ol input[type=text], form ol input[type=date], form ol input[type=url], form ol input[type=number], form ol input[type=email], form ol input[type=time], form ol input[type=datetime], form ol input[type=password], form ol input[type=file], form ol textarea, form ol select{
			border-style:solid;
			border-width:1px;
			border-color:#B8B4AA #d2cec4 #d2cec4 #B8B4AA;
			font-family: Geneva, "Trebuchet MS", Verdana, Arial, sans-serif;
			font-size:11px;
			padding:2px 5px;
			width:175px;
/*			float:left;*/
		}

        form ol select option {
            padding: 0;
        }
        form ol select.tree option {
            margin: -2px 0;
        }

        form ol textarea {
            overflow:auto;
        }

        form ol input[readonly] {
            background-color: #eeeeee;
        }

			form ol input[type="text"]:focus, form ol input[type="email"]:focus, form ol input[type="number"]:focus, form ol input[type="password"]:focus, form ol input[type="file"]:focus, form ol textarea:focus, form ol select:focus{
				background-color:#f7f4f7;
			}

/*		select{
			width:304px;
		}*/

		form ol textarea {
			height:100px;
		}

		.captchaBlock{
			width:105px;
			float:left;
		}

			.captchaBlock img{
				float:left;
			}

			.captchaBlock input{
				float:left;
				margin:5px 0 0;
			}

			.captcha{
				width:90px;
			}

		.validation{
                    
/*                      OLD VALIDATION:    

                        color: #F00;
			font-size:10px;
			padding:0 5px;*/
                        
                        background: none repeat scroll 0 0 #F5CACA;
                        border: 1px solid #C45959;
                        color: #400F0F;
                        padding: 2px 5px;
                        text-align: center;
                        width: 220px;
            
		}
        img.validation{
            vertical-align: -4px;
        }
        
        /* Not sure about this selector, why it needs to be so complex? */
        
/*        form ol input:-moz-ui-invalid + .validation,
        form ol input.invalid + .validation,
        form ol select.invalid + .validation*/
        .validation {
            display: inline-block;
        }
        form ol input:-moz-ui-invalid, form ol input.invalid, form ol textarea.invalid, form ol select.invalid {
            border-color: #cc0000 #dd0000 #ff0000 #dd0000 !important;
            box-shadow: none;
        }
        
        .group-validate-message {
            color: red;
        }
        
		#code-invalid{
			margin:33px 0 0 0;
			float:left;

			padding:0 0 0 3px;
		}

		.formButtons{
			padding:10px 20px 20px 20px;
/*            text-align:right;*/
		}

			.formButtons input, .formButtons button, .formButtons select, .btn-form {

				color:#fff;
/*				width:70px;*/
				border:1px solid #565b34;
				cursor:pointer;
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				background:#565b34 repeat-x 0 50%;
				padding:3px 7px;
				font-weight:bold;
				font-size:11px;
			}

                        .formButtons select {
                        
                        }


				.formButtons input:hover, .formButtons button:hover, .btn-form:hover {
					background-color:#b9cb1d;
				}

/*				.formButtons input:active, .formButtons input:focus{*/
				.formButtons input:active, .formButtons button:active, .btn-form:active {
					background-color:#bbbbbb;
				}
                                
                        form li.float-elements div {
                            float:left;
                        }
                        form li.float-elements label {
                            display: block;
                            float: none;
                            margin-bottom: 1px;
                        }
                        
                        form li.float-elements {
                            margin: 20px 0;
                        }

.noBorder{
    border-style:none !important;
}

#confirmation-msg{
	background-color:#FFF9E9;
}




#header-img {
    display:block;
    cursor:pointer;
    max-width:500px;
}

#header-preview-img-wrap {
    position:relative;
    width: 500px;
    height: 100px;
    overflow:hidden;
}
#header-preview-img-wrap:hover {
    overflow: visible;
}
#header-preview-img-wrap #header-img {
    position: absolute;
    left:0;
    top: 50%;
}

.cms-lb-form {
    padding: 15px;
}

/* header lightbox styles */

#headerLb #headerLb-inner>div {
/*    padding: 30px 5px 5px 5px;*/
}

#headerLb #thumbnailList {
    height: 420px;
    overflow: auto;
}

#headerLb #thumbnailList .image {
    position: relative;
/*    width: 100px;*/
/*    height: 100px;*/
    padding: 2px;
    border: 1px solid #dddddd;
/*    float: left;*/
    margin: 0 10px 10px 0;
    overflow:hidden;
}

#headerLb #thumbnailList .image:hover {
    border: 1px solid #555555;
}

#headerLb #thumbnailList .image.highlight {
    border-color: red;
}

#headerLb #thumbnailList .image img.preview, #headerLb #thumbnailList .image span.preview {
    float:left;
    width: 50%;
    margin-right: 10px;
}
#headerLb #thumbnailList .image span.preview {
    padding: 13px 0;
    text-align:center;
}
#headerLb #thumbnailList .image .preview-info {
    margin-left: 50%;
}
#headerLb #thumbnailList .image .icon {
    display:none;
}
#headerLb #thumbnailList .image:hover .icon {
    display:block
}

/*Upload Buttons*/

.uploadFileButton {
	height: 16px;
	width: 120px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	color:#000000;
        margin-bottom: 10px;
}
.uploadFileButton .uploadButton {
	top: 0px;
	right: 0px;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	cursor: pointer;
}
.uploadFileButton img {
        height: 16px;
        margin-right: 5px;
        vertical-align: -3px;
        width: 16px;
}
.uploadFileButton .uploadTitle {
    font-weight: bold;
}
#outerDetailWrapper ol .contentImage {
    border: solid 1px #CCCCCC;
    padding: 2px;
}
#outerDetailWrapper ol span.tabbed {
    display: block;
    margin-left: 110px;
    margin-top: 5px;
}
.comment-link {
    color: #0000AA;
    cursor: pointer;
}
.inactive a {
    color: #666666;
}

/* Form manager */

#optionsTab #item-values-new {
    cursor: pointer;
    margin-bottom: 5px;
    background: url('/admin/icons/add.png') no-repeat 0 0;
    padding-left: 20px;
    width: 40px;
}

#optionsTab .delete-button {
    cursor: pointer;
}


/* Message Box Styles */



#messageClose {
    float:          right;
    display:        block;
    cursor:         pointer;
    margin-top:     4px;
    margin-right:   10px;
}

.dialog {
     position:absolute;
/*    top:300px;
    left:350px;*/
    z-index:501;
    width:  200px;
    font-family:Verdana, Tahoma, Arial, sans-serif;
    font-size:11px;
    /*margin:0px auto;*/
    /*min-width:8em;
    max-width:760px;*/ /* based on image dimensions - not quite consistent with drip styles yet */
    color:#000000;
    /*z-index:1;*/
    margin-left:12px; /* default, width of left corner */
    margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .message,
.dialog .t,
.dialog .b,
.dialog .b div {
/*    background:transparent url(dialog2-blue-800x1600.png) no-repeat top right;
    _background-image:url(dialog2-blue.gif);*/
    background:transparent url('../images/tooltip.png') no-repeat top right;
    _background-image:url('../images/tooltip-8bit.png');
}

.dialog .message {
    position:relative;
    zoom:1;
    _overflow-y:hidden;
    padding:0px 12px 0px 0px;
    margin: 0;
}

.dialog .t {
    /* top+left vertical slice */
    position:absolute;
    left:0px;
    top:0px;
    width:12px; /* top slice width */
    margin-left:-12px;
    height:100%;
    _height:1600px; /* arbitrary long height, IE 6 */
    background-position:top left;
}

.dialog .b {
    /* bottom */
    position:relative;
    width:100%;
    background-position:bottom right;
}
.dialog .b,
.dialog .b div {
    height:30px; /* height of bottom cap/shade */
    font-size:1px;
}



.dialog .b div {
    position:relative;
    width:12px; /* bottom corner width */
    margin-left:-12px;
    background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
    position:relative;
}

.dialog .wrapper {
 /* extra message protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:10px 0px 5px 0px;
}

.dialog h1 {
    font-size:  13px;
    padding-bottom:0px;
    background: none;
    color: #776655;
}
#altForm {
    border-top:1px solid #000;
    margin-top:5px;
}
#altForm #altText {
    margin:0 5px;
}
.plupload {
/*    position: static !important;*/
}
.url-list {
    list-style: none;
}
.url-list li {
    margin-bottom: 10px;
}

.floatRight{
    float: right;
}

.floatLeft{
    float: left;
}

.pseudoButton a{
    background: none repeat-x scroll 0 50% #565B34;
    border: 1px solid #565B34;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 7px;
    text-decoration: none;
    margin: 20px;
    vertical-align: middle;
    display: inline-block;
}

.pseudoButton a:hover{
    background-color: #B9CB1D;
}

.lightbox-inner textarea,input,select {
    font-family: "Geneva","Trebuchet MS","Verdana","Arial","sans-serif";
    font-size: 11px;
}
.preview-link {
    display:block;
    float:right;
    text-decoration:none
}
.preview-link img {
    border:none;
    vertical-align:-3px;
}

/* Custom Tiny MCE Styles */

#content_toolbar5 img {
    height: 16px;
    margin: 2px 0 0 2px;
    width: 16px;
}
.cw-markup {
    display: none!important;
}