* {
    margin:0;
    padding:0;
}

:focus {
    outline:0;
}

img {
    border:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

html {
    height:100%;
}

body{
    background: #f3f3f3;    
}


.central {
    background:#FFF url(img/body_main.png) repeat-x;
    font:normal 12px Verdana, Geneva, sans-serif;
    line-height:1.8em;
    padding:0;
    -webkit-box-shadow: 1px 0px 5px #d1d1d1,-1px 0px 5px #d1d1d1;
    -moz-box-shadow: 1px 0px 5px #d1d1d1,-1px 0px 5px #d1d1d1;
    box-shadow: 1px 0px 5px #d1d1d1,-1px 0px 5px #d1d1d1;
    width: 1000px;
    height: auto;
    margin-top: 0px;  
    text-align:left;
}

ul {
    list-style:outside disc;
    margin:1em 0 1.5em 1.5em;
	list-style: none;
}

ol {
    list-style:outside decimal;
    margin:1em 0 1.5em 1.5em;
}

dl {
    margin:0 0 1.5em;
}

dd {
    margin-left:1.5em;
}

#container {
    background:#fafafa;
    font-size:small;
    margin:0 auto;
    width:960px;
}

h1,h2,h3,h4,h5,h6 {
    color:#5a5a5a;
    font-weight:400;
    margin:0;
    padding:0;
}

h1 {
    font-size:2em;
    letter-spacing:-1px;
}

h2 {
    font-size:1.5em;
    letter-spacing:-1px;
}

h3 {
    font-size:1em;
    font-weight:700;
}

a{
    color:#2D8C99;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}


#header {
    height:120px;
    width:100%;
}

#header-inside {
    margin:3px auto 0;
    width:960px;
}

#header-inside-buttons {
    margin:0 auto;
    text-align:right;
    width:960px;
}

#header-inside-buttons a {
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#363636;
    border-radius:3px;
    color:#999;
    font-size:12px;
    margin-left:2px;
    padding:2px 8px;
    text-decoration:none;
}

#header-inside-buttons a:hover {
    background-color:#545454;
    color:#FFF;
    text-decoration:none;
}

#header-inside-buttons a:hover {
    background-color:#545454;
    color:#FFF;
    text-decoration:none;
}

#header-inside-buttons .top-navigation-current {
    background-color:#545454;
    color:#FFF;
    text-decoration:none;
}

#menu {
    float:right;
    font-size:1em;
    list-style:none;
    margin:-10px 20px 0 0;
    padding:0;
}

#menu li {
	list-style: none;
    float:left;
    margin:0;
    padding:0 0 0 3px;
}

#menu a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#222;
    color:#999;
    display:block;
    float:left;
    margin:0;
    padding:5px 15px;
    text-decoration:none;
}

#menu a:hover {
    background:#2E2E2E;
    color:#FFF;
}

#menu a.current {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#E9EAEA;
    border-bottom:1px solid #E9EAEA;
    color:#333;
}

#sub-menu {
    font-size:1em;
    //list-style:none;
    margin:27px 0 0;
    width:100%;
    }

#sub-menu li:first-child {
    margin-left:3px;
}

#sub-menu li {
    float:left;
    margin:0;
}

#sub-menu a {
    color:#333;
    display:block;
    float:left;
    margin:0;
    padding:5px 12px;
    text-decoration:none;
}

#sub-menu a.sub-current {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#737373;
    border-radius:5px;
    color:#FFF;
}

#content {
    margin:15px auto 0;
    width:960px;
}

#section-bar {
    float:right;
    margin-bottom:10px;
}

#footer {
    border-top:1px solid #E8E8E8;
    color:#AAB7BB;
    font-size:small;
    width:1000px;
    text-align: right;
	margin-top: 10px;
    height: 20px;
}

#footer a {
    color:#AAB7BB;
    text-decoration: underline;
}

#footer a:hover {
    color:#8E9FA5;
}

blockquote {
  background: #f3f3f3;
  border-left: 5px solid #aaa;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-style: italic;
}

blockquote p {
  display: inline;
}

input[type=text],
input[type=password] {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border: 1px solid #D5D5D5;    
    color: #5F5F5F;
    padding:5px;
    margin-bottom:10px;
}

input[type=text]:focus {
    border: 1px solid #B0B0B0;
    color: #333;
}

input[type=password]:focus {
    border: 1px solid #B0B0B0;
    color: #333;
}

select {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border: 1px solid #D5D5D5;
    padding:5px;
    margin-bottom:10px;    
}

select:focus {
    border: 1px solid #B0B0B0;
    color: #333;
}

textarea {
    border: 1px solid #D5D5D5;
    color: #5F5F5F;
    padding:5px;
    margin-bottom:10px; 
}

textarea:focus {
    border: 1px solid #B0B0B0;
    color: #333;
}

.submit {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid #ccc;
    border-radius:3px;
    background: #fff;
    color: #707070;
    cursor:pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.submit:hover {
    background:#F2F2F2;
}

.submit-link a {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid #ccc;
    border-radius:3px;
    background: #fff;
    color: #707070;
    cursor:pointer;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration:none;
}

.submit-link a:hover {
   background: #F2F2F2;
}

.text-red a{
    color: #FF0000;
}

.text-pink a{
    color: #FF6666;
}


.date {
    color:#ccc;
}
a {
    color:#2D8C99;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

#table_check_words{
	width: 400px;
	margin-left: 300px;
	text-align: center;
	background: #fff;
    font-size:1.2em;
	border-top: 1px solid #ddd;
    list-style:none;
    text-decoration:none;
}

#table_check_words tr{
	margin-bottom: 3px;
	margin-top: 3px;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}


#table_check_words tr:hover {
    background: #;
}

.check_words_input{
	margin-top: 10px;
	margin-bottom: -10px;
	height: 25px;
}
