/* @override http://dmm.broadchoice.com/custom/_2c296c/__29296a/css/portal.css */

/* @override http://dmm.broadchoice.com/custom/_2c296c/__29296a/css/portal.css */

/* @override http://dmm.broadchoice.com/custom/_2c296c/__29296a/css/portal.css */

@charset "utf-8";
/* CSS Document */
/* Default CSS file*/

/* basic elements */
html {
	height:100.1%
}
body {
	position:relative;
	background:url(background.jpg);
	font-size:13px;
}
p, td, td p{
	font-size:13px;
	color: #444;
}
table, td {
	border: 0px;
}
ol, li {
	margin-bottom:1em;
	color: #444;
}
a:link, a:visited {
	color: #4768ba;
}
a:hover, a:active {
	color:#4768ba;
	text-decoration:underline;
}

#extraDiv1{
	position:absolute;
	top: 0;
	width:100%;
	height:143px;
	background:url(background_top.gif);
	z-index: -1;
}

h4 {margin: 0 0 8px;
	font-size: 2em;
	line-height:1.2em;
	font-weight:bold;
	color:#1a1b33;
}
h5 {margin:0 0 8px;
	font-size: 1.5em;
	line-height:1.2em;
	font-weight:bold;
	color:#1a1b33;
}
h6 {margin:0 0 8px;
	font-size: 1.2em;
	line-height:1.2;
	font-weight:bold;
	color:#1a1b33;
}

/*	Main wrapper */
#wrap {
	position:relative;
	width: 950px;
	padding: 0px;
	background: url(header_bkg.jpg) no-repeat;
}
/* header */
#header {
	position:relative; 
	margin:0;
	width:950px;
	overflow:visible;
}

div#header.overflowshow{overflow:visible;}

#header h1.site { display:none;
}
#header h1.site-visible {
	padding: 5px 15px;
}
#logo {
	overflow:visible;
}

/* utility box - search, login, etc*/
#utility{
	display:block;
	position:absolute;
	top:107px; 
	right:5px;
	width:70px !important;
	height:35px;
	border: 1px solid #191a33;
	border-top: none;
	border-bottom:none;
}
#utility-inner{
	height:32px;
	padding-right:5px;
	background-image:url(utilityBackground.png);  
	background-repeat:repeat-x; 
	background-position:top left; 
}
#utility .loginonly{
	width:65px;
	float:right;
}

#loginbutton{
	float:left;
	font-size:12px; 
	padding:10px 0px 0px 15px;
	margin-right:-3px;
}
#loginbutton a{
	font-size:14px;
	font-weight:bold;
	color:#1a1b33;
}
#loginbutton a:link, #loginbutton a:visited{
	color: #1a1b33;
	text-decoration:none;
}
#loginbutton a:hover, #loginbutton a:active{
	color: #4768ba;
	text-decoration:underline;
}

/* Main menu - Sections*/
#menu {
	background:transparent;
	height:35px;
	width:850px;
}
#menu-inner {
}
#menu ul {
	list-style-type: none;
	height:35px;
	margin: 0px;
	padding: 0 5px;
}
#menu li {
	font-size:14px;
	line-height:35px;
	font-weight:bold;
	background:transparent;
	text-transform: capitalize;
	padding:0;
	margin:0;
}
#menu li a{
	padding:0 15px;
	border-left: solid #1a1b33 1px;
}
#menu li.last a{
	border-right: solid #1a1b33 1px;
}
#menu li a:link, #menu li a:visited {
	color:#1a1b33;
	text-decoration:none;
}
#menu li a:hover, #menu li a:active {
	color:#4768ba;
	text-decoration:underline;
}
#menu li.current{
	background:#fff;
}

/* section head title */
h2.section {
	font-size:24px;
	color:#1a1b33;
	background:#fFF;
	width:923px;
	height:32px;
	margin:0 5px;
	border-bottom: solid #1a1b33 1px;
	border-left: solid #1a1b33 1px;
	border-right: solid #1a1b33 1px;
}

