*, body {
  margin: 0px;
  padding: 0px;
}

body {
  height: 100%;
  font-family: Arial, Tahoma, Verdana, Geneva;
  font-size: 11px;
}

h1, h2, h3 {
  color: #404040;
}

.pageContentContainerIndex h1, .pageContentContainerIndex h2, .pageContentContainerIndex h3 {
  color: #CCCCCC;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 13px;
}

h2.subpagesTitle{
  font-size: 15px;
}

h3 {
  font-weight: normal;
  font-size: 12px;
}

a:link, a:visited {
  text-decoration: none;
  color: #0683FF;
}

a:hover {
  color: #FF6600;
  text-decoration: underline;
}

a img {
  border: 1px solid #A4BAE8;
}

a:hover img {
  border:  1px solid #FF6600;
}

form {
  margin: 0px;
  padding: 0px;
}

select {
  border: #003399 1px solid;
  background-color: #E7E7E7;
  color:#000000;
  z-index: 1;
}

select:hover {
  background-color: #FFFFBF;
  color:#000000;
}

select:focus {
  background-color: #FDEFD2;
}

input {
  border: #003399 1px solid;
  background-color: #E7E7E7;
  background-image: url(../images/but_back.gif);
  background-repeat: repeat-x;
  color: #000000;
  cursor: pointer;
  font-size: 10px;
}

input:hover {
  color: #000000;
  background-color: #FFFFBF;
  background-image: url(../images/but_back_hover.gif);
  background-repeat: repeat-x;
}

input:focus {
  background-color: #FDEFD2;
  background-image: url(../images/but_back_focus.gif);
  background-repeat: repeat-x;
}

input[type="text"] {
  background-image: url(../images/input_text_back.gif);
  background-repeat: repeat-x;
}

input[type="text"]:hover {
  background-image: url(../images/input_text_hover.gif);
  background-repeat: repeat-x;
}

input[type="text"]:focus {
  background-color: #FDEFD2;
  background-image: url(../images/input_text_hover.gif);
  background-repeat: repeat-x;
}

input[type="checkbox"] {
	border: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
}

.checkBox input {
  border: none;
  background-color: transparent;
}

input[type="file"] {
  background-color: #E7E7E7;
  border: #003399 1px solid;
  color: #000000;
}

textarea {
  border: #003399 1px solid;
  color:#000000;
  background-color: #FDEFD2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea:hover {
  color: #000000;
  background-color: #FFFFBF;
}

textarea:focus {
  background-color: #FDEFD2;
}

.generalText, .generalText * {
  font-family: Arial, Tahoma, Verdana, Geneva;
  font-size: 11px;
}

.emphOrange {
  color: #FF6600;
  font-weight: bold;
}

#pageContent {
  padding: 20px;
  font-family: Arial, Tahoma, Verdana, Geneva;
  font-size: 11px;
}

.pageContent * {
  font-family: Arial, Tahoma, Verdana, Geneva;
  font-size: 11px;
}

.pageContentContainer, .pageContentContainerIndex {
  height: 582px; float: right; width: 518px; text-align: left;
  overflow: auto;
  overflow-x: hidden;
}

.pageContentContainer, .pageContentContainer * {
  background-color: #FDEFD2;
}

.pageContentContainer, .pageContentContainer table {
  color: #000000;
}

.galleryContainer {
  border: 1px solid #606060;
  padding: 5px;
  background-color: #CCCCCC;
}

.editorBackground {
  background-color: #000000;
  color: #000000;
}

.mainContainer {
  width: 900px; height: 750px;  border: 1px solid #FDEFD2; clear: both;
  background-image: url(/user_data/Image/leftMenuBg.png);
  background-repeat: repeat-y;
  background-position: left;
}

.logoContainer {
  border-bottom: 1px solid #FDEFD2; height: 104px; width: 700px; float: left;
}

.rightContainer {
  width: 197px; height: 749px; float: right; border-left: 1px solid #FDEFD2;
}

.mainMenuContainer {
  border-bottom: 1px solid #FDEFD2; height: 35px; width: 700px; float: left;
}

/* Right vertical menu classes */
.rightVertical {
  height: 334px; cursor: hand; cursor: pointer; background-image: url(/images/left_bkg.gif); background-repeat: repeat-y;
}

.rightVerticala {
  height: 415px; cursor: hand; cursor: pointer; background-image: url(/images/left_bkg_down.gif); background-repeat: no-repeat; background-position: top left;
}

.middleContainer {

}

.shortcutMenuContainer {
  border-bottom: 1px solid #FDEFD2; height: 25px; width: 700px; float: left; text-align: left;
}

.leftShortcutMenuContainer {
  height: 578px; float: left; background-image: url(/user_data/Image/leftMenuBg.png); background-repeat: repeat-y; padding-left: 5px; padding-top: 5px; width: 175px;
}

.leftShortcutMenuContainer table {
  color: #FDEFD2;
}

.leftBoxHeader {
  padding-left: 4px; border: 2px solid #FDEFD2; border-right: none;font-size: 12px; font-weight: bold;
}

.bottomContainer {
  height: auto; width: 900px; clear: both; border: 1px solid #FDEFD2; text-align: center; margin-top: 1px;
}

.bottomMenuContainer {
  margin: 3px;
}

/* Other general classes */
.required {
  font-weight: bold;
  color: red;
}

/* MENU STYLE */
/* Other menu classes */
.menuLink:link, .menuLink:visited {
 color: #A4BAE8;
 text-decoration: none;
}

.menuLink:hover {
  color: #FF6600;
  text-decoration: underline;
}

.leftShortcutMenuContainer .menuLink {
  font-size: 13px;
}

/* Submenu classes */
.subMenuCell {
  background-image: url(user_data/Image/mnu_item.png);
  background-repeat: repeat-x;
  background-position: top;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
  cursor: hand;
  height: 25px;
  width: 100px;
}

.subMenuCell a:link, .subMenuCell a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 11px;
}

.subMenuCell a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/* Menu bullets */
.mnuBullet {
  border: none;
  margin-left: 17px;
  margin-top: 5px;
}

/* Right menu styles */

.rightItem {
	font-weight: bold;
}

.rightItemHover {
	color: #ff6600;
}

/* left submenu - submenu title styles*/

.subMenuTitle {
 height: 16px;
 color: #FFFFFF;
 font-size: 11px;
}

/* bottom menu styles */

.sep {
 font-weight: normal;
 font-size: 10px;
 color: #000000;
}

.bottomMenu a:link, .bottomMenu a:visited {
 font-size: 12px;
 font-weight: bold;
 margin: 0;
 padding: 0;
 vertical-align: middle;
 color: #666666;
 text-decoration: none;
}

.bottomMenu a:hover {
 font-size: 12px;
 font-weight: bold;
 margin: 0;
 padding: 0;
 vertical-align: middle;
 color: navy;
 text-decoration: underline;
}

