/* 
    Document   : application
    Created on : 13-Sep-2009, 2:18:59 PM
    Author     : Eric
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
* { margin: 0; padding: 0; }
input{padding:2px;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



html, body{
    height: 100%;
}

body{
    background: #FFF url(../images/background-tile-four.png) repeat;
}
a, span, b, body{font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 11pt;}
p.info{color: #969696;font-size: 9pt; padding-left: 5px; }

h2{font-size:16px;}

#page-background
{
    position:absolute;
    left: 50%;
    margin-left: -490px;
    background-image: url(../images/final-site-content-backdrop-box.png);
    background-repeat: no-repeat;
    width:980px;
    height:690px;
    z-index: -1;
}

#page-container
{
    width:980px;
    background-image: url(../images/backdrop-box-hor-slice.png);
    background-repeat: repeat-y;
    margin: 0 auto;
}

#container-bottom
{
    width: 980px;
    height: 22px;
    background-image: url(../images/backdrop-box-hor-slice-bottom.png);
    margin: 0 auto;
}

#footer
{
    width: 100%;
    background-image: url(../images/footer-slice.png);
    background-repeat: repeat-x;
    color: #FFF;
    height:30px;
    margin-top: 10px;
    text-align:right;
    font-size:10pt;
    position:relative;
}
#footer p
{
    position:absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px 3px 0;
    text-align:center;
    width:100%;
}
#footer a
{
    color: #FFF;
    font-size: 10pt;

}
#page
{
    width:950px;
    margin: 0 auto;
    padding-top: 30px;
    position:relative;
    z-index: 1;
}

#header
{
    width:950px;
    height: 50px;
    /*background: url(../images/title-bar-dymech-button.png) no-repeat;
    padding: 0 0 0 231px;*/
}

#tabs
{
    list-style-type:none;
    list-style-image: none;
    background-image: url(../images/grey-gradient-vert-slice-50.png);
    background-repeat: repeat-x;
    width:100%
}
#page.homepage .slideshow-container
{
    margin-top: 30px;
    margin-bottom: 30px;
}
#tabs li
{
    float:left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    height:50px;
    text-indent: -9999px;
}

#tabs li a { display: block; height: 50px; }

#tabs li.divider
{
    width: 1px;
    height: 50px;
    background-image: url(../images/title-bar-spacer.png);
}

#tabs li a
{
    background-position: 0px -100px;
}
#tabs li a:hover
{
    background-position: 0px -50px;
}
#tabs li.selected a, #tabs li a:active, #tabs li a:focus
{
    background-position: 0px 0px;
}

#tabs li#commercial a
{
    background-image: url(../images/title-bar-commercial-v2.png);
    width: 146px;
}

#tabs li#company a
{
    background-image: url(../images/title-bar-company-v2.png);
    width: 121px;
}

#tabs li#industrial a
{
    background-image: url(../images/title-bar-industrial-v2.png);
    width: 133px;
}

#tabs li#services a
{
    background-image: url(../images/title-bar-services-v2.png);
    width: 119px;
}

#tabs li#defense-security a
{
    background-image: url(../images/title-bar-defense-v2.png);
    width: 187px;
}

#tabs li#logo
{
    background-image: url(../images/title-bar-dymech-button.png);
    width: 243px;
}

div.admin #tabs li a:hover
{
    background-position: 0px 0px;
}
div.admin #tabs li a
{
    background-position: 0px -50px;
}
div.admin #tabs li#logo
{
    background-image: url(../images/back-end-title-bar-dymech.png);
    width: 378px;
}

div.admin #tabs li#home_link a
{
    background-image: url(../images/back-end-title-bar-gotosite.png);
    width: 172px;
}

div.admin #tabs li#user_guide a
{
    background-image: url(../images/back-end-title-bar-userguide.png);
    width: 172px;
}
div.admin #tabs li#contact a
{
    background-image: url(../images/back-end-title-bar-acumen.png);
    width: 226px;
}

#right-menu
{
    min-height: 525px;
    width: 177px;
    float: right;
    margin: 25px 8px 0 5px;
    overflow-y: auto;
    background: #666 url(../images/side-bar-530h-by-180w.png) repeat-x;

}

#right-menu h4{ color: #C0262A; margin:2px 0 5px 5px; }
#right-menu ul h4{display:block; color: #000; font-size: 10pt; margin-left: 0px; margin-bottom:0;}
#right-menu ul{list-style: none; margin-left:5px;}
#right-menu li{padding:3px 0;}
#right-menu li.seperator{width:165px; margin: 0 5px 0 0; height: 1px; background-image:url(../images/side-bar-spacer.png);background-repeat:no-repeat; padding: 0}

