/* styles specific to the sub pages. */
	/************************************************************/
	/*              general tags and typography                 */
	/************************************************************/
a,a:link,a:visited { /*color: #666666;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #fff;
	font-size: 62.5%;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', Helvetica,
		Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	text-align: center;
}

img {
	border: 0;
	/* display:block; */
	vertical-align: baseline;
}

a {
	color: #ff0000;
	background-color: inherit;
}

br {
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em; /* setting a reasonable base */
	/* color: #ff0000; */
	/*margin: 0;*/ /*background-color: inherit;*/
}

h1 {
	font-size: 2em;
	margin: .7em 0;
}

h2 {
	font-size: 1.4em;
	margin: 1em 0;
}

/************************************************************/
	/*                          wrapper                         */
	/************************************************************/
#wrapper {
	width: 780px;
	height: 1200px;
	/*just to prevent document center from "tilting" (FF) when scrollbar is recalculated*/
	margin: 0 auto;
	padding-top: 0px;
}

/************************************************************/
	/*                           header                         */
	/************************************************************/
#header {
	position: relative;
	background-color: inherit;
	text-align: left;
	font-size: 1.2em;
	width: 780px;
	margin: 0pt auto;
}

#header h1 {
	height: 83px;
	width: 83px;
	float: left;
	margin: 0px;
}

/* For IE6*/
#header div.logo div.nav-link-1 {
	position: absolute;
	right: 0pt;
	text-align: right;
	top: -16px;
}

/* For IE7*/
html>body #header div.logo div.nav-link-1 {
	position: absolute;
	right: 0pt;
	text-align: right;
	top: -16px;
}

/* For other browsers*/
html> /**/ body #header div.logo div.nav-link-1 {
	position: absolute;
	right: 0pt;
	text-align: right;
	top: -8px;
}

#header div.logo div.nav-link-1 img {
	vertical-align: top;
	margin-left: 10px;
	margin-right: 0px;
}

#header div.logo {
	padding-left: 5px;
	position: relative;
	text-align: left;
}

#header div.logo img {
	vertical-align: middle;
	margin-right: 30px;
}

/**********from style.css***********/
#header div.title img {
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 10px;
}

#header div.links {
	position: absolute;
	top: 0;
	right: 10px;
}

#header div.links img {
	vertical-align: top;
	padding-left: 10px;
}
/*
#header div.tabs {
	height: 30px;
	background-image: url(../img/tab-background.png);
	background-repeat: repeat-x;
}

#header div.tabs a:hover {
	text-decoration: none;
}

#header div.tabs table {
	margin-left: auto;
	margin-right: auto;
}

#header div.tabs table td.left-spacer {
	width: 200px;
}

#header div.tabs table td.spacer {
	width: 80px;
}

#header div.tabs div.tab {
	background-image: url(../img/tab-repeat.png);
	width: 120px;
	height: 30px;
	cursor: pointer;
}

#header div.tabs div.tab-current {
	background-image: url(../img/tab-current-repeat.png);
}

#header div.tabs div.tab-white {
	background-image: url('../img/tab-white-repeat.png');
}

#header div.tabs div.tab div.tab-right {
	float: right;
	width: 12px;
	height: 30px;
	background-image: url(../img/tab-right.png);
}

#header div.tabs div.tab div.tab-left {
	float: left;
	width: 12px;
	height: 30px;
	background-image: url(../img/tab-left.png);
}

#header div.tabs div.tab-current div.tab-right {
	background-image: url(../img/tab-current-right.png);
}

#header div.tabs div.tab-white div.tab-right {
	background-image: url('../img/tab-white-right.png');
}

#header div.tabs div.tab-current div.tab-left {
	background-image: url(../img/tab-current-left.png);
}

#header div.tabs div.tab-white div.tab-left {
	background-image: url('../img/tab-white-left.png');
}

#header div.tabs div.tab div.tab-text {
	color: #fff;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 8pt;
}

#header div.tabs div.tab-white div.tab-text {
	color: #666666;
}

#header div.tabs div.tab-orange div.tab-text {
	color: #ff6600;
}
*/
#header div.tabs {
	background-image: url('../img/tab-background.png');
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	margin-top: -5px;
}

#header div.tabs table {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

#header div.tabs table td.spacer {
	width: 2px;
}

#header div.tabs div.tab {
	position: relative;
	border: 0px solid red;
	background-image: url('../img/tab-repeat.png');
	width: 120px;
	height: 30px;
}

#header div.tabs div.tab div.tab-left {
	position: absolute;
	left: 0;
	background-image: url('../img/tab-left.png');
	width: 12px;
	height: 30px;
}

