/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; font-family:Arial, Helvetica, sans-serif; background-color:#CCCCCC;}
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
blockquote { margin: 20px 0 30px; border-left: 5px solid; padding-left: 20px; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
table td{font-size:14px; border:#474747 1px solid; padding:5px;}

a { text-decoration: none; color: #7EBEC5; }
a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { color: #333; padding-bottom: 10px; line-height: 1.4em; font-weight: 500; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 1em; line-height: 1.7em; }

input { -webkit-appearance: none; }
input[type=checkbox] { -webkit-appearance: checkbox; }
input[type=radio] { -webkit-appearance: radio; }
input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; width:90%; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin: 0; }

input[type=submit]{width:140px; height:30px; font-weight:normal; background-color:#CC3300; border:#000 2px solid; font-size:16px; color:#fff;}
input[type=button]{width:140px; height:30px; font-weight:normal; background-color:#006600; border:#000 2px solid; font-size:16px; color:#fff;}
input[type=button]:hover{background-color:#FF9900;}
input[type=submit]:hover{background-color:#FF9900;}

img { max-width: 100%; height: auto; }

#form_wrapper{width:90%; height:100%; margin:0 auto; border:#333 1px solid; padding:10px; background-color:#fff;}

.td_color_orrange{background-color:#FFAB95;}
.td_color_blue{background-color:#94B8FF;}

.header_col_blue{color:#0000CC;}