/* Styleshett for Morpher */
/* Original author: Ishkhan ADAMYAN (ishkhan@adamyan.net) */
/* http://www.adamyan.net */


/* ------------------ Reset all styles ---------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #4c4c4c;
}

ul {
    list-style: none;
}

ol {
    list-style-position: inside;
}

ol ul {
    margin-left: 1em;
}

ul li {
    background: url(../images/arrow.png) 0 6px no-repeat;
    padding-left: 10px;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

ol li {
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

ol li ol {
    padding-left: 10px;
}

blockquote, q {
    quotes: none;
    margin: 1em 0;
    padding-left:2em;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

hr {
	color:#dddddd;
	background-color: #dddddd;
	height:1px;
	border: 0px;
	margin: 2em 0em 2em 0em;
}

pre {
	padding: 0;
	margin: 0;
	overflow: auto;
	font-size: 1.2em;
	padding:10px;
	background: #eee;
}

/* highlight inserts! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table .question, .subHead, label {
	font-weight:bold;
	font-size:12px;
	color:#BA080E;
}

label {
	font-weight:normal;
	color:#000;
}

p.req label {
	font-weight:bold;
}

/* --------------- Global settings -------------- */

img {
	border: none;
}

a {
    text-decoration: none;
    color: #245B93;
}

a:hover {
    text-decoration: underline !important;
}

a:visited {
    color: #593691;
}

a.button:visited {
    color: #fff;
}

body {
    text-align: center;
    padding-bottom: 8px;
    background:#fff none;
}

input {
    font-family: sans-serif;
}

.breaker {
    clear: both;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}

.breadcrumbs {
    padding-left:0em;
	margin-bottom:1em;
}

/*----------------------- Global layout ------------ */
#globalcontainer {
    margin: 0 auto;
    text-align: left;
    background-color:#fff;
    max-width: 1280px;
    min-width: 780px;
}
/********* Global Header ********/
#globalheader {
    height:114px;
    position:relative;
    background:#400000 url(../images/topImage.jpg) bottom left repeat-x;
}

.logo{
    float: left;
    margin: 22px 0 0 42px;
}

/* Global menu */
.globalMenu {
	height: 29px;
	background: url(../images/menuBg.jpg) top left repeat-x;
	line-height: 14px;
}

.globalMenu ul {
  	display: block;
  	height: 29px;
  	background: url(../images/menuLeft.jpg) left top no-repeat;
}

.globalMenu ul li {
  	display: block;
  	float: left;
  	background: none;
        width: 16.6%;
	padding-left: 0;
	margin: 0;
}

.globalMenu ul li a {
	display: block;
	color: #FFFFFF;
	padding: 3px 0px 2px 0px;
	text-align: center;
	border-right: 1px #ccc solid;
	margin: 4px 0px 4px 0px;
	text-transform: uppercase;
	font-family:Arial,Helios,sans-serif;
}	

.globalMenu ul li a:visited {
	color: #FFFFFF;
}

.globalMenu ul li.active a {
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
}
	
.globalMenu ul li a.last {
	background: none;
	border-right:none;
}
	
/* Global content elements */
#globalcontent {
	padding: 0px 0 40px;
	margin-top: 2px;
}
	
#leftContent, #rightContent {
	padding: 0 0;
}
	
#leftContent {
  	margin-right: 25%;
  	background:url(../images/leftColBg.jpg) top left repeat-x;
  	min-height: 350px;
}
	
#leftContent .mainContent.pad {
	display:table;
	_height:0;
}
  
#leftContent .mainContent h1 {
	font-size: 2.2em;
	color: #9b1414;
}

#leftContent .mainContent p {
	color: #696969;
	margin-bottom:0.6em;
	text-align:left;
}

#leftContent .mainContent ul {
	color: #696969;
	margin-bottom:1em;
	text-align:left;
}

#leftContent .mainContent h2,#leftContent .mainContent h3,#leftContent .mainContent h4,#leftContent .mainContent h5,leftContent .mainContent h6{
	margin:1em 0em 0.6em 0em;
}
	
dt {
	margin-top: 12px;
}
	
/* Front page changes */
	
