wizard.css 5.79 KB
* { margin: 0; padding: 0; }

body {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("graphics/dame/loginbg.png");
	background-position:0 0;
	background-repeat:repeat-x;
	font-family:sans-serif;
	color:grey;
}

h1 {
	font-size:165%;
	margin-bottom:5px;
	margin-top:0;
}

h2 {
    font-size: 1.5em;
    font-weight: normal;
    padding: 10px 0;
    color: #555;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 0;
    color: #555;
}


p {
    padding-bottom: 10px;
    word-wrap: break-word;
}

p.title {
	font-size: 165%;
	margin-bottom: 5px;
	margin-top: 0px;
}

a {
    color: #EC7725;
}

th {
    font-weight: bold;
    text-align: left;
    padding: 5px 5px;
}

td {
    padding: 2px 5px;
}

select {
    width: 320px;
}

/* *** Layout Styles *** */

#outer-wrapper {
	border:1px solid #B7B7B7;
	left:215px;
	position:relative;
	top:25px;
	width:1024px;
}

#header {
	background: transparent url("graphics/dame/installer_head.png") repeat scroll 0% 0%;
	text-align: right; 
	font-size: 100%; 
	color: rgb(167, 167, 167); 
	font-family: sans-serif;
	height: 71px;
	font-family:sans-serif;
	padding-right:15px;
}

#wrapper {
    background: white url("graphics/background.gif") repeat-y left;
}

#container {
  width: 100%;
  background: white url("graphics/background.gif") repeat-y left;
  float: right;
}

#content {
    margin-left: 200px;
    height:515px;
    
}

#content_container {
	padding:20px;
	vertical-align: middle;
	font-size: 10pt;
}

#step_content {
	border: 1px solid rgb(207, 207, 207);
	padding: 5px;
	overflow: auto;
	height: 400px;
}

#sidebar {
	background: rgb(239, 239, 239) none repeat scroll 0% 0%;
	font-size: 75%;
	color: grey; 
	font-family: sans-serif; 
	margin-top: 0px;
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	height:475px;
}

#footer {
	background-image:url("graphics/dame/navbar.png");
	height:35px;
}

.clearing {
    height: 0;
    clear: both;
}

/* Content Styles */

.logo {
    background: url("graphics/logo.png") no-repeat;
    background-position: top left;
    height: 50px;
    width: 200px;
    margin-left: 10px;
}

.menu {
    color: #616161;
    text-align: left;
    line-height: 3;
    padding-left: 20px;
}

.indicator a {
	background:url("graphics/dame/tick1.png") no-repeat left; 
	padding-top:15px;			
	padding-bottom:10px;		
	padding-left:30px;			
	color: #1c9e00;	
}

.active {
	background:url("graphics/dame/tick1.png") no-repeat left; 
	padding-top:15px;			
	padding-bottom:10px;		
	padding-left:30px;			
	color: #1c9e00;	
}

.inactive {
	background:url("graphics/dame/tick2.png") no-repeat left;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:30px; 
	color:#a7a7a7;
}

.current {
	background:url("graphics/dame/dot.png") no-repeat left;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:30px;
	color: #f36a00;
}
	
.tick {
    background: url("graphics/tick.png") no-repeat;
    height: 16px;
    width: 16px;
}

.cross {
    background: url("graphics/cross.png") no-repeat;
    height: 16px;
    width: 16px;
    color:#A30000;
}

.cross_orange {
    background: url("graphics/cross_orange.png") no-repeat;
    height: 16px;
    width: 16px;
    color:#EC7725;
}

.green {
    color: green;
    align: center;
}

.orange {
    color: orange;
    align: center;
}

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

.errors {
    color: #9F0000;
}

.buttons {
    bottom: 40px;
    right:20px;
    position: absolute;
    width:120px;
}

/*
#buttons_double input {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;	
	background-image: url("graphics/dame/kt_gradient.jpg");
	background-repeat: repeat-x;
	background-position-y: 0%;
	border: 1px solid #cecece;
}

#buttons_single input {
	float: right;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;	
	background-image: url("graphics/dame/kt_gradient.jpg");
	background-repeat: repeat-x;
	background-position-y: 0%;
	border: 1px solid #cecece;
}*/

.back {
	background-image: url("graphics/dame/kt_gradient.jpg");
	background-repeat:repeat-x;
	border:1px solid #CECECE;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-left:0;
	margin-top:10px;
}

input {
	background-image: url("graphics/dame/kt_gradient.jpg");
	background-repeat:repeat-x;
	border:1px solid #CECECE;
	float:right;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
	margin-top:10px;
}

.buttons a {
    background: #DDDDDD;
    border: solid 1px #888;
    padding: 2px 8px 2px 5px;
    text-decoration: none;
    color: #EC7725;
}

.powered-by {
    background: url("graphics/powered-by-kt.png") no-repeat;
    background-position: center left;
    height: 50px;
    width: 140px;
    margin-left: 10px;
}

.adv_options {

}

.onclick {
     cursor: pointer;
     color: #EC7725;
     width: 120px;
}

.description {
    color:#898989;
    line-height:150%;
    margin-bottom:0.75em;
    font-size:90%;
}

.disclaimer {
    border: solid 1px #EFBE87;
    margin: 0 20px;
    padding: 5px;
    font-size: 85%;
}

.top {
    font-size: 2em;
    font-weight: normal;
    padding: 10px 0;
    color: #444;
}

.right_top {
    height:45px;
}

table#dbconf tr td {
	width:50%;
}

input#dname {
	size:40px;
}

.options {
	width:15%;
}

.adv_options {
	padding: 5px 8px;
}

#section {
	/*border:1px solid;*/
}

sup {
	font-size: 11px;
}

refresh {
	/*
	style="color: #000000; 
	font-weight: normal;
	*/
}

.php_ext_details table {
	width:800px;
}

.php_con_details table {
	width:800px;
}

.error_message {
	border:none;
	background-color:#FFCCCC;
	color:#A30000;
/*	width:550px; */
	padding:0px;
}

.continue_message {
	border:none;
	background:transparent url("graphics/big-ok.png") no-repeat scroll 0 50%;
	width:550px;
	padding:0px;
}

.license_agreement {
	overflow: scroll;
	height: 255px;
	width:785px;
	height:370px;
	overflow-x:hidden;
	border:1px solid #CFCFCF;
}