﻿
/****************
Orange : #f0c47d
  Blue : #67a0d5
******************/


/* GLOBAL ELEMENTS
   --------------------------------- */
html, body { width: 100%; height: 100%; background: #f0c47d url(images/bg_fade.png) repeat-x left top; color: #333; font: normal .95 Verdana, Arial, Sans-Serif; }

h1, h2, h3, legend, ul#nav { font-weight: normal; font-family:Redressed, Georgia, Serif; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.1em; }

p { line-height: 1.5; margin: 10px 0; }

a { color: #E59A21; text-decoration: none; }
a:hover { text-decoration: underline; }

ul, ol { list-style-position: inside; }
ul { list-style-image: url(images/arrowbullet.png); }

strong { font-weight:bold; }

/* GRID LAYOUT 
   --------------------------------- */
.container_3 { margin: 0 auto; width: 720px; padding: 10px 0; background: #fff; overflow: hidden; box-shadow: 0 2px 4px #aaa; border-radius: 10px 0; }

.grid_1, .grid_2, .grid_3 { display: inline; float: left; margin-left: 10px; margin-right: 10px; }

.grid_1 { width: 220px; }
.grid_2 { width: 460px; }
.grid_3 { width: 700px; }

.first { clear: left; }


/* OTHER STUFF 
   -------------------------------- */

ul#nav { text-align: center; font-size: 1.75em; margin-bottom: 10px; }
ul#nav li { display: inline; padding: 0 22px; }
ul#nav a { color:#f0c47d;}

fieldset { width: 100%; margin: 10px 0; border: none; border-top: 1px solid #f0c47d; }
legend { color: #67a0d5; font-size: 1.5em; padding-right: 10px; }


.footer { width: 720px; margin: 10px auto; font-size: .9em; }
.footer a { color: #67a0d5; }



.formLayout { }
.formLayout label { float:left; text-align:right; width:80px; }
.formLayout br { clear:left; }
.formLayout input[type=text],
.formLayout input[type=password],
.formLayout input[type=submit] { margin:0 0 12px 12px;  }

.gridview { width:100%; border:none; line-height:2; }
.gridview tr { border:none; border-bottom:1px solid #ccc; } 
.gridview th { font-weight:bold; }
.gridview td + td { border:none;  }


.logo { width:720px; margin:0 auto;}
.logo legend { padding-left:10px; color:#fff; font-size:2.25em; }