#leftContent .mainContent h1 {
	margin-bottom:0.3em;
}

.frontPage #leftContent {
	margin-right: 50%;
}
	
.frontPage #leftContent .imageHolder {
	text-align: left;
	_height: 1%;
	padding-top:10px;
}
  
.frontPage #leftContent .imageHolder img {
	float: left;
}
  
#leftContent .wrapper {
	padding:20px 30px;
	_height: 1%;
}
	
/* Right content elements */
	
#rightContent {
	float: right;
  	background:url(../images/rightContentBg.png) top left no-repeat;
  	width: 25%;
}
	
.frontPage #rightContent {
	width: 50%;
}

#rightContent .wrapper {
	padding:20px 20px;
}

#rightContent h3 {
	font-size: 1.6em;
  	position: relative;
  	color:#9b1414;
}
	
#rightContent h3 span {
	position: absolute;
	bottom: 2px;
  	right: 8px;
  	display: block;
  	width: 80px;
  	text-align: right;
}

.col1 {
  	float: left;
  	width: 50%;
}
	
.col2 {
	margin-left: 50%;
}
	
#rightContent .col1 .wrapper {
	padding:0 40px 0 0;
}

.news p {
  	line-height: 1.1em;
}

.news h3 {
	margin-bottom: 0.4em;
}
	
.news h4 {
	font-size:1.1em;
	margin-bottom:0.2em;
	margin-top:1em;
}
  
.news h3 a {
  	float: right;
  	margin: 6px 0;
  	width: 16px;
  	height: 16px;
  	background: url('../images/rss.png') top left no-repeat;
  	cursor: pointer;
}

.news h3 img {
}
  
.news .right {
	text-align:right;
}
  
.news .right a {
	text-decoration: underline;
}
  
.feat {
	margin-bottom: 20px;
}
	
.col1 ul li {
	line-height: 1.1em;
	margin-bottom:0.5em;
}

.col1 h3 {
  	text-align: left;
  	background:  url(../images/headUnderline.png) bottom right no-repeat;
  	height: 80px;
  	margin: 0 0 20px 0;
}
	
/* Footer part */
.footer {
	text-align: center;
	padding: 8px 0;
	border-top: 1px solid #ddd;
	width: 98%;
	margin: 0 auto;
}

.footer a, .footer {
	font-size: 11px;
	color: #666666;
}

.footer ul li {
	background: none;
	margin-bottom: 4px;
	display: inline;
	border-right: 1px solid gray;
	padding-right: 8px;
}

.footer ul li.lastItem {
	border: none;
}

.copyright {
	margin-top: 8px;
}
	
/* Button styles */
.button {
	background: #fff url("../images/button.png") left top no-repeat;
	line-height: 33px;
	color:#ffc9c9;
	font-size: 0.9em;
	display: block;
	font-weight: bold;
	float: left;
	margin: 0 0 0 0;
}

.button span {
	background: #fff url("../images/button.png") right top no-repeat;
	white-space: nowrap;
	margin-left: 12px;
	display: block;
	padding-right: 33px;
	border: none;
}
	
.button.next span, .button.prev span , .button.finish span {
	display: none;
}

.button.next {
	width: 100px;
	background-position: -105px -62px;
	height: 30px;
	float: left;
}

.button.prev {
	width: 100px;
	float: left;
	background-position:-105px -32px;
	height: 30px;
}

.button.finish {
	width: 100px;
	float: left;
	background-position:-105px -94px;
	height: 30px;
}

.button.login {
	width: 100px;
	float: left;
	background-position:-105px -125px;
	height: 30px;
}

.wizard {
	float: left;
}
  
.wizard label {
	display: table;
	_height: 1;
	margin-left:30px;
	_margin-left:10px;
}
  
.wizard label span {
	font-weight: normal;
	font-size: 1em;
	display: block;
}
	