#header div.tabs div.tab div.tab-right {
	position: absolute;
	right: 0;
	background-image: url('../img/tab-right.png');
	width: 12px;
	height: 30px;
}

#header div.tabs div.tab div.tab-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
	font-size: 8pt;
}

#header div.tabs div.tab-text a:link {
	color: white;
	font-weight: bold;
}

#header div.tabs div.tab-text a:visited {
	color: white;
	font-weight: bold;
}

#header div.tabs div.tab-current {
	position: relative;
	background-image: url('../img/tab-current-repeat.png');
	width: 120px;
	height: 30px;
}

#header div.tabs div.tab-current div.tab-left {
	position: absolute;
	left: 0;
	background-image: url('../img/tab-current-left.png');
	width: 12px;
	height: 30px;
}

#header div.tabs div.tab-current div.tab-right {
	position: absolute;
	right: 0;
	background-image: url('../img/tab-current-right.png');
	width: 12px;
	height: 30px;
}

#header div.tabs div.tab-current div.tab-text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
	background-image: url('../img/tab-repeat.png');
}

/************************************************************/
	/*                         top menu                         */
	/************************************************************/
#topMenu {
	text-transform: uppercase;
	list-style: none outside;
	float: right;
	margin: 0px;
	padding: 0px;
}

#topMenu li a {
	background: #fff url(../themes/qipit/img/menu-bul.gif) 7px .3em
		no-repeat;
	padding-left: 20px;
	color: #668187;
	text-decoration: none;
	font-size: 12px;
}

#topMenu li a:hover,#topMenu li a.selected {
	background: #fff url(../themes/qipit/img/menu-hvr.gif) 0 .2em no-repeat;
	color: inherit;
}

/************************************************************/
	/*                          head Nav                        */
	/************************************************************/
#headNav {
	margin-top: 5px;
	width: 780px;
	text-align: left;
	font-size: 1.5em;
	font-weight: bolder;
	color: white;
}

#navElement {
	float: left;
	width: 190px;
	height: 35px;
	line-height: 1em;
	vertical-align: middle;
}

/* For IE 5.5 and IE6 */
#arrowNav {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrow.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 6px;
}

/* For IE7 */
html>body #arrowNav {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrow.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 6px;
}

/* For Other browsers */
html> /**/ body #arrowNav {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrow.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 8px;
}

/* For IE 5.5 and IE6 */
#arrowNavSelected {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrowSelected.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 6px;
}

/* For IE7 */
html>body #arrowNavSelected {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrowSelected.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 6px;
}

/* For Other browsers */
html> /**/ body #arrowNavSelected {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrowSelected.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 8px;
}

/* For IE 5.5 and IE6 */
#arrowNavVisited {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrowVisited.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 6px;
}

/* For IE7 */
html>body #arrowNavVisited {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrowVisited.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 6px;
}

/* For Other browsers */
html> /**/ body #arrowNavVisited {
	float: left;
	width: 37px;
	height: 35px;
	background: url('../img/register/arrowVisited.gif') no-repeat;
	text-align: center;
	color: white;
	padding-top: 8px;
}

#titleNav {
	float: left;
	width: 150px;
	margin-top: 5px;
	line-height: 1.5em;
	color: #c0c0c0;
}

#navElement .selected {
	color: #ff6600;
}

#navElement .visited {
	color: #595674;
}

/************************************************************/
	/*                        left column                       */
	/************************************************************/
#leftCol {
	color: #fff;
	background: transparent url(../img/bg-orange-fade-y.gif) 100% 0%
		no-repeat;
	font-size: 12px;
	width: 160px;
	float: left;
	left: 100px;
	margin-right: 1px;
}

/* left col styles work on a fixed-font basis. Relative sizes below will not scale in IE. */
#leftCol .pageTitle {
	margin: 8px 5px 5px 15px;
	font-size: 16px;
	background-color: transparent;
	color: white;
	font-weight: bold;
}

#leftCol p {
	margin: 15px;
	line-height: 1.5em;
}

#leftCol .promo {
	margin: 15px 10px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 10px;
	clear: both;
}

#leftCol .promo .promoTop {
	background: #fff url(../img/bg-promo-top.gif) 0% 0% repeat-x;
	padding-top: 10px;
	color: inherit;
}

#leftCol .promo .promoBody {
	padding: 10px;
}

#leftCol .promo * {
	margin: 0;
	line-height: normal;
}

#leftCol .tag {
	margin: 0px 5px 50px 5px;
	background: #ffffff;
	text-align: justify;
	font-size: 8pt;
	clear: both;
}

#leftCol .tag a {
	text-decoration: none;
	/*color: #ff4040;*/
	color: #ff9977;
}