/* Column 1 - container for the submenu area*/
#column-one {
	width:188px;
	margin:0 0 0 5px;
	float:left;
}
/* Sub Menu */
#submenu {
	width:188px;
	background: transparent;
	margin:0;
	padding:0;
	overflow:hidden;
}
#submenu-inner  {
	padding:0;
	background:none;
}
#submenu-inner ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
#submenu-inner li {
	margin: 0px;
	font-size:14px;
	padding: 8px 6px 8px 15px;
	font-weight:bold;
	background:none;
	border: 1px solid #1a1b33;
	border-top: none;
}
#submenu-inner li.current a {
}
#submenu li a:link, #submenu li a:visited {
	color:#1a1b33;
	text-decoration:none;
}
#submenu li a:hover, #submenu li a:active {
	color:#4768ba;
	text-decoration:underline;
}

/* Column 2 - container for the main content of the page*/
#column-two {
	font-size:13px;
	padding:15px 5px 0 0;
	width:737px;
}

/* Page Name  */
h3.page {
	font-size:2em;
	color:#1a1b33;
	margin-bottom:0;
	padding:0;
}

/* Breadcrumb */
#crumb {
	display:none;
}

/* Main Content Area used by all pages except home */
/* column-two-a and column-two-b are only used when a sidebar is present */
/* otherwise column-two-ab is used */
#column-two-ab {
	float:left;
	overflow:hidden;
}
#column-two-a {
	width:534px;
	overflow:hidden;
	float: left;
}

#column-two-b {
	margin-left:15px;
	width:188px;
	overflow:hidden;
	float: right;
}

/* Homepage Content Area  */
/* home-content-a and home-content-b are only used when a sidebar is present */
/* otherwise home-content is used */
#home-fma {
	background:none;
	overflow:hidden;
	width:950px;
	margin:15px 0 10px;
}
#home-fma p{
	margin:0;
}
#home-content {
	width:950px;
	padding: 0;
	overflow:hidden;
}
#home-content .feature{
	float:left;
	width:270px;
	height:150px;
	padding:7px 20px 0;
	margin: 0 10px 10px 0 ;
	background:url(home_feature_bkg.png) no-repeat;
}
#home-content .feature.right{
	margin-right:0;
}
#home-content .feature h5{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	margin: 6px 0 16px;
}
#home-content .feature a{
	font-weight:bold;
	font-size:14px;
	color:#444;
}
#home-content .stores{
	float:left;
	width: 950px;
	padding:12px 0 0 15px;
	height:115px;
	background:url(stores_bkg.png) no-repeat;
}


/* Footer */
#footer {
	width: 940px;
	display: block;
	padding:5px 0;
	margin: 10px 5px 0;
	background:none;
	border-top: 1px solid #FFFFF;
	color:#444;
	float: left;
}
#footer p{
	float:left;
	font-size:12px;
	margin:0 2px 0 0;
	text-align:left;
}
#footer a:link, #footer a:visited {
	color:#444;
}
#footer a:hover, #footer a:active {
	color:#4768ba;
}
.home #footer{
	border: none;
	padding:0;
}
#contactHeader{
	position:absolute;
	top: 30px;
	right: 0;
	color: #eae7c8;
}
#contactHeader p{
	color: #eae7c8;
}

/* orphan */
.orphan h2.section {}
.orphan #crumb{display:none;}

.orphan #column-one{display:none;}
.orphan #column-two{
	width:98%;
	padding-left:5px;}
.orphan #column-two-ab{
	width:98%;
	padding-left:20px;
	padding-top:15px;
	margin-right:-5px;
}
.orphan #column-two-a {
	width:550px;
	padding-left:20px;
	padding-top:15px;
}
.orphan #column-two-b {
	margin:0;
	padding-top:15px;
}
.orphan #column-two h3.page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#000000;
	width:755px;
	height:32px;
	margin:0;
	margin-left:5px;
	margin-top:-50px;
	padding:0;
	padding-top:13px;
	padding-left:15px;
}

/* campaign */
.campaign h2.section {
	margin-top:-24px;}
