div#nyroModalFull {
font-family:arial, sans-serif; font-size:11px; color:#4B4B4B;
}
div#nyroModalLoading {
border:4px solid #c1c1c1;
border:2px solid #000000;
-moz-border-radius:9px;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url(../img/ajaxLoader.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
border:2px solid #000000;
-moz-border-radius:9px;

}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 60px;
	height: 24px;
	text-indent: -9999em;
	background: url(/shared/img/global/btn-close.gif) no-repeat;
	outline: 1; 
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div.wrapper div#nyroModalContent {
	padding: 20px;
	padding-bottom: 0;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background: url(../img/prev.gif) left 20% no-repeat;
}
a.nyroModalNext {
	right: 0;
}
a.nyroModalNext:hover {
	background: url(../img/next.gif) right 20% no-repeat;
}

.button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

.button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

.button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	.button span {
		margin-top: -1px;
	}
}

.button.submitBtn { 
	padding: 0 28px 0 0; 
	font-size:12px;
	margin-right:5px; 
	margin-top:5px;
	text-align: center; 
	background: transparent url(../img/button.gif) no-repeat right -24px; 
}
	
.button.submitBtn span {
	padding: 4px 15px 0 10px; 
	height:25px; 
	background: transparent url(../img/button.gif) no-repeat left top; 
	color:#fff; 
	font-weight:bold;
}

.button.submitBtn:hover span {
		text-decoration: underline;
}


.sw_alert_hdg{
font-size:12px;
color:#666;
font-weight:bold;
margin-bottom:10px;
}

.sw_alert_txt{
background:#fafad2;
border:1px solid #ddd;
padding:10px;
margin:0;
}

table.striped {

	border-spacing: 0;

	border: 1px solid #c1c1c1;

	border-collapse: collapse;

}



table.striped th {

  height: 24px;

  text-align:center;

  background-color: #d8d8d8;

  border : #ababab 1px solid;

  padding-left:5px;

  padding-right:5px;

}



table.striped td {

  padding:5px;

	border-width: 0px 1px 0px 1px;

	border : #c1c1c1 1px solid;

	

	}



table.striped thead tr .header {

	background-image: url(../img/bg.gif);

	background-repeat: no-repeat;

	background-position: center right;

	cursor: pointer;

	padding-left: 10px;

		padding-right: 20px;

}

table.striped tr.odd td {

	background-color: #ededed;

}

table.striped tr.even td {

	background-color: #ffffff;

}