#leftCol .tag a:hover {
	text-decoration: underline;
}

#leftCol .tag .tagTitle {
	margin: 0px;
	background: #ff7e02;
	color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	text-decoration: none;
}

#leftCol .tag .tagTitle a,#leftCol .tag .tagTitle a:hover {
	color: #fff;
	text-decoration: none;
}

#leftCol .tag .tagTitle #label {
	text-align: left;
	font-size: 10pt;
	margin-right: 5px;
}

#leftCol .tag .tagTitle #action_whatsthis {
	text-align: right;
	font-size: 8pt;
}

#leftCol .tag .tagTitle #action_unselect {
	text-align: right;
	font-size: 10pt;
}

#leftCol .tag #tags {
	padding: 5px;
}

#leftCol .tag2,#leftCol .tag2 a {
	font-size: 8pt;
	color: #ff0000;
}

#leftCol .tag .tag3,#leftCol .tag .tag3 a {
	font-size: 10pt;
	color: #ff0000;
}

#leftCol .tag .tag4,#leftCol .tag .tag4 a,#leftCol .tag .tag4_selected,#leftCol .tag .tag4_selected a
	{
	font-size: 10pt;
	color: #ff0000;
	font-weight: bold;
}

#leftCol .tag .tag4_selected a,#leftCol .tag .tag4_selected a:hover {
	color: #0a50a1;
	text-decoration: none;
}

/************************************************************/
	/*                           footer                         */
	/************************************************************/
#footer {
	/* background: transparent url(../img/corner-left.gif) 0% 0% no-repeat; */
	font-size: 11px;
	line-height: 1.5em;
	color: #668187;
	text-align: left;
	position: relative;
	top: -19px;
	float: left;
	z-index: 0;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
}

#footer a {
	color: #668187;
	background-color: inherit;
}

#footer .noLeft {
	background: transparent;
	top: 0px;
}

#footContent {
	padding: 15px 0 0 0;
}

#footer ul,#footer p {
	float: left;
}

#copyright {
	float: right;
}

/************************************************************/
	/*                  left column navigation                  */
	/************************************************************/
#sideNav {
	list-style: none outside;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	line-height: 0em;
}

#sideNav li {
	margin: 0px;;
	padding: 0px;
}

#sideNav li a,#sideNav li span {
	display: block;
	background: #ff7f00 url(../img/bg-logged-nav-orange.gif) 0% 100%
		no-repeat;
	line-height: 24px;
	padding-left: 20px;
	color: #fff;
	text-decoration: none;
}

#sideNav li a:hover,#sideNav li a.selected,#sideNav li span.selected {
	display: block;
	background: #d64c00 url(../img/bg-logged-nav-orange-hvr.gif) 0% 100%
		no-repeat;
	color: inherit;
}

/* special treatment for the upload photo link */
#sideNav li#uploadPicture {
	background: url(../img/bg-nav-div.gif) 0% 0% no-repeat;
	padding-top: 7px;
}

#sideNav li#uploadPicture a,#sideNav li#uploadPicture span {
	background: url(../img/bg-upload-picture.gif) 50% 50% no-repeat;
	padding: 10px 0 10px 40px;
}

#sideNav li#uploadPicture a:hover,#sideNav li#uploadPicture a.selected,#sideNav li#uploadPicture span.selected
	{
	background-image: url(../img/bg-upload-picture-on.gif);
}

#sideNav li#mySpaceUsed {
	padding-top: 4px;
	padding-bottom: 4px;
}

/************************************************************/
	/*                     main content area                    */
	/************************************************************/
#content {
	background: #fff url(../img/bg-orange-fade-x.gif) 0% 0% repeat-y;
	color: inherit;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	clear: both;
}

#content .noLeft {
	background: #fff;
	padding: 10px;
}

/* Hides from IE-mac \*/
* html #content {
	height: 1%;
}

/************************************************************/
	/*                         main column                      */
	/************************************************************/
	/* For IE 5.5 and IE6 */
#mainCol {
	width: 750px;
	margin: 0px;
	background: #fff url(../img/bg-gray-fade.gif) 0% 0% repeat-x;
	float: left;
}

/* For Other browser */
html>body #mainCol {
	padding: 8px 15px;
	width: 750px;
	background: #fff url(../img/bg-gray-fade.gif) 0% 0% repeat-x;
	margin-left: 0;
	color: inherit;
	float: left;
}

/************************************************************/
	/*                          buttons                         */
	/************************************************************/
	/* orange button */
.button1 {
	background: url(../img/btn-orange-right.gif) no-repeat right top;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
}

