/* Common */
.no-border { border: none }
.txt-white { color:#fff }
.txt-blue { color:#56a1d5 }
.txt-grey { color:#808080; }
.txt-graphite { color:#373737 }
.strong { font-weight:bold }
.txt-big { font-size: 1.2em }
.txt-right { text-align:right }

.color-2nd { color:#670000 }

.msg-ok { color:green; font-weight:bold; }
.msg-error { color:red; font-weight:bold; }

.no-margin { margin:0px }

.no-underline:hover { text-decoration:none }

.no-style0 { margin:0px; padding:0px; list-style:none }

.d-left { float:left }
.d-right { float:right }
.clear { clear:both; font-size:0px }

.t-input { border:1px solid #000; padding:5px; width:282px; height:26px; font-size:1.3em; font-weight:bold; color:#373737; background-color:#e6e6e6 }
.button { border:1px solid #000; padding:5px; font-size:1.2em; font-weight:bold; background-color:#fff; color:#4f4f4f }
.button-img { margin:0; border:1px solid #1d2312; padding:5px 10px; height:36px; background-image:url(../images/forms/bg_button.gif); background-repeat:repeat-x; font-size:15px; font-weight:bold; }
.link-img { margin:0; border:1px solid #1d2312; padding:9px 10px 6px 10px; height:40px; background-image:url(../images/forms/bg_button.gif); background-repeat:repeat-x; font-size:15px; font-weight:bold; color:#000; text-decoration:none }
.link-img-big { margin:4px; border:1px solid #1d2312; padding:5px 10px 6px 10px; height:40px; background-image:url(../images/forms/bg_button.gif); background-repeat:repeat-x; font-size:18px; font-weight:bold; color:#000; text-decoration:none }
.link-img:hover, .link-img-big:hover { text-decoration:none }

.invisible { display:none; }

.divider-medium{ margin:15px 0px; padding:0px; height:5px; background-image:url(../images/img_divider-medium.gif); background-repeat:no-repeat; font-size:0px;  }
.content-line-divider { margin:5px 0px; border-bottom:1px solid #373737; width:540px }