#right-menu a, #right-menu a:visited{color: #000; text-decoration: none; font-size:10pt;}


#right-menu li:hover{cursor:pointer;}
#right-menu li.selected:hover{cursor:auto;}

#right-menu ul#projects{list-style-position:inside;}
#right-menu #projects li{margin-left: 10px;}
#right-menu #projects li.selected{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: circle;
}
#right-menu #projects li.hidden
{
    background-color:#C0262A;
}

#content{}

#dynamic-container
{
    width:750px;
    height:550px;
    float:left;
    
    margin: 0 0 0 8px;
    padding: 0;
}

#action-line
{
    height:150px;
}

.slideshow-container
{
    width: 750px;
    height: 500px;
    /*overflow: hidden;*/
    margin: 50px auto 0 auto;
    position: relative;
}

.slideshow-container .slideshow
{
    float:left;
    position: absolute;
    top: 0;
    left: 0;
}

.new-image
{
    margin: 10px;
}

img{
    border:none;
}

.admin-section
{
    float:left;
    margin:20px 29px 0 0;
}

.admin-section.last
{
    margin-right:0;
}

.admin-section h3 {color: #660000; text-align:center; margin: 0; font-family: Tahoma, Helvetica, Arial, sans-serif; font-size: 11pt;}
.admin-section .admin-section-container {width:164px; height: 450px; border-left: 2px solid #660000; border-top: 2px solid #660000;}
.admin-section .admin-section-container a { display: block; height: 150px; width: 164px; text-indent: -9999px;background-position: 7px 0px; background-repeat:no-repeat;}
.admin-section .admin-section-container a:hover {background-position: 7px -150px;}

.admin-section .admin-section-container .admin-section-slideshow a {background-image: url(../images/back-end-slideshow-icon.png);}
.admin-section .admin-section-container .admin-section-ae a {background-image: url(../images/back-end-subcat-icon.png);}
.admin-section .admin-section-container .admin-section-add a {background-image: url(../images/back-end-newproject-icon.png);}
.admin-section .admin-section-container .admin-section-edit a {background-image: url(../images/back-end-savedproject-icon.png);}
.admin-section .admin-section-container .admin-section-edit-company a {background-image: url(../images/back-end-compinfo-icon.png);}
.admin-section .admin-section-container .admin-section-ae-employee a {background-image: url(../images/back-end-employeeprofile-icon.png);}

div#page.admin #header {margin-bottom:50px}
div.flash{text-align:center;color:#660000;}
a { outline-style: none;}
input.check{margin:0 0.25em 0 0.25em;}

#slideshow-alter {overflow:auto;}
#slideshow-alter h2{ margin: 15px 0px;}
#slideshow-alter div{margin: 15px 0px;}

#subcategory-new {margin-top:15px; overflow:auto;}
/*#subcategory-new div input, #subcategory-new textarea {width: 300px; margin-bottom: 10px}*/
#subcategory-new select{width: 200px;margin-bottom:10px;}

.new-image, .edit-image{border: 1px solid #BBB;overflow:auto;padding:3px;}
.new-image input, .new-image textarea, .edit-image input, .new-image textarea{ float:left; }

/*.edit-image {}
.edit-image > div {float:left; clear:left; width:335px;}
.edit-image > div input, .edit-image > div textarea{float:right; width:225px}
.edit-image > div.nowidth input{width:auto;}*/

.images-list {border: 1px solid #BBB;overflow:auto;padding:3px;}
.images-list > div {float:left; clear:left; width:335px;}
.images-list > div input, .images-list > div textarea{float:right; width:225px}
.images-list > div.nowidth input{width:auto;}

/*.columnize {overflow:auto;}*/
/*.columnize > div {float:left; clear:left;margin:1px 0}*/
/*.columnize > div input, .columnize > div select{float:right;}*/

.alter-images{border: 1px solid #BBB;margin:1px 0; padding:3px;/*overflow:auto;*/}
/*.alter-images > div {width: 342px}*/
/*.alter-images > div input, #alter-images > div textarea{width:225px}*/
.alter-images > div.nowidth input{width:auto;}

/*#project-new > div {width: 350px;}
#edit-project-select > div {width: 250px;}
/*#project-alter > div {width: 350px;}*/

#current-images, #images
{
    overflow:hidden;
    clear:left;
}
#current-images img, #images img
{
    border:none;
    margin: 2px;
    display:block;
    float:left;
}

#dynamic-scroller
{
    background: #FFF url(../images/project-image-title-background-2px-wide.png) repeat-x scroll 0 100%;
}

#dynamic-scroller li.selected
{
	background: #FFF url(../images/project-image-title-background-2px-wide-dark.png) repeat-x scroll 0 100%;
}
.slideshow .project-title
{
	background-color: white;
	opacity: 0.7;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
	position: absolute;
	left: 0;
	margin: 3px 3px 6px 0px;
        padding: 2px 30px 2px 10px;
}

#mappings a
{
    display: block;
    float: right;
}

#mappings
{
    border: 1px solid #aaa;
    margin: 3px 3px 3px 0;
    padding: 3px;
    width: 809px;
}
#mappings .map
{
    width: 100%;
    float:left;
    clear:left;
}

#mappings .map span
{
    display:block;
    float:left;
}

.admin-edit
{
    margin-left:10px;
	overflow:hidden;
}

page.admin h2
{
    font-size: 16px;
    font-style: italic;
}

.category-listing
{
    overflow:hidden;
}

.category
{
    float:left;
    border-right:1px solid #660000;
    width: 230px;
    height:100%;
    padding-left:3px;
    padding-bottom:150px;
    margin-bottom:-150px;
}

.subcategory
{
    overflow:hidden;
    width: 230px;
}

.category p
{
    float:left;
    clear:left;
    width:155px;
}

.category a
{
    display:block;
    float:left;
    margin-right:5px;
}

#subcategory-new .add-new
{
    float:left;
    clear:both;
    margin-top:10px;
}

#errorExplanation
{
    background-color:#FF9399;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #FF9399;
  display: inline;
}

div#page.admin div#header {margin-bottom: 7px}

/*div.alter-images .column1, div.alter-images .column2{ width: 342px; float:left;}
div.alter-images .column2 {clear:right;margin-left:5px; width: 462px;}*/
.column1, .column2{ width: 342px; float:left;}
.column2 {clear:right;margin-left:5px; width: 462px;}
div.alter-images > div input{margin-top:5px;}
div.admin-edit div.alter-images{margin:2px 0}
/*div.alter-images > div input, div.alter-images > div select{float:right;}*/
 span.select-label{display:block; float:left; width:150px;clear:left;}
 div.select-list {clear:both;margin:3px 0;}
 div.select-list select, #edit-project-select select{float:left;clear:right;}
 .column1 input[type='file'], .column1 input[type='text'] {width: 325px;}

#static-scroller
{
    margin: 0;
    height: 50px;
    overflow: hidden;
    position:relative;
    background: #FFF url(../images/project-image-title-background-2px-wide.png) repeat-x scroll 0 100%;
}
#static-scroller div
{
    height:25px;
    padding:0 3px;
}
#static-scroller div a
{
    display:block;
    text-decoration: none;
    color:white;
}
#static-scroller div#prev
{
    float:left;
}
#static-scroller div#title
{
    /*float:left;*/
    text-align:center;
    margin: 0 auto;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    height:21px;
}
#static-scroller div#next
{
    float:right;
}

#static-scroller-pictures
{
    overflow:hidden;
	position:relative;
	height: 650px;
	width: 750px;
    /*height:100%;*/
}

.static-scroller-container
{
        position:absolute;
        top: 0;
        left: 0;
        margin: auto;
}

.static-scroller-container .description .background
{
        background-color: white;
	opacity: 0.7;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        /*background-image:url(../images/white-175.png);
        background-repeat:repeat;*/
	position: absolute;
        bottom:0;
        left:0;
        right:0;
        top:0;
        z-index:2;
}
.static-scroller-container .description p
{
    position:relative;
    z-index:3;

}
.static-scroller-container .description
{
	/*background-color: white;
	opacity: 0.7;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;*/
	position: absolute;

	bottom: 0;
	left: 0;
	right: 0;
	margin: 3px 3px 6px 3px;
        padding: 2px;
        padding-bottom: 1em;
        zoom:1;
}

.static-scroller-container a
{
	display:block;
	position:absolute;
	right:0;
	bottom:3px;
	background-color:white;
        display:block;
        width: 71px;
        height: 21px;
        background: transparent url(../images/information-on-off-button.png) no-repeat;
        text-indent: -9999px;
        outline: none;
        z-index:4;
}
.static-scroller-container span.title
{
    display:none;
}

div.dummy{background-color:#999;height:2px;}
.admin-edit #projects {width: 400px; margin-left:10px; overflow:hidden;}
.admin-edit #projects div{}

.admin-edit #project-alter{float:left; clear:both;}