/* Eric Meyer reset */
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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background-image: transparent;}/* remember to define focus styles! */:focus { outline: 0;}body { line-height: 1; color: black; background: white;}ol, ul { list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table { border-collapse: collapse; border-spacing: 0;}caption, th, td { text-align: left; font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after { content: "";}blockquote, q { quotes: "" "";}
/* End Eric Meyer reset */

/* -------------------------------------------------------------- 
   
   Typography.css
   * Sets some default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */   

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2; /* Unitless for proper inheritance */
}

/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size). */
   
body          { font-size: 100%; }   /* IE */
html > body   { font-size: 16px; }  /* Other browsers */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p { 
  font-family: Arial, Helvetica, sans-serif;
  color:#333; 
  clear:both; 
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.2em; }



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1em 0; /*text-align:justify;*/ }
p.last      { margin-bottom:0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding:0; }
p img.top   { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin: .75em 0 0 1em; }
ol          { list-style-type: decimal; }

dl          { margin: 1.5em 0; }
dl dt       { font-weight: bold; }

a           { color: #125AA7; text-decoration: underline; outline: none; }
a:hover     { color: #000; }

blockquote  { margin: 1.5em 0 1.5em 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 1.3em; background: #eee; border:0.1em solid #ddd; padding:1.5em; }
code        { font:0.9em Monaco, monospace; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ccc; 
  color: #ccc;
  clear: both; 
  float: none; 
 /* width: 100%;*/ 
  height: 0.1em;
  margin: 0 20px 1.4em 20px;
  border: none; 
}
* html hr { margin: 0 20px 1.2em 20px; } /* IE6 fix */


/* Tables
-------------------------------------------------------------- */

table   { border-top:0.1em solid #ddd; border-left:0.1em solid #ddd; }
th,td   { height: 1em; padding:0.2em 0.4em; border-bottom:0.1em solid #ddd; border-right:0.1em solid #ddd; }
th      { font-weight:bold; }


/* Forms
-------------------------------------------------------------- */

label     { font-weight: normal; }
textarea  { height: 180px; width: 300px; }


/* Some default classes
-------------------------------------------------------------- */

p.small   { font-size: 0.8em; margin-bottom: 1.875em; line-height: 1.875em; }
p.large   { font-size: 1.2em; line-height: 2.5em; }
.quiet   { color: #666; }
.loud    { font-weight:bold; }
.hide     { display: none; }
/* End default typography styles */

body {background:#e7e7e9 url(../images/bkg.jpg) repeat-x;}
h1, h2, h3, h4, h5, h6, p {font-weight:normal;margin-left:20px;margin-right:20px;}
h1 {margin:0 20px .25em 20px;}
h2 {color:#005195;margin:0 20px .25em 20px;}
h3 {color:#005195;margin:0 20px .25em 20px;}
h4 {font-weight:bold;}
p {font-size:1em;padding-bottom:4px;}
ol ul {margin-left:0;}
ol li {margin-left:1.5em;}
li {color:#333;margin-bottom:1em;margin-right:20px;}
input[type="text"] {width:25%;}
textarea {margin-top:5px;width:99%;}

input[type="text"],
textarea {border:1px solid #333;color:#333;font-size:.9em;padding:4px;}

select {color:#333;font-size:.9em;margin:8px 0;}

#container {margin:0 auto;width:90%;}
#masthead {background:#f3fcfe url(../images/masthead.png) no-repeat;clear:both;display:inline;float:left;height:127px;width:100%;}
#masthead h1 {text-indent:-9999px;}
#nav {background-color:#00b8e4;border-top:1px solid #ccc;border-right:1px solid #ccc;/*border-bottom:1px dashed #ccc;*/border-left:1px solid #ccc;clear:both;display:inline;float:left;width:100%;
-webkit-border-top-right-radius: 7px;
-webkit-border-top-left-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-topleft: 7px;
border-top-right-radius: 7px;
border-top-left-radius: 7px;}
#nav ul {margin:0;padding:0;}
#nav li {font-weight:normal;list-style-type:none;margin:0 20px 0 0;padding:8px 0;text-align:right;}
#nav a {color:#fff;font-weight:bold;}
#content {background-color:#fff;border-right:1px solid #ccc;border-bottom:1px solid #ccc;border-left:1px solid #ccc;clear:both;display:inline;float:left;padding:20px 0;width:100%;
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;}
#panel {background:#f1fbfe url(../images/bkg-panel.jpg) repeat-x;border:1px solid #ccc;margin:17px 20px 0 40px;padding:20px 0;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
#terms {border:solid 2px #000;padding:4px;height:400px;overflow:auto;margin:10px 20px;padding-top:20px;}
#terms h3 {text-transform:uppercase;}
#toc li {list-style-type:none;margin-bottom:0;text-transform:uppercase;}
#footer {background-color:transparent;clear:both;display:inline;float:left;width:100%;}
#footer p {font-size:.8em;margin:0;padding:20px;text-align:center;}


#accordion label {display:block;font-size:.9em;margin-bottom:10px;}
#frm-idea-submission {margin-top:2em;}
#idea-title {background:#DCF5FC;width:400px;}

#solutioncategory,
#read-terms {margin:0 20px 20px 20px;}

#read-terms li {font-size:16px;list-style:disc;}

.btn-align {text-align:center;}
.confidential-choice {list-style-type:none;margin-left:8px;}
.confidential-sub {list-style-type:lower-alpha;}
.dp50 {width:50%;float:left;display:inline;*margin-right:-1px;}
.disclosure-purpose {list-style-type:circle;}

#content input.errors {background:#fae6ea;border:2px solid #cc092f;color:#cc092f;}
div.errors {background:#fae6ea;border:2px solid #cc092f;color:#cc092f;padding-left:4px;padding-right:4px;}
p.errors {background:#fae6ea url(../images/icn-error.png) no-repeat 4px 4px;border:2px solid #cc092f;color:#cc092f;padding-left:20px;}

.end {margin-bottom:1em;}
.hang {text-indent:-24px;padding-left:24px;}
.indent {margin-left:2.7em;}
.input-narrow {width:15%;}
.input-standard {width:30%;}
.note {color:#ea7125;font-weight:bold;/*text-transform:uppercase;*/}
.p-label {color:#999;font-weight:normal;}
.required {color:#f00;}
.section {margin-top:1em;}
.section h4 {background-color:#efefef;/*border-top:1px dotted #666;*/color:#000;font-size:1.25em;font-weight:normal;margin-top:0;margin-bottom:4px;padding:0 4px;}
.section p {margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;}
.shift-left {margin-left:20px;}
.smalltext {font-size:.9em;}

#container #content .ui-accordion-content{zoom:1; /*keeps radio buttons in accordion widget from disappearing in IE6*/ }

/* Admin styles */
#masthead.admin {background:#e8f9fd url(../images/masthead-admin.png) no-repeat;clear:both;display:inline;float:left;height:70px;width:100%;}
#nav.admin {background-color:#8c8d8e;}
#container-admin #tabs {margin:1em 20px;}
#container-admin #tabs p {font-size:.9em;}
#container-admin .default {margin-left:20px;}
#container-admin .confirm {background-color:#b0e2b2;border:1px solid #2eb135;padding:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
#container-admin .error {background-color:#ff9792;border:1px solid #cc092f;padding:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

@media all and (max-width: 800px) {
.input-narrow {width:30%;}
.input-standard {width:60%;}
}

@media all and (max-width: 500px) {
.input-narrow {width:100%;}
.input-standard {width:100%;}
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #222;
    font-size: .7em;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #222;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

.paginateButtons-top {
    border-bottom: 0;
}

.paginateButtons-bottom {
    border-top: 0;
}


table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}
td, th {
    font: .7em verdana, arial, helvetica, sans-serif;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff;
    color: #666;
    font-size: .9em;
    font-weight: bold;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #00f;
    display: block;
    font-size: .8em;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

a.ui-button.ui-state-default.ui-corner-all {
	padding:.5em .75em;
	line-height: 10px;
}