﻿*       { margin: 0; padding: 0; }
body {
    background-image: url("/assets/images/bg-normal.jpg");
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
}

#wrapper {
    width: 950px;
   /* min-height:500px;*/
    height:auto !important;
    height:500px;
    background-color: #fff;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header {
    width: 950px;
    height: 75px;
}

#header img {
    margin-left: 15px;
    margin-top: 7px;
}

#nav {
    width: 950px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #29587A;
}

.padding {
    padding: 10px 20px 10px 20px;
}

/*
	DROPDOWN LEVEL ONE
*/
ul { list-style: none; font-size: 13px;}
ul.dropdown a                       { text-decoration: none;}
ul.dropdown                         { position: relative; z-index: 100; }
ul.dropdown li                      { float: left; zoom: 1; background: none; }
ul.dropdown a:hover		    { color: #fff; }
ul.dropdown li a                    { display: block; padding: 4px 8px; color: #000; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #9E0F17; color: #fff; position: relative; }
ul.dropdown li a:hover              { color: #fff;}


#wrapper h1 {
    font-size: 18px;
    color: green;
    margin-bottom: 0px;
}

a {
    color: #666;
}

a.addnew {
    display: block;
    color: #666;
    margin-bottom: 10px;
}

fieldset {
margin: 1.5em 0 0 0;
padding: 0;
border: none;
background-color: #f1f1f1;
}
legend {
display: none;
}
fieldset ol {
padding: 1em;
list-style: none;
float: left;
}
fieldset li {
padding-bottom: 1em;
}
fieldset.submit {
border-style: none;
}
fieldset input.textbox250 {
    height: 25px;
    width: 250px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}
fieldset select {
    height: 25px;
    width: 250px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}
fieldset textarea {
  width: 250px;
  height: 265px;
}
fieldset label {
  display: block;
  float: left;
  width: 80px;
  text-align: right;
  margin-right: 8px;
  margin-top: 3px;
}
.htmltextbox
{
    width: 480px;
    height: 390px;
}

.themelist {
    float: left;
}

.themelist li
{
    list-style: none;
    margin: 5px;
    width: 200px;
}

.themepreview {
    border: 10px solid #999;
    height: 300px;
    width: 500px;
    overflow: hidden;
}

.previewwrapper {
    margin-left: 25px;
}

#shadow {
    width: 600px;
    height: 8px;
    background: url("/assets/images/shadow-top.png");
    background-repeat: no-repeat;
}

#mainwrapper {
    width: 800px;
    min-height:500px;
    height:auto !important;
    height:500px;
    background-color: #fff;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin-left: 120px;
    margin-bottom: 20px;
    text-align: left;
}

#mainwrapper img {
    margin: 10px;
}