@CHARSET "utf-8";

/* float clearing for IE6 */
* html .clearfix {
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix {
    min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

html {
    margin: 0px;
}

body {
    margin: 0px;
    background-image: url('/skins/default/gfx/bg.gif');
    background-repeat: repeat-y;
    background-color: #6d6e74;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #e2dede;
}


a {
    color: #e2dede;
    text-decoration: none;
}

#header1 {
    margin-left: 20px;
}

#header2 {
    margin-left: 20px;
}

#stripe {
    margin: 0px 0px 0px 17px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: 2px;
    background-image: url('/skins/default/gfx/stripe_2.gif');
    background-repeat: repeat-x;
}

#bodyContainer { /*margin: 20px 0px 0px 22px;*/

}

#rightOverlay{
    text-align: right;
}
#RightButton{
	position:absolute;
	display:none;
	height:70px;
	width:70px;
	top:0px;
	left:0px;
	background-image:url('/skins/default/gfx/btn_right.png');
	z-index: 100;
}
.menuContainer {
    width: 120px;
    vertical-align: top;
    text-align: right;
    color: white;
}

#leftColumnContainer {
    left: 20px;
    top: 128px;
    width: 132px;
    padding: 30px 0px 0px 20px;
    vertical-align: top;
}
#menuContainer a{
    color: white;
}
#contentContainer {
    left: 210px;
    top: 128px;
    height: 100%;
    width: auto;
    vertical-align: top;
    padding: 30px 0px 0px 56px;
}

#contentContainer a{
    text-decoration: underline;
}
#contentContainer b, #contentContainer strong{
    font-weight: bolder;
    color: #f9f9f9;
}
#contactContainer{
    width: 120px;
    margin: 30px 0px 0px 15px;
    font-size: 0.9em;
}
#exampleContainer {
    margin: 30px 0px 0px 13px;
    text-align: center;
    width: 120px;
}

#exampleImage {
    border: 1px solid #cacbce;
}

.importantText {
    color: #fee02a;
    font-weight: bold;
    text-transform: uppercase;
}

.importantText2, .importantText2 a {
    color: #83C750;
    font-weight: bold;
}

.smallLink {
    color: #fee02a;
}

.menuLinks {
    font-weight: bold;
    line-height: 16px;
}

.altLinkBlock {
    display: block;
    margin: 30px 0px 0px 0px;
    color: white;
}

.altLinkBlock a {
    color: white;
}

.largeText {
    color: #fa6003;
    font-weight: bold;
    font-size: 12px;
}

.link {
    color: #fee02a;
}

h1 {
    font-weight: bold;
    font-size: 130%;
}

h2 {
    font-size: 125%;
    font-weight: bold;
}

h3 {
    font-size: 120%;
    font-weight: bold;
}

h4 {
    font-size: 115%;
    font-weight: bold;
}

h5 {
    color: #fa6003;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 110%;
}

h6 {
    color: #fee02a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100%;
    margin: 15px 0px 5px 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

.field {
    font-size: 12px;
    border: 1px solid #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #66666B;
}

.field:hover, .intEditor:hover, .stringEditor:hover {
    background-color: #dddddd;
}

.fieldInFocus, .intEditorInFocus, .stringEditorInFocus {
    font-size: 12px;
    border: 1px solid #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: #333333;
}

.button {
    border: 1px solid #cdcdcd;
    font-size: 11px;
    font-weight: bold;
}

.logicalBlock {
    margin: 10px 0px 20px 0px;
    padding: 10px 3px 10px 3px;
    border: 1px solid #66666B;
    width: 700px;
}

.logicalBlock:hover {
    border: 1px solid #6C6C71;
}

.buttonBlock {
    text-align: right;
    width: 600px;
}

.listTable thead td {
    font-weight: bold;
    padding: 1px 3px 1px 0px;
    border-bottom: 2px solid #6C6C71;
}

.listTable td {
    padding: 1px 3px 1px 0px;
}

.propertyEditorItem {
    display: table-row;
}

.propertyEditorName {
    display: table-cell;
    min-width: 100px;
}

.propertyEditor {
    display: table-cell;
}

.intEditor {
    width: 50px;
    font-size: 12px;
    border: 1px solid #999999;
    background-color: #66666B;
}

.intEditorInFocus {
    width: 50px;
}

.stringEditor {
    width: 300px;
    font-size: 12px;
    border: 1px solid #999999;
    background-color: #66666B;
}

.stringEditorInFocus {
    width: 300px;
}

div.galleryList {
    display: table;
    width: 600px;
}

span.galleryListItem {
    display: table-row;
    font-size:1.2em;
    font-weight: bold;
}
span.galleryListItem a{
    color: #FF9600;
}

span.galleryListItem span {
    display: table-cell;
    padding: 0px 3px 0px 0px;
}

.fileUploadListItem {
    display: table-row;
    border-bottom: 1px solid #999999;
}

.fileUploadListItem span {
    display: table-cell;
}
.galleryPathContainer {
    margin: 10px 0px 10px 0px;
}
.galleryPathContainer .lastItem a{
	color: #FEE02A;
}
.thumbnailListContainer {

}

.thumbnailList {

}

.thumbnailListRow {
    height: auto;
    width: auto;
    padding: 0px 0px 10px 0px;
}

.thumbnailListItem {
    padding: 0px 10px 10px 0px;
}
.thumbnailListItem.lastItem{
	padding-right:0px;
}
.thumbnailImage {
    border: 1px solid #999999;
}

.galleryImgeItem {
    width: auto;
}

.galleryImage {
    border: 1px solid #999999;
}

.imageInfo {
    display: block;
}

.imageNavigationContainer {

}

/**
 * Context menus
 */
.contextContainer {
    position: relative;
    visibility: hidden;
    top: 10px;
    left: 10px;
    width: 100px;
    height: auto;
    background-color: #cdcdcd;
    padding: 0px;
    border: 2px outset #333333;
    border-collapse: collapse;
}

.contextItem {
    width: auto;
    border-bottom: 1px solid #333333;
    font-size: xx-small;
    padding: 3px;
    color: black;
}

.contextItem:hover {
    border-bottom: 1px inset #333333;
    background-color: #ededed;
}

.contextItem a {
    color: inherit;
    text-decoration: none;
}

.overlay {
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
}
.overlay1 {
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 0px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
}

.overlay:hover {
    cursor: pointer;
}

.validatorFailure{
    color: red;
    font-weight: bold;
}

.navigationLevel2Container{
    margin: 5px 0px 5px 0px;
    font-size: 0.9em;
}
.navigationLevel2Item{
    display: inline;
    border: 1px dotted #999999;
    padding: 1px 2px 1px 2px;
}

.errorMessage{
	color: red;
	font-weight: bold;
}

.floatLeft{
	float:left;
}

#ThumbnailListContainer > h1{
	color: #FEE02A;
}
#GalleryDescriptionContainer{
	margin:10px 0px 10px 0px;
	padding: 3px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #BBB9B2;
	color:white;
}
