|
- body { background-color: #DDD; }
-
- .content {
- background-color: #f5f5f5;
- padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;
- margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;
- }
-
- a.navlink:link { color: #003366; font-weight: bold; text-decoration: none; }
- a.navlink:visited { color: #003366; font-weight: bold; text-decoration: none; }
- a.navlink:hover { color: #CCCCCC; font-weight: bold; text-decoration: none; }
-
- table td {
- font-family: Tahoma; font-size: 13px;
- display: table-cell;
- vertical-align: center;
- text-align: center;
- }
-
- .title {
- font-size: 24px; font-weight: normal; color: #FFFFFF;
- margin-top: 5px; margin-bottom: 5px; margin-left: 20px;
- padding-top: 5px; padding-bottom: 5px; padding-left: 20px;
- }
-
- ul, li{
- margin:0;
- padding:0 0 0 15px;
- }
-
- .column {
- float: left;
- margin: 0 20px 0 0;
- }
-
- fieldset {
- padding: 1em;
- font:80%/1 sans-serif;
- }
-
- label {
- float:left;
- width:25%;
- margin-right:0.5em;
- padding-top:0.2em;
- text-align:right;
- font-weight:bold;
- }
-
- img.resize {
- width:220px;
- height:300px;
- }
-
- input {
- text-align: center;
- }
-
- .submitLink {
- background-color: transparent;
- text-decoration: underline;
- border: none;
- color: #003366;
- cursor: pointer;
- }
- submitLink:focus {
- outline: none;
- }
-
- .percentbar { background:#CCCCCC; border:1px solid #666666; height:10px; }
- .percentbar div { background: #28B8C0; height: 10px; }
-
- select.header {
- /*background: rgb(255, 255, 255);
- background: rgba(255, 255, 255, 0.2);*/
- color: red;
- }
-
- select *.profession-0 { background-color: #FFF; }
- select *.profession-1 { background-color: #FF8; }
- select *.profession-2 { background-color: #CF9; }
- select *.profession-3 { background-color: #ACF; }
- select *.profession-4 { background-color: #9FC; }
- select *.profession-5 { background-color: #DAF; }
- select *.profession-6 { background-color: #FBB; }
- select *.profession-7 { background-color: #FCE; }
- select *.profession-8 { background-color: #BFF; }
- select *.profession-9 { background-color: #FC9; }
- select *.profession-10 { background-color: #DDF; }
|