/*
Basis-Stylesheet für PISTE Ranglisten Tool
*/


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    line-height: 1.5em;
    font-weight: normal;
	font-variant: normal;
}

img, a img {
	border: none;
}

/*---------- Layout -----------*/

#wrapper {
	margin: 0;
	padding: 0;
	text-align: left;
	/*font: small verdana, arial, helvetica, sans-serif;*/
}

/*----------- Header ------------*/

#header {
	margin: 0;
	padding: 0;
	position: relative;
}

#header_left {
	width: 175px;
	height: 145px;
	background: #de0000;
	float: left;
}

#header_right {
	background: #fff;
	height: 145px;
}

/*--- Main container --------------*/

#container {
	position: relative;
}


#strip_top {
	height: 17px;
	background: #fff;
	margin: 0;
}

#strip_topleft {
	float: left;
	height: 100%;
	width: 175px;
	background: #000;
}

#strip_topright {
	height: 100%;
	margin: 0 9px 0 180px;
	padding: 0 10px 0 0;
	background: #eeeeee;
}

#strip_trleft {
	height: 100%;
	padding: 0 0 0 10px;
	text-align: left;
	float: left;
}

#strip_trright {
	padding: 0 10px 0 0;
	height: 100%;
	text-align: right;
}

#footer {
	position: relative;
}

/* main text elements */

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subtitle2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.message_line {
	margin-top: 10px;
	margin-bottom: 10px;
}

.fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-bottom: 10px;
	min-height: 300px;
}

.fail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: red;
	margin-bottom: 10px;
}

.success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: green;
	margin-bottom: 10px;
}

.warn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: darkorange;
	margin-bottom: 10px;
}

.difference {
	color: red;
	font-weight: bold;
}

.spacing {
	margin: 15px;
}

.pseudo_link {
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #494949;
    font-weight: bold;
    font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

/* table formats */

/* normal table to align stuff */
.align, .align_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 20px;
}

.align thead td {
	padding: 4px;
	font-style: italic;
}

.align_large thead td {
	padding: 20px;
	font-style: italic;
}

.align tbody td {
	padding: 4px;
}

.align_large tbody td {
	padding: 20px;
}

.align_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

.align_light thead td {
	padding: 4px;
	font-style: italic;
}

.align_light tbody td {
	padding: 4px;
}

/* nice table with alternating row colors */

.tableContainer {
	position: relative;
    overflow: auto;
    /*height: 10em;*/
}

.nice_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 20px;
	border-collapse: collapse; 
}

.nice_table thead tr td {
	padding: 2px;
	font-style: italic;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background: #ffcc66;
}

.nice_table tbody tr td {
	padding: 2px;
	border: 2px solid #ffffff;
	background: #fef5ca;
}

.nice_table thead tr td.hardBorderLeft {
	border-collapse: separate;
	border-left-color: #000000;
}

.nice_table thead tr td.hardBorderRight {
	border-collapse: separate;
	border-right-color: #000000;
}

.nice_table tbody tr td.hardBorderLeft {
	border-collapse: separate;
	border-left-color: #000000;
}

.nice_table tbody tr td.hardBorderRight {
	border-collapse: separate;
	border-right-color: #000000;
}

.nice_table tbody tr.alt td {
	background: #f5fec9;
}

.nice_table tbody tr.extraRow td {
	background: #d8d8c9;
}

.nice_table tbody tr.noMatch td {
	font-weight: bold;
	background: #fef5ca;
}

.nice_table tbody tr.noMatchAlt td {
	font-weight: bold;
	background: #f5fec9;
}

.nice_table tbody tr.possMatch td {
	font-weight: bold;
	background: #ffd700;
}

.nice_table tbody tr.possMatchAlt td {
	font-weight: bold;
	background: #eeee00;
}

.nice_table .noSolvNr td {
	color: darkorange;
}

.nice_table tbody tr.Att td {
	font-weight: normal;
	background: #ffd700;
}

.nice_table tbody tr.AttAlt td {
	font-weight: normal;
	background: #eeee00;
}

.nice_table tbody tr.Del td {
	font-weight: normal;
	background: #d70000;
}

.nice_table tbody tr.DelAlt td {
	font-weight: normal;
	background: #ee0000;
}

.nice_table tbody tr:hover td {
	background: #c3eca5;
}

.td_center {
	text-align: center;
}

