form {
	padding: 0;
	margin: 0;
}

table.ismFormBorder {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #000000;
	background: #F5F3F4;
}

table.ismFormBorder td.label {
	text-align: right;
}

table.ismFormBorder td.right {
	text-align: right;
}

table.ismFormBorder td.middle {
	text-align: middle;
}

table.ismFormBorder td.left {
	text-align: left;
}

table.ismFormBorder td.icon {
	text-align: center;
}

table.ismFormBorder td {
	border: none;
}

table.ismFormBorder td h3 {
	font-family: Tahoma;
	font-size: 18px;
	color: #0C3877;
	line-height: 35px;
	border-left: 5px solid #0C3877;
	text-indent: 15px;
	background: #E6E4E5;
	margin: 2px;
	padding-right: 5px;
}

div.buttonBar {
	background: #DEDCDD;
	padding: 10px 10px 0 10px;
	border-top: 5px solid #0C3877;
	text-align: right;
	vertical-align: middle;
}

div.buttonBar input.buttonBlue13,div.buttonBar input.buttonBlack13 input.buttonGold13
	{
	margin-left: 5px;
}

input.inputIsmResize,select.selectIsmResize,textarea.inputIsmResize {
	background: url("/img/bg_fields.png") repeat-x #FFFFFF top left;
	border: 1px solid #297DB0;
	text-align: left;
	color: #666666;
}

input.inputIsm,select.selectIsm,textarea.inputIsm {
	background: url("/img/bg_fields.png") repeat-x #FFFFFF top left;
	border: 1px solid #297DB0;
	width: 185px;
	text-align: left;
	color: #666666;
}

textarea.inputIsmNoSize {
	background: url("/img/bg_fields.png") repeat-x #FFFFFF top left;
	border: 1px solid #297DB0;
	text-align: left;
}

input.inputIsmNoSize,select.selectIsmNoSize,textarea.inputIsmNoSize {
	background: url("/img/bg_fields.png") repeat-x #FFFFFF top left;
	border: 1px solid #297DB0;
	text-align: left;
	color: #666666;
}

input.inputIsmlarge,select.inputIsmlarge,textarea.inputIsmlarge {
	background: url("/img/bg_fields.png") repeat-x #FFFFFF top left;
	border: 1px solid #297DB0;
	width: 588px;
	text-align: left;
	color: #666666;
}

input.inputIsmAjax,select.selectIsmAjax,textarea.inputIsmAjax {
	background: url("/img/bg_fields.png") repeat-x #FFFFFF top left;
	border: 1px solid #297DB0;
	width: 425px;
	text-align: left;
	color: #666666;
}

input.inputIsmFloat,select.selectIsmFloat,textarea.inputIsmFloat {
	background: url("/img/bg_fields.png") repeat-x #FFFFFF top left;
	border: 1px solid #297DB0;
	width: 185px;
	text-align: left;
	clear: both;
	float: left;
	margin-left: 119px;
	color: #666666;
}

input.inputIsmFloat:focus,select.selectIsmFloat:focus,textarea.inputIsmFloat:focus
	{
	border: 1px solid #d800ff;
	color: #666666;
}

input.inputIsmRequired,select.selectIsmRequired,textarea.inputIsmRequired
	{
	background: url("/img/bg_fields.png") repeat-x #FFFFFF top left;
	border: 1px solid #0000FF;
	width: 260px;
	text-align: left;
	color: #666666;
}

input.inputIsm:focus,select.selectIsm:focus,textarea.inputIsm:focus,input.inputIsmRequired:focus,select.selectIsmRequired:focus,textarea.inputIsmRequired:focus
	{
	border: 1px solid #d800ff;
	color: #666666;
}

input.inputIsm.small,select.selectIsm.small,textarea.inputIsm.small,input.inputIsmRequired.small,select.selectIsmRequired.small,textarea.inputIsmRequired.small
	{
	width: 100px;
	color: #666666;
}

input.inputIsm,select.selectIsm,textarea.inputIsm {
	
}

.myIsmHeaderLeft {
	font-weight: bold;
	color: #0064A1;
	font-size: 115%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
}

.myIsmHeaderCenter {
	font-weight: bold;
	color: #0064A1;
	font-size: 115%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 0px;
	vertical-align: middle;
	text-align: center;
}

