/* vim: syntax=css sw=4 ts=4 et smartindent
 * $Id: /local/applause/WebUI/branches/production/print.css 1088 2009-11-04T20:52:36.807992Z mats  $
 */
.error { font-weight: bold; color: red; }

a { color: #009; text-decoration: underline; }
a:visited, a:active { color: #00c; }
a:link:hover, a:visited:hover { text-decoration: none; }
#subfooter a { color: #fc0; text-decoration: none; }

sup {
	vertical-align: text-top;
	font-size: 60%;
}


body { 
    background: #4a4a4a url(images/bg.gif) repeat-x top center;
    color: #444;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: .90em;
    margin: 0px;
    padding: 0px;
}

table tr td {   
    font-size: 100%; 
}

span {
    
}

h1 {  
	color: #262363;		
	font-size: 140%; 
	line-height: 1.2em;
	margin: 0 0 .5em 0;
	padding: 0;
} 
 

h2 {
    border-bottom: 1px solid #444;
    color: #444;        
    font-size: 120%; 
    line-height: 1.2em;
    margin: 0 0 .5em 0;
    padding: 0;
}

h3  { 
    color: #fff;        
    font-size: 110%; 
    line-height: 1.2em;
    margin: 0 0 .5em 0;
    padding: 3px 5px 3px 7px;
}

h3.yellow {background: #f7a60a;}
h3.orange {background: #f60;}
h3.green {background: #7ebd21;}
h3.slate {background: #393939;}
h3.grey {background: #676767;}


h4  {  
    color: #444;        
    font-style: italic;
    font-size: 110%;
    line-height: 1.2em;
    margin: 0 0 .5em 0;
    padding: 0;
}

h5  { 
    color: #444; 
    font-weight: bold;  
    font-size: 100%; 
    line-height: 1.2em;
    margin: 0 0 .5em 0;
    padding: 0;
}

    
h6  {  
    color: #444;
    font-style: italic;
    font-weight: bold;  
    font-size: 100%; 
    line-height: .4em;
    margin: 0 0 .5em 0;
    padding: 0;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.2em 0;
    padding: 0;
} 

.line {
    border-bottom: 1px solid #333;
    line-height: 1.2em;
    margin: .5em 0;
    padding: 0;
}

.hidden {display: none;}


.caption {
    color: #333;    
    font-size: 90%;
    line-height: 1.2em;
    margin: 0px;
    padding: 2px;
    position: relative;
    text-align: center;
}

.large {font-size: 240%;}

.small {font-size: 90%;}

.first {font-size: 120%}

.floatleft {
    display: inline;
    float: left;
    margin: 0px 10px 5px 0px;
} 

.floatright {
    display: inline;
    float: right;
    margin: 0px 0px 5px 10px;
 }

.floatcenter {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

.framed {
    border: 1px solid #454545;
    background: #dadada;
    margin: 2px;
    padding: 2px;
}


/* -- WRAP -- */


#wrap {
    background: transparent url(images/content-bg.gif) repeat-y top center;
    margin: 0 auto;
    padding: 0;
    margin-top: 9px;
    text-align: center;
    width: 940px;
}

#header {
    background: transparent url(images/header.gif) no-repeat top center;
    margin: 0;
    padding: 0;
    height: 116px;
    width: 940px;
}

/*--
#utility-nav {
    background: transparent;
    height: 37px;
    position: relative;
    right: 15px;
    top: 40px;
    width: 940px;
}

#utility-nav ul {
    margin: .5em 0px .5em 0px;
    padding: .5em 0px .5em 0px;
    text-align: right;
}

#utility-nav ul li {
    display:inline;
}

#utility-nav ul li a {
    background: transparent;
    color: #343434;
    font-weight: normal;
    margin: 0px;
    padding: .5em 0px .5em 12px;
    text-decoration: none;  
}

#utility-nav ul li a:hover {
    color: #5d7fb1;
    text-decoration: underline; 
}

#utility-nav ul li a.left {
    
}

body#home-page #home a {color: #5d7fb1; font-weight: bold; text-decoration: underline;}
body#blog-page #blog a {color: #5d7fb1; font-weight: bold; text-decoration: underline;}
body#forum-page #forum a {color: #5d7fb1; font-weight: bold; text-decoration: underline;}
body#contact-page #contact a {color: #5d7fb1; font-weight: bold; text-decoration: underline;}
--*/


#nav {
    background: transparent url(images/nav.gif) no-repeat top center;
    margin: 0;
    padding: 0;
    height: 42px;
    width: 940px;
}

#nav ul { 
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}
    
#nav li {
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    
#nav a {
    font-weight: normal;
    float: left;
    height: 42px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-indent: -9000px;
}

#nav a:hover {  
}

#nav a:active {
}

#home a {width: 111px;}
#pricing a {width: 139px;}
#sign-up a {width: 119px;}
#download a {width: 149px;}
#my-account a {width: 161px;}
#support a {width: 126px;}
#contact a {width: 135px;}


#home a:hover, #home a:active {background: transparent url(images/nav.gif) 0px -42px no-repeat;}
#pricing a:hover, #pricing a:active {background: transparent url(images/nav.gif) -111px -42px no-repeat;}
#sign-up  a:hover, #sign-up  a:active {background: transparent url(images/nav.gif) -250px -42px no-repeat;}
#download a:hover, #download a:active {background: transparent url(images/nav.gif) -369px -42px no-repeat;}
#my-account a:hover, #my-account a:active {background: transparent url(images/nav.gif) -518px -42px no-repeat;}
#support a:hover, #support a:active {background: transparent url(images/nav.gif) -679px -42px no-repeat;}
#contact a:hover, #contact a:active {background: transparent url(images/nav.gif) -805px -42px no-repeat;}

body#home-page #home a {background: transparent url(images/nav.gif) 0px -84px no-repeat;}
body#pricing-page #pricing a {background: transparent url(images/nav.gif) -111px -84px no-repeat;}
body#sign-up-page #sign-up  a {background: transparent url(images/nav.gif) -250px -84px no-repeat;}
body#download-page #download a {background: transparent url(images/nav.gif) -369px -84px no-repeat;}
body#my-account-page #my-account a {background: transparent url(images/nav.gif) -518px -84px no-repeat;}
body#support-page #support a {background: transparent url(images/nav.gif) -679px -84px no-repeat;}
body#contact-page #contact a {background: transparent url(images/nav.gif) -805px -84px no-repeat;}


#main-image {
    background: transparent;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
    height: 252px;
    width: 940px;
}