.wizard li {
	display: block;
	clear: both;
	list-style: none;
	background-image: none;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
	
.wizard li input {
	float: left;
}
	
.leftCol {
	float: left;
	width: 250px;
}

.steps {
	margin-right:20px;
}

.steps span {
	width: 57px;
	display: block;
	height:53px;
	margin-top: -14px;
	float: right;
	background: url(../images/gray.png) 10px top no-repeat;
}
  
.steps .active span {
	background: url(../images/red.png) 10px top no-repeat;
}
  
.steps .done span {
	background: url(../images/green.png) 10px top no-repeat;
}

.steps li {
	height: 30px;
	display: block;
	background-color: #fff;
	margin: 5px;
	padding: 20px 5px 5px 15px;
	border: 1px solid silver;
	list-style:none;
	background: none #fff;
}
   
#search {
	float:right;
	padding:20px 15px;
}
   
#search_str {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:2px 3px;
}
   
#search a {
	font-weight: bold;
	text-decoration: underline;
	color:#111;
}
   
table#features td,
table#platforms td {
	vertical-align: top;
	border-bottom:1px solid #aaa;
	padding:5px 5px 0px 5px;
}

table#features tr.group td,
table#platforms tr.group td {
    background: #eeeeee;
    padding-bottom: 5px;
}

table#features td input,
table#platforms td input {
	margin-top: 0.2em;
}

table#features,
table#platforms {
	border-collapse:collapse;
	margin-top:0px;
}
   
.personal label {
	width:15em;
	float:left;
	margin-left:0;
}
   
form.personal {
	margin-top:10px;
}
   
.buttonsBar {
	margin-top:20px;
}
   
.pass {
	padding:10px;
	background: #eee;
	margin-top:20px;
}
   
.pass ul {
	margin-left:10px;
}
   
.pass ul li {
	border: none;
	padding: 3px 0 3px 26px;
	margin: 0px;
}
   
.pass li.cross {
	background: url('../images/cross.png') left center no-repeat;
}
   
.pass li.accept {
	background: url('../images/accept.png') left center no-repeat;
}
    
.wizard .arr li {
	background:transparent url(../images/arrow.png) no-repeat scroll 0 6px;
}
    
.bnone li {
	border:none;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding-bottom: 0em;
}
    
.total {
	padding: 10px 0px 0px 10px;
	border-top:1px solid #ddd;
	font-weight:bold;
}
    
.user {
	text-align: right;
	float: right;
	width: 400px;
} 
    
#user-wrapper {
	background: url('../images/opacity60.png');
	padding: 8px 15px;
	float:right;
}
    
.user a {
	color:#333;
	font-weight: bold;
	text-decoration: underline;
}
    
.user span {
	color:#000;
	padding: 2px 4px;
	font-size: 0.9em;
	color:#333;
}
    
.faq {
	margin: 0em 0em 0em 2em;
}

.questions {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 0px;
	border-right: 0px;
	margin: 2em 0em 2em 0em;
	padding: 1em;
}

.faq li {
	margin-bottom:0.5em;
}
    
.faq h3 {
	margin-top:1.5em;
	font-weight: normal;
	font-size: 1.3em;
}
    
#print_btn {
	background: url('../images/printer.png') left top no-repeat;
	width: 32px;
	height: 32px;
	display:block;
	float: right;
}

.sel_wrapper {
	width:170px;
	float:left;
	padding-left:10px;
}

.ims_row {
	margin-top:5px;
}

.ims_row img {
	vertical-align: middle;
}

#add_im_btn {
	margin:3px 0 20px;
}

#add_im_btn a {
	background: url(../images/add.png) no-repeat;
	padding-left:20px;
	margin-left:180px;
}

#ims {
	margin-bottom:20px
}

#leftContent .mainContent ul.errorlist {
	color: red;
}

.syntax {
    margin-left:2em;
    margin-right:2em;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	overflow:auto;
}

.leftImage {
	float:right;
	margin-left:2em;
}

