
/**********************************************
 index cards
**********************************************/

.tableframe {
	background-color: #f2f2f2;
	border: 1px solid #dbdbdb;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-top: 43px;
	margin-right: 0px;
	margin-bottom: 43px;
	margin-left: 0px;
	color: #4a528c;
	width: 100%;
}

.indexcard,
.ic_top {
	margin-left: 10px;
	margin-right: 10px;
}

.ic_top {
	position: relative;
	top: -10px;
	margin-bottom: 1px;
	float: left;
	width: auto;
}

.ic_top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ic_top ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.ic_top ul li a:link,
.ic_top ul li a:visited,
.ic_top ul li a:focus,
.ic_top ul li a:hover,
.ic_top ul li a:active {
	display: block;
	background: url('../images/ic_bg.gif') repeat-x left top;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	color: #747474;
	padding: 0 1em 1px 1em;
}

.ic_top ul li.first a {
	border-left: 1px solid #dbdbdb;
}

.ic_top ul li a:hover {
	background:url('../images/ic_mark_bg.gif') repeat-x left top;
}

.ic_top ul li.active a:link,
.ic_top ul li.active a:visited,
.ic_top ul li.active a:focus,
.ic_top ul li.active a:hover,
.ic_top ul li.active a:active {
	background:url('../images/ic_mark_bg.gif') repeat-x left top;
	color: #FFFFFF;
}

.ic_actions {
	background-color: #ECECEC;
	width: auto;
	padding: 3px;
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}

.ic_legend {
	background-color: transparent;
	width: auto;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.ic_imp {
	margin-bottom: 13px;
	text-align: center;
}

.row-odd {
	background-color: #ffffff;
	width: 100%;
}
.row-even {
	background-color: #f2f2f2;
	width: 100%;
}
.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
	margin: 0px;
}
.col-1 {
	width: 19%;
	font-weight: bold;
}
.col-2 {
	width: 29%;
}
.col-3 {
	width: 19%;
	font-weight: bold;
}
.col-4 {
	width: 29%;
}
.col-1234 {
	padding: 2px 2px 1px 2px;
}
.col-1 .col-1234, .col-3 .col-1234 {
	padding-left: 25px;
}

.row-odd .col-break {
	clear: both;
	height: 1px;
	line-height: 1px;
	background-color: #ffffff;
}

.row-even .col-break {
	clear: both;
	height: 1px;
	line-height: 1px;
	background-color: #f2f2f2;
}

a.ic_button:link, a.ic_button:visited, a.ic_button:focus, a.ic_button:hover, a.ic_button:active {
	text-decoration: none;
	cursor: pointer;
}

a.ic_button {
	height: 18px;
	line-height: 20px;
	padding: 2px 9px 2px 9px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color: #263C76;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: outset;
}

a.ic_button:hover {
	border-style: inset;
}

a.ic_button.save {
	padding-left: 26px;
	background: url('../images/icons/white/save.gif') no-repeat 5px center #263c76;
}

a.ic_button.discard {
	padding-left: 26px;
	background: url('../images/icons/white/close.gif') no-repeat 5px center #263c76;
}


a.ic_imp:link, a.ic_imp:visited, a.ic_imp:focus, a.ic_imp:hover, a.ic_imp:active {
	height: 18px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 2px 9px 2px 18px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background:url('../images/ic_imp.gif') no-repeat left center;
	background-color: #b80303;
	border: 1px solid #333333;
	text-decoration: none;
	cursor: pointer;
}


/**********************************************
 dashboard
**********************************************/

.dash, .dash_admin {
	position: absolute;
	right: 10px;
	top: 9.18em;
	width: 186px;
	padding: 0px;
	margin: 0px;
	background:url('../images/dash_bg.png') no-repeat right bottom;
	_background-image:url('../images/dash_bg.gif');
	z-index: 99;
}
.dash_admin {
	background:url('../images/dash_bg_admin.png') no-repeat right bottom;
	_background-image:url('../images/dash_bg_admin.gif');
}
* html .dash, * html .dash_admin {
	width: 190px;
	right: 9px;
	top: 9.09em;
}
*:first-child+html .dash, *:first-child+html .dash_admin {
	width: 190px;
	right: 10px;
	top: 9.09em;
}
.dash-c {
	font-size: 10px;
	line-height: 14px;
	padding: 2px 4px 0px 4px;
}
* html .dash-c, *:first-child+html .dash-c {
	padding-left: 8px;
}