.button1 a {
	display: block;
	background: url(../img/btn-orange-left.gif) no-repeat left top;
	padding: 7px 25px 15px 20px;
	color: #fff;
	text-decoration: none;
}

/* green button */
.button2 {
	background: url(../img/btn-green-right.gif) no-repeat right top;
	margin: 8px 0 0 0;
	padding: 0;
	float: right;
	font-weight: bold;
	font-size: 12px;
}

.button2 a {
	display: block;
	background: url(../img/btn-green-left.gif) no-repeat left top;
	padding: 3px 10px 7px 10px;
	color: #fff;
	text-decoration: none;
}

.promo .button1 {
	float: none;
	margin: 10px auto;
	width: 85%;
	font-size: 12px;
}

.promo .button1 a {
	padding-top: 9px;
}

/************************************************************/
	/*                        messages                          */
	/************************************************************/
	/* status messages */
#status {
	margin: .8em 0;;
	float: left;;
	width: 48%;;
	font-weight: bold;
}

/* additional status classes */
.ok {
	color: #33A02C;
}

.error {
	color: #f00;
}

/* other messages */
#messages {
	padding: 0px;
	margin: 0px;
	background-color: #dfe;
	z-index: 100;
}

#errorMessages {
	padding: 0px;
	margin: 0px;
	background-color: #FEB;
}

.errorMessage {
	color: red;
	font-weight: bold;
	font-size: 90%;
}

#messages UL,#errorMessages UL {
	list-style-type: none;
	padding: 3px;
	margin: 0px;
}

#messages UL LI,#errorMessages UL LI {
	color: #444;
}

/************************************************************/
	/*                 Account space page                       */
	/************************************************************/
#leftSpaceUsed,#leftSpaceUsed a {
	height: 11px;
	margin: 6px 0px 0px -4px;
	text-decoration: none;
	cursor: pointer;
}

#leftSpaceUsedContainer {
	border: 1px solid #fff;
	background-color: #ff7e02;
	margin: 3px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100px;
	float: left;
	/*line-height:16px;*/
	height: 3px;
}

#leftSpaceUsedBar {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #0a50a1;
	padding-top: 1px;
	padding-bottom: 1px;
	height: 1px;
	overflow: hidden;
}

#rightSpaceUsedLabel {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 7pt;
	color: #fff;
	line-height: 11px;
}

/************************************************************/
	/*                    info message box                      */
	/************************************************************/
#infoMessageBoxEncloser { /*height: 22px;*/
	margin: 0px;
	padding: 0px;
}

#infoMessageBox { /*height: 22px;*/
	background: transparent url(../img/whiteb22left.gif) top left no-repeat;
	padding-left: 3px;
}

#infoMessageBoxImage {
	float: left;
	margin-right: 4px;
	margin-left: 2px;
	margin-top: 1px;
}

#infoMessageText {
	line-height: 22px;
	padding-left: 4px;
	background: transparent url(../img/whiteb22right.gif) top right
		no-repeat;
	font-weight: bold;
}

#infoMessageBoxMore {
	background-color: #ffe28f;
	padding: 4px;
	width: 300px;
}

/************************************************************/
	/*                        clear fix                         */
	/************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
	/************************************************************/
	/*                other ids and classes                     */
	/************************************************************/
a#storageLink {
	display: block;
	width: 100%;
	height: 100%;
}

#noTagYet {
	font-size: 8pt;
	color: #ff4040;
	font-style: italic;
}

#tagline { /* currently an H2 for SEO purposes */
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: red;
	background-color: inherit;
	float: left;
	margin: 25px 0 0 30px;
}

#tagline em {
	font-style: normal;
	color: #fe7600;
	background-color: inherit;
}

#highlightBar {
	background: #fd7a00 url(../img/bg-orange-fade.gif) 0% 0% repeat-x;
	color: #0f3157;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
}

.qipit {
	font-weight: bold;
}

.small {
	font-size: 1.1em;
}

.tile {
	margin-bottom: 10px;
}

#shozuAdLogged {
	position: absolute;
	top: 280px;
}

.cleanlist {
	margin: 0;;
	padding: 0;;
	list-style: none outside;
}

.cleanlist li {
	margin: 0;;
	padding: 0;
}

.xlist {
	display: inline;
	margin: 0;
	padding: 0;
}

.xlist li {
	display: inline;
	padding: 0 10px;
}

.inline {
	display: inline;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.center {
	text-align: center;
}

img.center {
	margin: 0 auto;
}

.hidden {
	display: none;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: 0px solid #999;
}

#comment-list table tr td {
	width: 150px;
}

#comment-list table tr td#comment {
	width: 400px;
}