/* Basic Elements */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: white;
 color: #333333;
 margin: 0;
 padding: 0;
}

body, td, th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

/* Layout */

#header {
 height: 105px;
 background: url(../images/bg-title.jpg) top repeat-x;
 margin: 0px;
 padding: 0px;
 clear: both;
}

#title {
 float: left;
}

#right {
 float: right;
}

#nav {
  border-bottom: 1px dashed #cccccc;
  margin: 10px;
  width: auto;
  text-align: right;
  vertical-align: middle;
}

#nav a:hover {
 text-decoration: underline;
}

#nav a.selected {
 text-decoration: none;
 color: #0099cc;
 text-decoration: underline;
 font-weight: bold;
}

#nav #activetab {
 text-decoration: underline;
}

#nav ul li {
 list-style: none;
 display: inline;
}

#logingreeting {
 text-align: left;
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 float: left;
}


#container {
  margin: 10px;
  padding: 10px 0 10px 0;
  width: auto;
  text-align: left;
  display: block;
  clear: both;
}

#formcontainer {
 margin-left: 10px;
 text-align: center;
}

#menucontainer {
 width: 750px;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 margin-bottom: 1px;
 border-bottom: 5px solid #3399cc;
 clear: both;
 height: 40px;
}




/* Text */

a, .linkLike {
 text-decoration: none;
 color: #0099cc;
 font-weight: bold;
}

a:hover {
 text-decoration: underline;
}


h1 {
 font-size: 18px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-style: italic;
 color: #339900;
 margin: 0px;
}

h2 {
 font-size: 14px;
 font-weight: bold;
 color: #0099cc;
 margin: 0px;
}

h3 {
 font-size: 12px;
 font-weight: bold;
 color: #339900;
}

h4 {
 font-size: 11px;
 font-weight: bold;
 color: #005588;
 margin: 0px;
}

h5 {
 font-size: 11px;
 font-weight: bold;
 margin: 0px;
}

h6 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 11px;
 font-style: italic;
 color: #999999;
 margin: 0px;
}

.smgrey {
 font-size: 10px;
 color: #777777;
 font-weight: bold;
}

.smblue {
 font-size: 10px;
 color: #3399cc;
 font-weight: bold;
}

.smwhite {
 font-size: 10px;
 color: #ffffff;
 font-weight: bold;
}

.small {
 font-size: 10px;
 font-weight: bold;
}

.blue {
 font-size: 12px;
 font-weight: bold;
 color: #0099cc;
}

.red {
 font-weight: bold;
 color: #ff3333;
}

.red2 {
 color: #ff3333;
}
.red3 {
  color: #cc0000;
  font-size: 11px;
  font-weight: bold;
}
.green2 {
 color: #009933;
}

.grey {
 color: #777777;
}



/* Other Stuff */

img {
 border: none;
 vertical-align: middle;
}


hr {
 height: 1px;
 color: #009900;
 background-color: transparent;
 margin: 0px 0px 7px 0px;
}

hr.grey {
 width: 100%;
 height: 1px;
 color: #999999;
 background-color: transparent;
}

hr.grey2 {
 width: 100%;
 height: 1px;
 color: #DDDDDD;
 background-color: transparent;
}

#welcomeBox {
  float: left;
  width: 45%;
  margin: 0;
  padding: 0 15px 15px 0;
}

#renewBox {
  float: right;
  width: 50%;
  border-left: 1px solid #dddddd;
  margin: 0 0 20px 0;
  padding: 0 0 15px 15px;
}

#renewBox img {
  margin: 0 10px 20px 0;
  float: left;
}

#greyline {
 border-width: 0px;
 border-bottom: 1px dashed #cccccc;
 color: #cccccc;
 background-color: transparent;
 margin: 5px 0 5px 0;
}


ul {
 list-style: none;
}

li {
 line-height: 2em;
 margin: 5px 0 5px 20px;
}

li.first {
 margin-left: 0;
 padding-left: 0;
}