.dash-c img {
	margin: 0px 0px 6px 6px;
	float: right;
}
.dash-c_arrows {
	text-align: center;
	height: 5px;
	position: relative;
	top: -10px;
	color: #b80303;	font-size: 10px;
	text-decoration: none;
}
* html .dash-c_arrows {
	top: -2px;
	left: 2px;
}
.dash-c_arrows a:link, .dash-c_arrows a:visited, .dash-c_arrows a:focus, .dash-c_arrows a:hover, .dash-c_arrows a:active {
	text-decoration: none;
}
.dash_open {
	background:url('../images/dash_open.gif') no-repeat left 5px;
	padding-left: 14px;
}
.dash_close {
	background:url('../images/dash_close.gif') no-repeat left 5px;
	padding-left: 14px;
	margin-top: 5px;
}

.dash-c form {
	margin: 10px 0;
	padding: 0px;
}

.dash-c input {
	width: 90px;
	font-size: 11px;
	margin-bottom: 3px;
}
.dash-c .input_sm {
	cursor: pointer;
	width: 97px;
	margin-left: 80px;
}
.dash-c label {
	cursor: pointer;
}
.dash-c label.ip {
	width: 80px;
	height: 16px;
	padding-top: 2px;
	overflow: hidden;
	display: block;
	float: left;
	clear: left;
}
.dash-c h4 {
	font-size: 11px;
	color: #263c76;
	margin: 4px 0px 8px;
	0px;
}

/**********************************************
 Contentloginbox
**********************************************/

.box-rframe {
	margin-top: 8px;
	margin-bottom: 16px;
	width: 200px;
}
.box-rframetop {
	border: 1px solid #CCCCCC;
	height: 17px;
	background:url('../images/head_bc_bg.gif') repeat-x left top;
	padding-left: 5px;
	padding-top: 3px;
	font: 11px Verdana, sans-serif;
	color: #263c76;
	font-weight: bold;
}
.box-rframect {
	border: 1px solid #E0E0E0;
	border-top: 0px;
	background-color: #f8f8f8;
	padding: 2px 8px 0px 8px;
}

.box-rframect form {
	margin: 0px;
	padding: 0px;
}

.box-rframect label {
	cursor: pointer;
	width: 70px;
	height: 16px;
	padding-top: 2px;
	overflow: hidden;
	display: block;
	float: left;
	clear: left;
}

.box-rframect #cosislogin input {
	width: 100px;
	font-size: 11px;
	margin-bottom: 3px;
}
.box-rframect #cosislogin .input_sm {
	width: 70px;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 8px;
	margin-left: 70px;
}
* html .box-rframect #cosislogin .input_sm, *:first-child+html  .box-rframect #cosislogin .input_sm {
}

.box-rframect #cosislogin a:hover {
	color: #b80303;
	text-decoration: none;
}

/**********************************************
 Small Window
**********************************************/