.syntax .hll { background-color: #ffffcc }
.syntax  { background: #f0f0f0; }
.syntax .c { color: #60a0b0; font-style: italic } /* Comment */
.syntax .err { border: 1px solid #FF0000 } /* Error */
.syntax .k { color: #007020; font-weight: bold } /* Keyword */
.syntax .o { color: #666666 } /* Operator */
.syntax .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.syntax .cp { color: #007020 } /* Comment.Preproc */
.syntax .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
.syntax .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
.syntax .gd { color: #A00000 } /* Generic.Deleted */
.syntax .ge { font-style: italic } /* Generic.Emph */
.syntax .gr { color: #FF0000 } /* Generic.Error */
.syntax .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.syntax .gi { color: #00A000 } /* Generic.Inserted */
.syntax .go { color: #808080 } /* Generic.Output */
.syntax .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.syntax .gs { font-weight: bold } /* Generic.Strong */
.syntax .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.syntax .gt { color: #0040D0 } /* Generic.Traceback */
.syntax .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.syntax .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.syntax .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.syntax .kp { color: #007020 } /* Keyword.Pseudo */
.syntax .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.syntax .kt { color: #902000 } /* Keyword.Type */
.syntax .m { color: #40a070 } /* Literal.Number */
.syntax .s { color: #4070a0 } /* Literal.String */
.syntax .na { color: #4070a0 } /* Name.Attribute */
.syntax .nb { color: #007020 } /* Name.Builtin */
.syntax .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.syntax .no { color: #60add5 } /* Name.Constant */
.syntax .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.syntax .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.syntax .ne { color: #007020 } /* Name.Exception */
.syntax .nf { color: #06287e } /* Name.Function */
.syntax .nl { color: #002070; font-weight: bold } /* Name.Label */
.syntax .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.syntax .nt { color: #062873; font-weight: bold } /* Name.Tag */
.syntax .nv { color: #bb60d5 } /* Name.Variable */
.syntax .ow { color: #007020; font-weight: bold } /* Operator.Word */
.syntax .w { color: #bbbbbb } /* Text.Whitespace */
.syntax .mf { color: #40a070 } /* Literal.Number.Float */
.syntax .mh { color: #40a070 } /* Literal.Number.Hex */
.syntax .mi { color: #40a070 } /* Literal.Number.Integer */
.syntax .mo { color: #40a070 } /* Literal.Number.Oct */
.syntax .sb { color: #4070a0 } /* Literal.String.Backtick */
.syntax .sc { color: #4070a0 } /* Literal.String.Char */
.syntax .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.syntax .s2 { color: #4070a0 } /* Literal.String.Double */
.syntax .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.syntax .sh { color: #4070a0 } /* Literal.String.Heredoc */
.syntax .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.syntax .sx { color: #c65d09 } /* Literal.String.Other */
.syntax .sr { color: #235388 } /* Literal.String.Regex */
.syntax .s1 { color: #4070a0 } /* Literal.String.Single */
.syntax .ss { color: #517918 } /* Literal.String.Symbol */
.syntax .bp { color: #007020 } /* Name.Builtin.Pseudo */
.syntax .vc { color: #bb60d5 } /* Name.Variable.Class */
.syntax .vg { color: #bb60d5 } /* Name.Variable.Global */
.syntax .vi { color: #bb60d5 } /* Name.Variable.Instance */
.syntax .il { color: #40a070 } /* Literal.Number.Integer.Long */


div.req {
    margin-top:1em;
}

label b, .req b, span.mark {
    color:#c00;
}

label.forcb {
	font-weight: normal;
	font-size: 1em;
	width: auto;
	float: none;
	display: inline;
}

form input:focus {
    border: 2px solid #365891;
}

form input.button:focus {
	border: 0;
}

form table#features input:focus,
form table#platforms input:focus {
	border: 0;
}

#leftContent .mainContent p.errornote {
	border:1px solid red;
	color:red;
	background:#ffffcc;
	margin:0 0 3px;
	padding:4px 5px 4px 25px;	
}

div.errors {
	background:#ffffcc;
}

p.req input.err, input.err {
	border:1px solid #c00;
	color: #c00;
}

p.req input.err:focus, input.err:focus {
	border:2px solid #c00;
}

#leftContent .mainContent ul.errorlist {
	margin-bottom:2px;
}

ul.errorlist li {
	color:#fff;
	background:#f00;
	padding:3px 10px;
	margin:0px;
}

div.attention {
    border:1px solid #dddddd;
    padding: 5px;
    margin: 20px 10px 20px 10px;
    color: red;
}
