/***** RESET *****/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, table, th, td { margin: 0; padding: 0; border: 0; outline: none; }

body { line-height: 1.4em; font-size: 16px; }

h1, h2, h3, h4, h5, h6 { display: block; font-size: 100%; font-weight: normal; }

ul, ol { list-style: none; }

/***** BASIC LAYOUT *****/

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


#container {
  margin: 0 auto;
  padding-bottom: 23px;
  width: 960px;
}

#footer {
  background-color: #ebebeb;
  clear: both;
  position: relative;
  margin-top: -23px; /* negative value of footer height */
  height: 23px;
  padding: 13px 0 10px 0;
  margin: 0 auto;
  text-align: center;
  width: 960px;
}

.wrapper {
   position: relative;
   float: left;
   left: 0;
   width: 960px;
   margin-bottom: 10px;
}

.left1 {
  border: 1px solid #ccc;
  position: relative;
  float: left;
  left: 0;
  padding: 0 4px 4px 4px;
  width: 305px;
}

.left1:hover, .left2:hover, .right:hover {
  background-color: #ebebeb;
}

.left2 {
  border: 1px solid #ccc;
  position: relative;
  float: left;
  left: 10px;
  padding: 0 4px 4px 4px;
  width: 305px;

}

.right {
  border: 1px solid #ccc; 
  position: relative;
  float: right;
  right: 0;
  padding: 0 4px 4px 4px;
  width: 300px;

}

.left1 a, .left2 a, .right a, .left1 a:link, .left2 a:link, .right a:link {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.left1 a:hover, .left2 a:hover, .right a:hover{
  color: #000;
  text-decoration: none;
}

/***** BASIC ELEMENTS *****/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu {
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}

.underlinemenu ul {
  padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal            bottom padding + bottom border of "ul li a" below*/
  margin: 0;
  text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li {
  display: inline;
}

.underlinemenu ul li a {
  color: #333;
  padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
  margin-right: 10px; /*spacing between each menu link*/
  text-decoration: none;
  border-bottom: 3px solid #999; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected {
  border-bottom-color: black;
}

/***** BASIC ELEMENTS *****/

body {
  background: #fff;
  font: normal 80%/1.4em arial, helvetica, sans-serif;
  padding: 20px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0;
}

h1 { font-size: 300%; }

h2 { border-bottom: 1px solid #ccc; font-size: 200%; line-height: 1.1em; margin: 1.2em 0 0.6em 0; padding-bottom: 4px; }

h3 { color: #000; font-size: 150%; margin: 0.6em 0; }

.left1 h3, .left2 h3, .right h3 { display: block; margin: 4px 0 0.6em 0; }

h3 a, h3 a:link { color: #069; font-weight: normal; text-decoration: none; }

h3 a:hover { color: #999; text-decoration: none; }

h4, h5, h6 { color: #000; font-size: 120%; margin: 0.6em 0; }

#content ul { list-style-type: square; margin: 0 0 1.2em 2.4em; }

#content ol { list-style-type: decimal; margin: 0 0 1.2em 2.4em; }

a, a:link { color: #069; font-weight: bold; text-decoration: none; }

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

a:active, a:focus { outline: none; }

a.nyroModalClose, a.nyroModalClose:link { color: #fff; font-weight: bold; text-decoration: none; }

a.nyroModalClose:hover { color: #ccc; }

p { float: left; margin: 0 0 1.2em 0; width: 100%; }

img { border: none; }

/***** Content *****/

table { 
  border-left: 1px solid #ccc; 
  border-top: 1px solid #ccc;
  width: auto;
  text-transform: capitalize;
}

td { 
  border-right: 1px solid #ccc; 
  border-bottom: 1px solid #ccc;
  padding: 4px;
}

th {
  background-color: #999; 
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  padding: 4px;
  text-align: left;
  white-space: nowrap;
}

textarea {
  line-height: normal;
  overflow: auto;
}

code { color: #c00; font-size: 120%; }

/***** GENERIC CLASSES *****/

.code, p.code  { color: #c00; font: normal 100% Courier New, Courier, Monospace; }

.floatLeft { float: left; margin: 0.6em 3% 0.6em 0; width: 47%; }
.floatRight { float: left; margin: 0.6em 0 0.6em 3%; width: 47%; }

.left { text-align: left; }
.center { text-align: center; }

.header {
  cursor: hand;
  cursor: pointer;
  padding: 2px 5px;
  background: #fff url(bg_header.png) repeat-x 0% 0%;
}

h3.header {
  border: 1px solid #ccc;
  color: #069;
  float: left;
  margin: -25px 0 0 0;
  *margin: -25px 0 5px 0 0;
  position: relative;
  width: 380px;
}

.header:hover {
  background: #fff url(bg_header.png) repeat-x 0% 0%;
  color: #999;
} 

.openheader { background: #fff url(bg_header.png) repeat-x 0% 0%; color: #999; }

.divider { clear: both; }

.content { 
  float: left; 
  height: 200px; 
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 0 0 0; 
  margin: 0 10px 0 0;
  width: 936px;
}

.box {
  border: 1px solid #ccc;
  float: left;
  margin: 20px 0 5px 0;
  *margin: 20px 0 0 0;
  padding: 10px;
  width: 938px;
}

#select1, #select2, #select3, #select4, #select5, #select6, #select7, #select8, #select9, #select10 { 
  font-family: Courier New, Courier, Monospace;
  padding-right: 10px;
  *padding-right: 30px; 
}

#select1 p, #select2 p, #select3 p, #select4 p, #select5 p, #select6 p, #select7 p, #select8 p, #select9 p, #select10 p { 
  font: normal 13px Arial;
  margin: 0.6em 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton {
  background: transparent url('oval-gray-left.gif') no-repeat top left;
  display: block;
  float: left;
  font: normal 13px Arial;
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must 	equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px;
  text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton { color: #494949; }

a.ovalbutton span {
  background: transparent url('oval-gray-right.gif') no-repeat top right;
  display: block;
  margin-right: 5px;
  padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover { background-position: bottom left; }

a.ovalbutton:hover span { background-position: bottom right; color: black; }

.buttonwrapper { margin-top: 10px; *margin-top: 0; overflow: hidden; width: 100%; }

.iColorPicker {
  border: 1px solid #000;
  padding: 2px 4px;
}

.hr { background-color: #ccc; float: left; height: 1px; margin-bottom: 1.2em; width: 100%; }

.input { border: 1px solid #ccc; margin: 5px 0; padding: 4px; }

.icon { background: #069 url(icons/bg_rounded.gif) no-repeat; }
img.icon, img.middle { vertical-align: middle; }

/***** ETC *****/

.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear { height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */