body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #F5A141;
}

.warning {
	color: #FF0000;
}

/* Box Formatting Begin */
.box {
	padding: 0 12px 0 0;
	background: #fff url(borders.gif) 100% 0 repeat-y;
}
.bi {
	padding: 0 0 0 12px;
	background: #fff url(borders.gif) repeat-y 0 0;
}
.bt {
	height: 17px;
	margin: 0 -12px;
	background: url(box.gif) 100% 0 no-repeat;
}
.bt div {
	width: 18px;
	height: 17px;
	background: url(box.gif) 0 0 no-repeat;
}
.bb {
	height: 17px;
	margin: 0 -12px;
	background: url(box.gif) 100% 100% no-repeat;
}
.bb div {
	width: 18px;
	height: 17px;
	background: url(box.gif) 0 100% no-repeat;
}
.box h1 {
	margin: 0;
	padding: 0.3em 10px;
	background: #efece6;
}
.box p, .box ul {
	margin: 0;
	padding: 4px 10px;
	background: #fff;
}
.box li {
	margin: 0 0 0 2em;
	padding: 0;
}
/* Box Formatting End */

.licenseTitle {
	font-size: 16px;
	font-weight: bold;
}

.moduleTitle {
	font-size: 12px;
	font-weight: bold;
}

td.data {
	border: 1px solid #EBA458;
	border-bottom-style: none;
}

td.dataMiddle {
	border-top: 1px solid #EBA458;
}

td.dataLeft {
	border: 1px solid #EBA458;
	border-left-style: none;
	border-bottom-style: none;
}

td.dataRight {
	border: 1px solid #EBA458;
	border-right-style: none;
	border-bottom-style: none;
}

td.dataAll {
	border: 1px solid #EBA458;
}

td.dataSingleRow {
	border: 1px solid #EBA458;
	border-left-style: none;
	border-right-style: none;
}

div.helpText {
	font-style: italic;
	padding-top: 10px;
}

.pageTitle {
	font-weight: bold;
	font-size: 18px;
}

.versionTitle {
	font-size: 9px;
	color: #C5C5C5;
}

ul {
padding-left: 18px;
margin-left: 0;
}

ol {
padding-left: 12px;
margin-left: 0;
}


.alertPanel {
	padding: 5px 10px;
	border: 2px solid #F5A141;
	/*background-color: #FBE074;*/
	margin-bottom: 10px;
	width: 95%;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}

.alertPanel ul {
	background-color: transparent;
}

.alertPanel h1 {
	font-size: 14px;
	background-color: transparent;
	padding-left: 0;
}

.multiLineValidation {
	float: left; padding-left: 5px; width: 250px;
}

input.serialnumber {
	width: 185px;
}

/* CMCUpdateInfo */
#CMCUpdateInfo div#content {
	margin-left: 50px;
	width: 700px;
}

#CMCUpdateInfo h1 {
	font-size: 24px;
	margin-top: 5px;
}

#CMCUpdateInfo .topline {
	font-size: 14px;
	margin-top: 20px;
}

#CMCUpdateInfo h2 {
	font-size: 14px;
}

#CMCUpdateInfo div.col_container {
	margin-top: 20px;
}

#CMCUpdateInfo div.col_container:after {
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
	display: block;
}

#CMCUpdateInfo div.col_container > div {
	float: left;
	width: 215px;
	padding-right: 20px;
}

#CMCUpdateInfo div.col_container > div:last-child {
	padding-right: 0;
}



#CMCUpdateInfo div.action_block:after {
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
	display: block;
}

#CMCUpdateInfo div.action_block {
	margin: 30px 0 0 0px;
	padding-left: 0;
}

#CMCUpdateInfo div.action_block div.button {
	padding-top: 10px;
}

#CMCUpdateInfo div.alternative_minor_download {
	padding: 10px 0;
	color: #9F9F9F;
	font-size: 12px;
}

#CMCUpdateInfo div.alternative_minor_download p,
#CMCUpdateInfo div.skip_info p {
	margin-bottom: 3px;
}

#CMCUpdateInfo div.skip_info {
 	color: #9F9F9F;
 	font-size: 12px;
}

#CMCUpdateInfo div.alternative_minor_download a,
#CMCUpdateInfo div.skip_info a {
	color: #9F9F9F;
}

#CMCUpdateInfo div.steps {
	float: left;
	line-height: 2em;
	width: 500px;
}

#CMCUpdateInfo div.arrow {
	margin-left: 40px;
	background-image: url(orange_arrow.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 100px;
	float: left;
	min-height: 100px;
	margin-top: 35px;
}

#CMCUpdateInfo div.arrow div {
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding-left: 20px; 
	width: 110px;
}

#CMCUpdateInfo div.arrow div a {
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}

#CMCUpdateInfo #content {
	padding-bottom: 20px;
}

/** ALERT PANEL **/
#alert #overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100000;
	opacity: 0.5;
	background-color: black;
}

#alert #panel {
	background-color: white;
	width:460px;
	position:fixed;
	left:50%;
	top:50%;
	margin:-130px 0 0 -230px;
	/*border: 1px solid rgba(33, 33, 33, 0.6);*/
	border: 1px solid #FF7B3A;

	-moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
	z-index:100001;
	font-family: Arial;
	padding: 10px;
	border: 1px solid black;
	
	text-align: center;
}	

#alert #panel h1 {
	color: #FF7B3A;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 24px;
}

#alert #panel div.message {
	margin-bottom: 20px;
	line-height: 18px;
}

#alert #panel p {
	font-size: 13px;
}

#alert #panel a.close_button {
	background-color: #C9C9C9;
	padding: 3px 10px;
	text-decoration: none;
	color: black;
	border: 1px solid #ACACAC;
	font-size: 13px;
}

