@import url(form.css) ;
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/


A:link, A:visited, A:active {
  text-decoration: none;
  color: #555;
}
A:hover {text-decoration: underline; }

.hidden { display: none; }

.clear { clear: both;}

body {
  font-size: 100.01%;
  padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #222;
	background-color: #ababab;
}


h1 {
  font-size: 1.8em;
  font-weight: bold;
  padding: .5em;
  margin-bottom: .5em;
}

h2 {
  font-size: 1.6em;
  font-weight: bold;
  padding: .5em;
  margin: 0px 0px 0.5em;
  text-align: center;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
}

h4 { /*subheading - header caption*/
  font-size: 1.3em;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

h5 { /*subheading - header caption*/
  font-size: 1.2em;
  font-weight: bold;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

h6 {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

p {
  margin-bottom: .5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  list-style: disc outside;
  margin-left: 2em;
}

ol {
  list-style: decimal outside;
  margin-left: 2em;
}

/* BASIC TABLE STYLES */
table
{
  background-color: #efefef;
  color: #111;
  margin: 2px;
  border-collapse: collapse;
  border: 1px solid #ccc;

}

table   A:link, A:visited, A:active  {
  color: #111;
}

table td,
table th {
  vertical-align: middle;
  padding: 0.25em;
}

tr.even {
  
}

tr.even td {
  background-color: #D6D5FE;
  border: 1px solid #ccc;
  color: #222;
}

table th {
  padding: 0.4em 0.9em;
  color: #222;
  background-color: #A09CFE;
  font-weight: bold;
}
 
/* impromptu */
.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 400px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}
div.jqi {
  width: 860px;
  height: 600px;
}
div.jqimessage {
  width: 845px;
  height: 570px;
  overflow-x: hidden;
  overflow-y: auto;
}
div.jqifade {
  background-color: #404040;
}


.mw_admin {
  position: absolute; right: 0px; top:0.5em; z-index: 1000;
}

#tabs {
  margin-left: -30px;
}

/*
  EPICPLAN LAYOUT
*/

#ep-footer, #ep-context, #ep-header {
	width: 1000px;
  margin: 0px auto;    
	padding: 15px 20px;
	border-left: 3px solid #666;
	border-right: 3px solid #666;
	line-height: 1.25em;
}

#ep-content, #ep-sidebar {
  /* Column layout method with hacks (FIND ME) */
  display: -moz-inline-stack;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 30px;
}

#ep-content {
  padding: 0 20px;
	color: #424242;
	background-color: #ddd;
	width: 1000px;
}

#ep-sidebar {
  width: 360px;
}

.hasSidebar {
  width: 630px !important;
}

#ep-wrapper {
  background-color: #ddd;
  width: 1040px;
  margin: 0px auto;    
	border-left: 3px solid #666;
	border-right: 3px solid #666;
	line-height: 1.25em;
}

#ep-header {
	color: #aaa;
	background-color: #222;
}

#ep-context {
	color: #ddd;
	background-color: #616193;
	border-bottom: 1px solid #000;
}

#ep-context a:link, #ep-context a:visited, #ep-context a:hover, #ep-context a {
  color: #28CEE8;
}

#ep-context ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
#ep-context li {
  display: inline;
  display: inline-block;
  padding: 0 0.25em;
}

#ep-header a {
	color: #ddd;
	text-decoration: none;
}
#ep-header .title {
	font-size: 2.9em;
	color: #fff;
	margin-top: 4px;
	line-height: 1em;
	display: block;
}
#ep-header .navigation {
	padding: 0;
}
#ep-header .header {
  position: relative;
  float: left;
}
#ep-header .header p { margin: 0; }

#ep-header input {
  width: 10em;
  margin: 0;
}
#ep-header input.submit {
  width: auto;
  background-color: #B8AED3;
}
.epic {
	color: #b048f8;
}
.navigation {
	margin: 2px;
	padding: 0;
	float: right;
	background-color: #333;
	border: 1px solid #777;
}
.navigation dl {
	float: left;
	display: block;
	margin: 0;
	padding: 0.5em 1.0em 0;

}
.navigation dl dt {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	color: #28CEE8;
}
.navigation dl dd {
	font-size: 14px;
	margin: 0 0 0 5px;
  padding: 0.2em 0;
}
#ep-header .header p.tagline {
	font-size: 1.2em;
	color: #ccc;
	text-align: right;
	margin-top: -0.25em;
	margin-right: 0.25em;
}

#ep-footer {
	color: #aaa;
	background-color: #222;
	border-bottom: 3px solid #666;
  border-top: 2px solid #999;
  font-size: 0.9em;
}

#ep-footer a, #ep-footer a:link, #ep-footer a:visited, #ep-footer a:hover, #ep-footer a:active {
  color: #D6D5FE;
} 


/*
  BETA LISTINGS
*/

#beta_listing tr.accepted td {
  background-color: #F6FCF3;
}  

#beta_listing tr.accepted.even td {
    background-color: #E2FDDB;
}

#ep-sidebar h2 {
  font-size: 0.75em;
}

#ep-sidebar li {
  font-size: 0.75em;
}

.ep-sidebar-generic {
  border: 1px solid #000;
  padding: 5px;
  margin: 5px;
}

.helpBar {
  font-size: 1em !important;
}