#greybox {
 width: 750px;
 height: 25px;
 vertical-align: middle;
 background-color: #eeeeee;
 margin: 1px 0 10px 0;
 text-align: left;
}

#container table {
 clear: both;
}


table {
 border: 5px solid #eeeeee;
}

th {
 background-color: #ffffff;
 text-align: left;
}

th.left {
 border-left: 1px dashed #dddddd;
}

td.left {
 border-left: 1px dashed #dddddd;
}

td.top {
 border-top: 1px dashed #dddddd;
}
th.top {
 border-top: 1px dashed #dddddd;
}

th input, th select {
 font-weight: normal;
}

.bottom {
 border: 1px solid #eeeeee;
 background-color: #f3f3f3;
 margin-top: 1px;
}




/* Footer Elements */

#footer {
 margin: 25px 10px 0 10px;
 border-top: 1px dashed #cccccc;
 padding: 0px;
 font-size: 11px;
 clear: both;
 display: block;
 text-align: center;
 color: #666;
 width: auto;
}

#footer ul li {
 list-style: none;
 display: inline;
 padding: 0;
}

#footer li.first {
 margin-left: 0;
}

#footer ul {
 margin-left: 0;
 margin-right: auto;
 padding: 0;
}


#footer a:link, #footer a:visited {
 text-decoration: none;
}

#footer a:hover {
 text-decoration: underline;
}

/** Tab Menu **/

#tabs {
 width:100%;
 background:none;
 font-size:10px;
 line-height:normal;
}

#tabs ul {
 margin:0;
 padding:10px 10px 0px 0px;
 list-style:none;
}

#tabs li {
 display:inline;
 margin:0;
 padding:0;
}

#tabs input {
 cursor: pointer;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 float:left;
 border: none;
 background: none;
 color:#666;
 width:auto;
 overflow:visible;
 padding: 3px 0;
}

#tabs span.left {
 float:left;
 display:block;
 background:url("../images/tabmenu-left.jpg") no-repeat left top;
 padding:0 0 0 4px;
}

#tabs span.right {
 float:left;
 display:block;
 background:url("../images/tabmenu-right.jpg") no-repeat right top;
 padding:5px 7px 4px 3px;
}

#tabs .activetab input {
 color: #FFF;
}

#tabs .activetab span.left {
 background-position:0% -42px;
}

#tabs .activetab span.right {
 background-position: 100% -42px;
}

/* Added from skin.css */

.error {
 color: #ff0000;
 font-weight: bold;
}

.visible_block {
 display: block;
}

.invisible {
 display: none;
}

.ro_value {
  font-weight: normal;
}

.ro_value2 {
  font-weight: bold;
  padding: 5px;
}

/* New */

tr.odd td {
}

tr.even td {
 background-color: #F3F3F3;
}

tr.even th {
 background-color: #F3F3F3;
}

table.newvesel td {
 padding-top: 0px;
}

table.newvesel td input {
 float: left;
}

table.newvesel td {
 padding-top: 0px;
 text-align: left;
 text-transform: uppercase;
}

table.newvesel th {
 font-size: 10px;
 font-weight: bold;
 padding-bottom: 0px;
 text-transform: uppercase;
}

table.newvesel .label {
  font-size: 10px;
  font-weight: bold;
}

table.newvesel th select, table.newvesel td select{
 text-transform: none;
}

table.newvesel td.dictionary {
 padding: 5px;
}

table.newvesel td.dictionary input {
 float: none;
 vertical-align: middle;
}

input, textarea, select {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

#errorbox {
  background-color: #fffed6;
  border: 1px dashed #d9d8af;
}

#errorbox ul {
  margin-top: 5px;
  margin-bottom: 0px;
}

#errorbox li {
  margin: 0;
  line-height: 1.7em;
}
select.error, textarea.error, input.error {
  background-color: #fffed6;
    color: #000;
    font-weight: normal;
}

.lienHolderEmptyName {
  color: #808080;
}

.selectedPage {
  text-decoration: underline;
}