#secondary-image {
    background: transparent url(images/secondary-image.jpg) no-repeat top center;
    border-bottom: 1px solid #fff;
    float: left;
    margin: 0;
    padding: 0;
    height: 166px;
    width: 626px;
}

#content {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 940px;
}

#main {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    position: relative;
    width: 626px;
}

#main-content {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    position: relative;
    top: 20px;
    left: 20px;
    width: 590px;
}

#sidebar {
    display: inline;
    float: right;
    margin: 20px 20px 0 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.3em;
    width: 280px;
}

#footer {
    background: transparent url(images/footer.gif) no-repeat bottom center;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    height: 30px;
    width: 940px;
}

#subfooter {
    background: transparent;
    color: #fff;
    font-size: 90%;
    margin: 0 auto;
    padding: 10px 0 15px 0;
    text-align: center;
    width: 940px;
}



/* -- FORM ELEMENTS -- */

legend {
    background: #fff;
    color: #333;
    font-size: 110%;
    font-weight: bold;
    margin: 10px;
    padding: 5px;
}

fieldset {
    background: #fff;
    margin: 0px;
    padding: 5px 5px 10px 5px;
    width: 572px;
}

label {
    display: block;
    color: #333;
    font-weight: normal;
    font-size: 90%;
}

input, select, option {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
}

textarea {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    width: 300px;
}

fieldset div {
    padding: 2px 10px 3px 10px;
}

.submitbutton {
    background: #333;
    border: 0px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 100%;
    margin: 5px;
    padding: 3px 7px 3px 7px;
}

.req {
    color: #F90;
}



/*-- qTip --*/

div#qTip {
    border: 1px solid #666;
    display: none;
    background: #efefef;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 100%;
    padding: 5px;
    text-align: left;
    position: absolute;
    z-index: 1000;
}