.campaign #crumb{display:none;}
.campaign #column-one{display:none;}
.campaign #column-two{
	width:98%;
	padding-left:5px;
}
.campaign #column-two-ab{
	width:98%;
	padding-left:20px;
	padding-top:15px;
	margin-right:-5px;
}
.campaign #column-two-a{
	width:550px;
	padding-left:20px;
	padding-top:15px;
}
.campaign #column-two-b{
	margin:0;
	padding-top:15px;
}
.campaign #column-two h3.page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	color:#000000;
	width:755px;
	height:32px;
	margin:0;
	margin-left:5px;
	margin-top:-50px;
	padding:0;
	padding-top:13px;
	padding-left:15px;
}

/* login */
.login h2.section {}
.login #crumb{display:none;}
.login #column-one{display:none;}
.login #column-two{
	float:left;
	width:925px;
	padding-left:0;
	margin:0 15px 0 5px;
}
.login #column-two-ab{
	width:98%;
	padding-left:15px; 
	padding-top:15px;
	margin-right:-5px;
}
.login #column-two-a{
	width:600px;
	padding-left:15px;
	padding-top:15px;}
	
.login #column-two-b{
	margin:0;
	padding-top:15px;
	width:295px;
}
.login #column-two h3.page {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:22px;
	font-weight:bold;
	color:#1a1b33;
	width:755px;
	height:32px;
	margin:0;
	margin-left:0;
	margin-top:-50px;
	padding:0;
	padding-top:0;
	padding-left:15px;
}