.td_center_bottom {
	text-align: center;
	vertical-align: bottom;
}

.td_bottom {
	vertical-align: bottom;
}

.light_form {
	display: inline;
	margin: 0;
}
/*
.verticalText {
	display:block; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=1.00000000, M21=-1.00000000, M22=-0.00000000,sizingMethod='auto expand');
	-moz-transform:  matrix(-0.00000000, -1.00000000, 1.00000000, -0.00000000, 0, 0);
	-webkit-transform:  matrix(-0.00000000, -1.00000000, 1.00000000, -0.00000000, 0, 0);
	-o-transform:  matrix(-0.00000000, -1.00000000, 1.00000000, -0.00000000, 0, 0);
}
*/


/* Fragebogen Tabelle */


.td_answer {
	text-align: center;
	vertical-align: middle;
	width: 140px;
}
.td_answerDiv {
	min-height: 120px;
	position:relative;
}

.td_answerHead {
	vertical-align: middle;
}
	
/* Buttons */

.but_yes, .but_narr_yes {
	background-color: #70FF7D;
	background: -moz-linear-gradient(top, #70FF7D, #5EE169 50%, #31E241 51%, #60EF6D);
	border-radius: 3px;
	-moz-border-radius: 3px;
  	border: 1px solid #3EB149;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	min-height: 120px;
	position:relative;
}

.but_yes, .but_no, .but_none {
	width: 140px;
}

.but_narr_yes, .but_narr_no, .but_narr_none {
	width: 60px;
}
.but_yes:hover, .but_narr_yes:hover {
	background-color: #60EF6D;
	background: -moz-linear-gradient(top, #60EF6D, #4ED159 50%, #21D231 51%, #50DF5D);
  	border-color: #2EA139;
}

.but_yes:active, .but_narr_yes:active {
	background-color: #50DF5D;
	background: -moz-linear-gradient(top, #60EF6D, #4ED159 50%, #11C221 51%, #40CF4D);
	border: 2px solid #1E9129;
}

.but_no, .but_narr_no {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9B9B9B;
	text-align: center;
	vertical-align: middle;
	min-height: 120px;
	position:relative;
}

.but_no:active, .but_no:hover, .but_narr_no:active, .but_narr_no:hover {
	color: black;
}

.but_none, .but_narr_none {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	min-height: 120px;
	position:relative;
}


/* Ajax popup stuff */
#tbox {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 7;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	opacity: 0;
}

#pop_up {
	position: fixed;
	top: 150px;
	left: 280px;
	width: 650px;
	height: 400px;
	background: #fff url(../pics/popup/content-graybox-lt.gif) no-repeat;
	z-index: 99;
	padding: 10px;
	display: none;
}

.pop_content {
	width: 635px;
	height: 385px;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.pop_top, .pop_topr, .pop_close, .pop_bottoml, .pop_bottom, .pop_bottomr, .pop_left, .pop_right {
	position: absolute;
	display: block;
}

.pop_top {
	background: #fff url(../pics/popup/content-graybox-top.gif) repeat-x;
	height: 11px;
	width: 658px;;
	top: 0px;
	left: 6px;
}

.pop_close {
	height: 12px;
	width: 14px;;
	top: 5px;
	right: 5px;
}

.pop_topr {
	background: #fff url(../pics/popup/content-graybox-rt.gif) no-repeat;
	width: 6px;
	height: 11px;
	top: 0px;
	right: 0px;
}

.pop_left {
	background: #fff url(../pics/popup/content-graybox-dot-l.gif) repeat-y;
	width: 6px;
	height: 404px;
	top: 11px;
	left: 0px;
}

.pop_right {
	background: #fff url(../pics/popup/content-graybox-dot-r.gif) repeat-y;
	width: 6px;
	height: 404px;
	top: 11px;
	right: 0px;
}
.pop_bottoml {
	background: #fff url(../pics/popup/content-graybox-lb.gif) no-repeat;
	width: 6px;
	height: 5px;
	bottom: 0px;
	left: 0px;
}

.pop_bottom {
	background: #fff url(../pics/popup/content-graybox-bottom.gif) repeat-x;
	height: 5px;
	width: 658px;;
	bottom: 0px;
	left: 6px;
}

.pop_bottomr {
	background: #fff url(../pics/popup/content-graybox-rb.gif) no-repeat;
	width: 6px;
	height: 5px;
	bottom: 0px;
	right: 0px;
}