.myIsmHeaderTitle {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	color: #0064A1;
	font-size: 115%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

.myIsmHeaderContent {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	font-weight: normal;
	width: 100% font-size:  100%;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

input.buttonLogout {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("/img/bg_button_blue.png") repeat-x #FFFFFF center;
	padding: 5px;
	border: 1px solid #0D3877;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
}

input.buttonBlue13 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("/img/bg_button_blue.png") repeat-x #FFFFFF center;
	padding: 5px;
	border: 1px solid #0D3877;
	margin-top: 10px;
	margin-bottom: 10px;
}

input.buttonBlack13 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("/img/bg_button_black.png") repeat-x #FFFFFF center;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

input.buttonGold13 {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("/img/bg_button_gold.png") repeat-x #FFFFFF center;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #806507;
	margin-bottom: 10px;
}

p input.buttonBlue13 {
	padding: 0px 5px;
}

input.buttonBlue11,input.buttonBlack11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background: url("/img/bg_button_blue.png") repeat-x #FFFFFF center;
	padding: 5px;
	border: 1px solid #0D3877;
	margin-bottom: 10px;
}

input.buttonBlack11 {
	background: url("/img/bg_button_black.png") repeat-x #FFFFFF center;
	padding: 5px;
	border: 1px solid #000000;
}

p input.buttonBlue11 {
	padding: 0px 5px;
}

span.red_text {
	
}

img.req {
	position: relative;
	top: 3px;
}

span.red {
	color: red;
}

span.green {
	color: green;
}

form#formSearch td {
	padding: 7px 5px;
}

form#formSearch th {
	background: url("/img/bg_table_header.png") repeat-x top center #6b90bd;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

form#formSearch th a {
	background: url("/img/bg_table_header.png") repeat-x top center;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}

.listNames {
	text-decoration: none;
	background: url("/img/id_icon.gif") no-repeat center right;
	padding-right: 20px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}

form#formSearch td a:hover {
	font-size: 11px;
	line-height: 16.5px;
}

form#formSearch td a.linkBlueBold12 {
	color: #104173;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}

form#formSearch td a.linkBlueBold12:hover {
	color: #104173;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-decoration: underline;
}

.charCounter {
	width: 110px;
	float: left;
	text-align: left;
	vertical-align: top;
	padding-left: 7px;
}

table.tabTranscript {
	padding: 0px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

table.tabTranscript td {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.imgDirectory {
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	vertical-align: middle;
}

.blueSmallButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow: inset 0px 1px 0px 0px #97c4fe;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6
		), color-stop(1, #1e62d0) );
	background: -moz-linear-gradient(center top, #3d94f6 5%, #1e62d0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6',
		endColorstr='#1e62d0' );
	background-color: #3d94f6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #337fed;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 7px;
	text-decoration: none;
	text-shadow: 1px 1px 5px #1570cd;
}

.blueSmallButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0
		), color-stop(1, #3d94f6) );
	background: -moz-linear-gradient(center top, #1e62d0 5%, #3d94f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0',
		endColorstr='#3d94f6' );
	background-color: #1e62d0;
}

.blueSmallButton:active {
	position: relative;
	top: 1px;
}

.greenSmallButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
	box-shadow: inset 0px 1px 0px 0px #caefab;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a
		), color-stop(1, #5cb811) );
	background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a',
		endColorstr='#5cb811' );
	background-color: #77d42a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #268a16;
	display: inline-block;
	color: #306108;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 7px;
	text-decoration: none;
	text-shadow: 1px 1px 5px #aade7c;
}

.greenSmallButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811
		), color-stop(1, #77d42a) );
	background: -moz-linear-gradient(center top, #5cb811 5%, #77d42a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811',
		endColorstr='#77d42a' );
	background-color: #5cb811;
}

.greenSmallButton:active {
	position: relative;
	top: 1px;
}

.redSmallButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00
		), color-stop(1, #ce0100) );
	background: -moz-linear-gradient(center top, #fe1a00 5%, #ce0100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00',
		endColorstr='#ce0100' );
	background-color: #fe1a00;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d83526;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 7px;
	text-decoration: none;
	text-shadow: 1px 1px 5px #b23e35;
}

.redSmallButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100
		), color-stop(1, #fe1a00) );
	background: -moz-linear-gradient(center top, #ce0100 5%, #fe1a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100',
		endColorstr='#fe1a00' );
	background-color: #ce0100;
}

.redSmallButton:active {
	position: relative;
	top: 1px;
}