/* Application global styles*/
.application{
	width:100%;
	margin-top:12px;
	margin-bottom:10px;
	clear:both;
}
.application .first {
	border-top:1px #CCCCCC solid;
}
.application .last {
	border-bottom:1px #CCCCCC solid;
	background:none;
}
.button{
	background:#1a1b33; 
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	font-size:12px;
	width:103px; 
	display:block; 
	height:18px; 
	padding:0px 0px 0px 0px;
}
a.button {color:#fff; font-weight:normal; padding:3px 0px 0px 0px;}
a:hover.button {text-decoration:none;}

/* specific chrome for applications for images and text not placed by an editor */
.application h4.app-chrome{
	color:#444;font-weight:bold;
	font-size:1.2em;
}
.application h5.app-chrome{color:#1a1b33;font-weight:bold;
	font-size:1.2em;}

.application .imageholder{overflow:hidden; float:right; padding:0px 0px 0px 10px}
.application img.app-chrome{overflow:hidden; }


/* application detail page controls */
.detail .app-chrome h4 {
	font-size:1.2em;
	font-weight:bold;
}
.detail h5.app-chrome {
	font-style:italic;
	font-weight:normal;
	color:#1a1b33;
	font-size:1.0em;
	padding-bottom:10px;
}
.detail h4.app-chrome {
	color:#1a1b33;
	font-size:1.2em;
}
/* application table classes*/
.application table {
	/*
	margin-left:-3px;
	*/
	width:100%;
	border:0px;
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

.application tr {
	background:url(navLineBack.gif) repeat-x bottom left;
}
.application tr.last {
	background:none;
}
.application td {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	vertical-align:top;
	border:0px;
}
.application td a {
	vertical-align:top;
}
.application td.icon a img {
	margin:0px;
	padding-top:3px;
	float:none;
	vertical-align:text-bottom;
}

.application td.icon{width:16px;}
.application td.date{width:70px; white-space:nowrap;}
.application td.title{ width:100%;}
.application td.filesize{width:50px; white-space:nowrap;}

/* application item classes */
.application .item {
	width:100%;
	background:url(navLineBack.gif) repeat-x bottom left;
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
}
.application .item.last {background-image:none;}
.application .item .title{padding-bottom:12px;}
.application .item .date{padding-bottom:12px;}
.application .item .date2{}
.application .item .author{padding-bottom:12px;}
.application .item .location{padding-bottom:12px;}
.application .byline{color:#666666;}
/* Documents Application aka Library */
.app-library{}
/* Press Releases */
.app-press-releases{}
/* Careers */
.app-careers {}
/* Articles */
.app-articles {}
/* Awards */
.app-awards {}
/* Events */
.app-events{}
/* Partners */
.app-partners {}
/* Team*/
.app-team {}

/* Code to make a grey rounded cornerbox */
div.rounded {
 background: #DADADA url(greytopright.gif) no-repeat top right;
 padding:0;
 width:550px;
}
div.rounded div {
 background: transparent url(greytopleft.gif) no-repeat top left;
 padding:0;
}
div.rounded div div {
 background: transparent url(greybottomright.gif) no-repeat bottom right;
padding:0;
}
div.rounded div div div {
 background: transparent url(greybottomleft.gif) no-repeat bottom left;
 padding:10px;
 padding-top:15px;
}
div.rounded div div div div{background:none;}

/* Forms, registration and login Application common styles */
.app-forms, .app-login, .app-register,  .app-change{
	margin-top:15px;
	margin-bottom:8px;
}
.app-forms div div div div, .app-login div div div div, .app-register div div div div,  .app-change div div div div{
	padding:5px 0px 5px 0px;
	clear:both;
}
.app-forms label, .app-login label, .app-register label, .app-change label{
	text-align: right;
	font-size:12px;
	padding-top:3px;
	width:140px;
	padding-right:6px;
	padding-left:0;
	float: left;
	color:#444;
}

 
.app-forms .required, .app-login .required, .app-register .required, .app-change .required
{
	color:#f00; 
}

.app-login input, .app-login textarea, .app-login select,
.app-register input, .app-register textarea, .app-register select,
.app-forms input, .app-forms textarea, .app-forms select, .app-change input{
	width:24em;
	float:left;
	border:1px;
	border-color:#999999;	
	border-style:solid;
}
.app-forms div.error,
.app-register div.error,
.app-login div.error,
.app-change div.error{padding:0; margin:0; color:#F31B04; margin-left:13em;}

/* forms specific classes */
.app-forms fieldset {
	margin-left:6em; 
	width:20em; 
	border:1px;
	border-color:#000;
	border-style:solid;
	}	
.app-forms fieldset input{
	float: left; 
	width:1em;
	margin-left:0.5em;
	}
.app-forms fieldset label{
	float: right; 
	width:17.5em;
	padding:0.25em;
	}
.app-forms div.buttons{
	padding-left:146px;
	padding-top:15px;
	height:18px;
	}
.app-forms div.buttons input{
	margin-right:1em;
	border:0;
	width:110px;
	height:18px;
	color:#FFF;
	background:url(portalButton.gif) no-repeat;
	font-size:12px;
	}
/* login and registration specific classes */
.app-login div.buttons,
.app-register div.buttons,
.app-change div.buttons{
	margin-left:146px;
	padding-top:1em;
	padding-bottom:1em;
}	
.app-login div.buttons br,
.app-register div.buttons br,
.app-change  div.buttons br{
	display:none;
}
.app-login div.buttons a,
.app-register div.buttons a,
.app-change div.buttons a{
	position:relative;
	top: 2px;
	left: 25px;
}
.app-login div.buttons input,
.app-register div.buttons input,
.app-change div.buttons input
{	
	padding:0;
	text-align:center;
	width:103px;
	font-size:12px;
	line-height:12px;
	height:24px;
	color:#FFF;
	border:0;
	background:#1a1b33;
}
/* special form for use by application */
.application-form{width:358px; padding-top:10px;}
.application-form label{
	text-align: left;
	font-size:12px;
	float:left;
	width:70px;
	margin-top:10px;
	display:block;
	color:#000;
}
.application-form .required
{
	color:#f00; 
}

.application-form input, .application-form select{
	width:270px;
	margin-top:10px;
	float:right;
	border:1px;
	border-color:#999999;	
	border-style:solid;
}
.application-form textarea{
	height:150px;
	width:250px;
	border:1px;
	border-color:#999999;	
	border-style:solid;
	clear:both;
	display:block;
}
.application-form input[name=captcha]{
	float:left;
	margin-top:5px;
	width:355px;
}
.application-form .formItem{clear:both;}

.application-form div.buttons{
	padding-top:0.3em;
	padding-bottom:1em;
}
.application-form div.buttons input
{
	float:left;
	margin-left:0;
	text-align:center;
	width:94px;
	font-size:12px;
	line-height:12px;
	height:18px;
	color:#FFF;
	border:0;
	background:url(button.gif) no-repeat;
}

.application-form div.error{padding:0; margin:0; color:#F31B04; margin-left:13em;}

/* generic wrapper for version 2 apps */
/* application icons */
.rss{
	float:right; 
	margin-bottom:5px; 
	margin-top:2px;
	margin-left:5px;
	}

.rssicon{
	background-image:url(rssicon.png); 
	background-position:center; 
	background-repeat:no-repeat;
	width:21px;
	height:21px;}
	
.checkmarkicon {
	background-image:url(checkmark.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:17px;
	height:14px;
}

.commenticon{
	background-image:url(commenticon.png);
	background-position:top;
	background-repeat:no-repeat;
	width:21px;
	height:17px;
}


/* Blog code*/
.app-blog textarea{	border:1px solid #CCC;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:350px; 
	height:150px;}
.app-blog .formItem img{margin-top:5px; margin-left:0;}

.app-blog .comments{margin:0;}

.app-blog h5.app-chrome{width:500px;}

/* Code for Disscussion Applications */
.app-discussions{}
.app-discussions table{
	border:0;
	margin:0;
	margin-top:2px;
	margin-bottom:10px;
	clear:both;
}
.app-discussions th.forumhead{
	border:0; 
	background-color:#0061AE; color:#fff;
	text-align:left;
	padding:5px 0px 5px 5px;
}
.app-discussions td{
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#EEE;
	padding:5px 0px 5px 5px;
}
.app-discussions td.first{
	border:0;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
.app-discussions tr{background:none;}

.app-discussions td.forumtitle{
	border-bottom:1px solid #CCC;
	border-left:0px; 
	background-color:#FFF;
	padding:5px 0px 5px 5px;
}
.app-discussions td.title{width:300px; border-left:1px solid #CCC;}
.app-discussions td.postinfo{width:100px; }
.app-discussions td.postarea{background-color:#fff; border-right:1px solid #CCC; padding:5px 5px 5px 5px;}
.app-discussions td.count{width:43px; text-align:center; padding-left:0px;}
.app-discussions td.lastpost{width:130px; border-right:1px solid #CCC; }
.app-discussions td.textinput{border-right:1px solid #CCC; border-bottom:0; }
.app-discussions td.buttonarea{border-right:1px solid #CCC; }
.app-discussions td.showicon{
	background-image:url(commenticon.png);
	background-repeat:no-repeat;
	background-position:4px 2px;
	padding-left:28px;
}
.app-discussions textarea{
	border:1px solid #CCC;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:540px; 
	height:150px;
}
.app-discussions input[type=text]{
	border:1px solid #CCC;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:540px; 
}
.app-discussions .close{
		border:1px solid #fff; 
		font-weight:normal; 
		font-size:10px; 
		padding:1px 1px 0px 1px; 
		float:right; 
		margin-right:5px; 
		color:#fff;
}


#applogin{padding-top:5px; float:right; margin-right:10px; height:17px;}
.error {color:#F31B04;}
#appcrumb{float:left; margin-bottom:5px;}
.app-discussions .postlink{float:right; margin-bottom:5px; margin-right:5px;}
/* Code for Ideas Exchange */
.app-ideas table{margin:0;}
.app-ideas tr{background:url(navLineBack.gif) repeat-x bottom left; }
.app-ideas tr.last{border-bottom:1px solid #CCC; }
.app-ideas .vote{background:url(votebox.gif) no-repeat; width:64px; height:64px; padding:10px 7px 10px 7px; margin-right:-7px;}
.app-ideas .votecount{font-size:14px; padding-bottom:2px; text-align:center; margin-left:-15px; font-weight:bold;}
.app-ideas .votebutton{background:url(navLineBack.gif) repeat-x top left; padding-top:10px; width:50px;}
.app-ideas td.votebox{width:65px; padding-top:12px;}
.app-ideas td.idea{ padding:12px 0px;}

.app-ideas textarea{
	border:1px solid #CCC;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:530px; 
	height:100px;
}
.app-ideas input[type=text]{
	border:1px solid #CCC;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:530px; 
}

.app-ideas #appcrumb{position:relative;}

.app-ideas select{
	border:1px solid #ccc; 
	border-right:none; 
	width:150px; 
	padding:0; 
	margin:0; 
	height:20px;
	position:absolute; 
	float:left;
	top:2px;
	left:0px;}

.app-ideas input[name=search]{
	padding:0; 
	margin:0;
	padding:0px 2px;
	line-height:18px;
	font-size:12px;
	width:200px;
	height:18px;
	float:left;
	position:absolute;
	top:2px;
	left:155px;
}

.app-ideas #searchbutton{
	margin:0; 
	float:left;
	position:absolute;
	padding:0px 4px; 
	margin:0;
	top:1px;
	left:362px; }


.app-ideas #newidea{background:none; background-color:#F3F3F3; display:none; border-top:1px solid #CCC; padding-top:5px;}
.app-ideas #newidea table{margin-left:10px; border:0;}
.app-ideas #newidea tr{background:none;}
.app-ideas #posting table{border-bottom:0px;}
.app-ideas #readercomments h4{padding:5px 0px;}
.app-ideas #readercomments td{}
.app-ideas #comments table{border:0; background:none;}
.app-ideas #comments tr{border:0; background:none;}
.app-ideas #comments h4{padding-top:10px;}
.app-ideas #comments textarea{width:250px; height:100px;}

.app-flickr{
	
}

.app-flickr .imgholder{
	padding-top:15px;
	background:none;
	background-color:#000;
	text-align:center;
}
.app-flickr .mainimage{
	height:500px;
	background-position:center;
	background-repeat:no-repeat;
	
}

.app-flickr .caption{
	width:535px;
	font-weight:bold;
	text-align:center;
}
.app-flickr .description{
	width:523px;
	padding:10px 15px 5px 18px;
	background-color:#000;
	color:#fff;
	text-align:center;
}
.app-flickr .thumbnails{
	width:535px;
	background-color:#000;
	float:left;
	padding:0px 13px 10px 13px;
	margin-bottom:10px;
}
.app-flickr .thumb{
	background-color:#000;
		width:75px;
		text-align:center;
		margin:7px;
		float:left;
}
.app-flickr .thumb a img{
}
.app-flickr .thumb a:hover img{
}
.app-flickr .firstimg{}
.app-flickr .firstimg img{}
.app-flickr .lastimg{}
.app-flickr .lastimg img{}

.app-flickr a.next{
	display:block;
	float:right;
	background-image:url(rightarrow.png);
	background-position:top;
	background-repeat:no-repeat;
	width:21px;
	height:20px;
	margin-right:6px;
}
.app-flickr a.previous{
	display:block;
	float:left;
	background-image:url(leftarrow.png);
	background-position:top;
	background-repeat:no-repeat;
	width:21px;
	height:20px;
	margin-left:6px;
}
.app-portfolio .portfoliomenu{	
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 6px 0px;
	}
.app-portfolio .menutop{padding: 5px 0px 5px 2px;}
.app-portfolio .menubottom{padding: 6px 0px 5px 2px; 	background:url(navLineBack.gif) repeat-x top left;}
.app-portfolio #appcolumn1 .first{border-top:0;}
.app-portfolio #appcolumn1{width:69%; float:left; padding-left:2px;}
.app-portfolio #appcolumn2{width:28%; float:right; background-color:#F2F2F2; padding-bottom:5px; margin-top:5px; }
.app-portfolio #appcolumn2 h6{background-color:#CDCDCD; padding-left:10px; text-transform:capitalize; 
								font-size:12px; height:20px; padding-top:4px; font-weight:bold; color:#000}
.app-portfolio #appcolumn2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.app-portfolio #appcolumn2 li{
	margin: 0px;
	padding: 0px;
	padding-left:10px;
	padding-top:6px;
	margin-right:3px;
	font-weight:normal;
	padding-bottom:3px;
	background:url(navLineBack.gif) repeat-x bottom left;
	}
.app-portfolio #appcolumn2 li.lasttitle{background:none;}

#loginForm.application.app-login.rounded, #registerForm.application.app-register.rounded, #passwordForm.application.app-login.rounded, #changeForm.application.app-change.rounded{
	width:600px;
	margin:0;
}