html, body, table {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #333333;
	font-Weight: normal;
	font-Style: normal;
	font-variant: normal;
	font-family: Verdana;
	line-height: 15px;
}
.smhead_out {
	background:url('../images/smhead_bg_out.gif') repeat-x left top;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.smhead_in {
	background:url('../images/smhead_bg_in.gif') repeat-x left top;
	padding: 0px;
	margin: 0px 10px 0px 10px;
	color: #ffd000;
}
.smhead_in .smlogo {
	margin: 2px 25px 6px 8px;
	float: left;
}
.smhead_in .smheadline {
	margin: 3px 0px 0px 0px;
	float: left;
}
.smhead_in .smclosewindow {
	float: right;
	margin: 3px 0px 0px 0px;
	padding-right: 8px;
}
.smhead_in .smclosewindow a:link, .smhead_in .smclosewindow a:visited, .smhead_in .smclosewindow a:focus, .smhead_in .smclosewindow a:hover, .smhead_in .smclosewindow a:active {
	background: none;
	padding-left: 0px;
	color: #ff0000;
	text-decoration: none;
}
.smhead_bc_out {
	border: 1px solid #bdbdbd;
	border-top: 0px;
	height: 1.54em;
	background:url('../images/smhead_bc_bg.gif') repeat-x left top;
}
.smhead_bc {
	float: left;
	padding: 1px 7px 0px 7px;
	height: 1.45em;
	border-right: 1px solid #bdbdbd;
	font-size: 11px;
	color: #999999;
}
.smhead_bc a:link, .smhead_bc a:visited, .smhead_bc a:focus, .smhead_bc a:hover, .smhead_bc a:active {
	background: none;
	padding-left: 0px;
	color: #999999;
	text-decoration: none;
}
.smhead_bc a:hover {
	color: #666666;
	text-decoration: none;
}
.smh1 {
	font: normal 18px Georgia, Times, serif;
	margin: 0px 0px 20px 16px;
	color: #b80303;
}
.smmenutop {
	Font-Size: 11px;
	line-height: 20px;
	Color: #ffffff;
	Font-Weight: bold;
}
.smtabheadmenue {
	background:url('../images/tabheadmenu.gif') repeat-x left top;
	font-weight: bold;
	color: #263c76;
}

.oldcontenttable a:link, .oldcontenttable a:visited, .oldcontenttable a:focus, .oldcontenttable a:active, .oldcontenttable a:hover {
	background:url('../images/link-standard.gif') no-repeat left 2px;
	padding-left: 10px;
	Font-Size: 11px;
	Color: #b80303;
	Text-Decoration: none
}
a.smmenuetop:link, a.smmenuetop:visited, a.smmenuetop:focus, a.smmenuetop:active, a.smmenuetop:hover {
	background: none;
	padding: 0px;
	Font-Size: 11px;
	line-height: 20px;
	Color: #747474;
	Font-Weight: bold;
	Text-Decoration: none
}
a.smmenueleft:link, a.smmenueleft:visited, a.smmenueleft:focus, a.smmenueleft:active, a.smmenueleft:hover {
	background: none;
	padding: 0px;
	Font-Size: 11px;
	Color: #263c76;
	Text-Decoration: none
}
.oldcontenttable a:hover, .smhead_in .smclosewindow a:hover, a.smmenueleft:hover {
	text-decoration: underline;
}
/*
.sminputtext, .sminputtextfocus {
	font-size: 11px;
	Color: #333333;
	border: 1px inset #333333;
}

.smtextarea, .smtextareafocus {
	font-size: 11px;
	Color: #333333;
	border: 1px inset #333333;
}

.sminputsubmit {
	font-size: 11px;
	Color: #ffffff;
	Background-Color: #4a528c;
	Border-Color: #082163;
	Border: 1px, plain;
}

.sminputsubmitred {
	font-size: 11px;
	Color: #ffffff;
	Background-Color: #dd0000;
	Border-Color: #082163;
	Border: 1px, plain;
}

.smselect, .smselectfocus {
	font-size: 11px;
	Color: #333333;
	border: 1px inset #333333;
}
*/

ul.smmenueleft {
	margin: 10px 0px 0px 15px;
	padding: 0px;
	line-height: 13px;
	list-style-image:url('../images/smarrow_menueleft_fx.gif');
}
* html ul.smmenueleft {
	margin: 10px 0px 10px 10px;
	list-style-image:url('../images/smarrow_menueleft_ie.gif');
}
ul.smmenueleft li {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	padding-left: -5px;
}
ul.smmenueleft li.mark {
	font-weight: bold;
	color: #263c76;
	list-style-image:url('../images/spacer.gif');
}

.oldcontenttable form,
.leftform form {
	margin: 10px 0;
	padding: 0px;
}
/*
.oldcontenttable input,
.oldcontenttable select,
*/
.leftform input,
.leftform select {
	width: 150px;
	height: 16px;
	font-size: 11px;
	border: 1px inset #333333;
	margin-bottom: 3px;
}
.oldcontenttable .input_sm,
.oldcontenttable .input_imp,
.leftform .input_sm {
	width: 150px;
	height: 18px;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
	border: 1px outset #ffffff;
	cursor: pointer;
	margin-bottom: 3px;
	padding-bottom: 8px;
}
.oldcontenttable .input_sm,
.leftform .input_sm {
	background-color: #263c76;
	border-color: #333333;
}
.oldcontenttable .input_imp {
	background-color: #b80303;
	border-color: #333333;
}
/*
.oldcontenttable textarea {
	width: 300px;
	height: 60px;
	font-size: 11px;
	border: 1px inset #333333;
	margin-bottom: 3px;
}
*/
.oldcontenttable .input_cb {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 3px;
}
.oldcontenttable .input_rb {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 3px;
}
* html .oldcontenttable .input_cb, * html .oldcontenttable .input_rb {
	border: 0px;
}
*:first-child+html .oldcontenttable .input_cb, *:first-child+html .oldcontenttable .input_rb {
	border: 0px;
	border-color: #ffffff;
}
/*
.oldcontenttable label {
	cursor: pointer;
}
*/
/*
.oldcontenttable label.ip {
	width: 150px;
	height: 16px;
	padding-top: 2px;
	overflow: hidden;
	display: block;
	float: left;
	clear: left;
}
*/
/*
.oldcontenttable select,
*/
.leftform select,
.oldcontenttable .input_sm,
.oldcontenttable .input_imp,
.leftform .input_sm {
	width: 70px;
}

/*

.infobox {
	Font-Size: 10px;
	Color: #333333;
	line-height: 13px;
	Font-Weight: Normal;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

a.menuetopdown:link {
	Font-Size: 12px;
	Color: #333333;
	Font-Weight: Normal;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	Text-Decoration: none
}

a.menuetopdown:active
{
	Font-Size: 12px;
	Color: #333333;
	Font-Weight: Normal;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	Text-Decoration: none
}

a.menuetopdown:visited {
	Font-Size: 12px;
	Color: #333333;
	Font-Weight: Normal;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	Text-Decoration: none
}

a.menuetopdown:hover {
	Font-Size: 12px;
	Color: #333333;
	Font-Weight: Normal;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	Text-Decoration: underline
}

.headline1 {
	Font-Size: 14px;
	Color: #4a528c;
	line-height: 18px;
	Font-Weight: Bold;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.headline2 {
	Font-Size: 12px;
	Color: #4a528c;
	line-height: 15px;
	Font-Weight: Bold;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.headline3 {
	Font-Size: 12px;
	Color: #333333;
	line-height: 15px;
	Font-Weight: Bold;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.headline4 {
	Font-Size: 12px;
	Color: #E7D695;
	line-height: 15px;
	Font-Weight: Bold;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.menueheadline {
	Font-Size: 12px;
	Color: #333333;
	line-height: 15px;
	Font-Weight: Bold;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.important {
	Font-Size: 12px;
	Color: #ff0000;
	line-height: 15px;
	Font-Weight: Normal;
	Font-Style: Normal;
	font-variant: normal;
	Font-Family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}


table.listTabs {
	border-bottom: 1px solid black;
}

table.listTabs td.tab {
	border-top: 1px solid black;
	border-right: 1px solid black;
	background-color: #B0B0D1;
	padding: 5px;
	margin: 50px;
}

table.listTabs td.tab.first {
	border-left: 1px solid black;
}

table.listTabs td.selected {
	background-color: #73739D;
}

table.listTabs a {
	text-decoration: none;
}

table.listTabs a:hover {
	color: #FFFFFF;
}

.selected a {
	font-weight: bold;
	color: #FFFFFF;
}

table.listTabs td.spacer {
	border: none;
	background-color: #FFFFFF;
}

table.listTabs td.line {
	height: 1px;
	background-color: #000000;
}

.match {
	background-color: yellow;
}
*/



