@charset "UTF-8";
body {
	background-image: url(../img/background/upperBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	min-height:800px;
	font-family: Helvetica, Arial, sans-serif;
	height: auto;
	width: 100%;
}

a {
	text-decoration: none;
	/*color:#0099FF;*/
	color: #4985C3;
}

/* header css starts here */

#header {
	background-image: url(../img/background/header.jpg);
	background-position: center top;
		background-repeat: no-repeat;

}
#header  #content {
	height: 191px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 820px;
}
#header  #navBar {
	height: 80px;
	margin-top: 80px;
	width: 820px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 34px;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-transform:capitalize;
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: normal;
	line-height: 20px;
	margin-left: 5px;
	padding: 0px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #1E8903;
	line-height: 18px;
	padding: 0px;
	margin: 4px;
	clear: right;
}
h3 a {
	color: #1E8903;
}
h3 a:hover {
	color: #1E8903;
	text-decoration: underline;
}

#navBar ul, #footer ul {
	list-style-type: none;
	
}
#navBar li, #footer li {
	float: left;
	position: relative;	

}
#navBar li a
{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
	display:block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
#generalLeftContent   h2  .icon {
	margin-left: 0px;
}
#generalLeftContent h2 {
	margin-bottom: 15px;
}
#leftSubMenu a {
	font-size: 12px;
	margin: 5px;
	width: 140px;
}
.dropmenudiv  ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:auto;
}
.dropmenudiv  li  {
	float: none;
}
.dropmenudiv     {
	background-color: #000000;
	margin-left: 10px;
	position: absolute;
	left: 5px;
	top: 0px;
	color: #FFFFFF;
	text-transform: capitalize;
	width: auto;
	z-index: 100;
	opacity:0.80;
	visibility: hidden;
	padding: 0px;
	margin-top: 10px;
}
	
	#navBar li li a
{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
li  #subMenu   {
	background-color: #000000;
	margin-left: 10px;
	position: absolute;
	left: 5px;
	top: 30px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: capitalize;
	width: auto;
	z-index: 100;
	opacity:0.80;
}
.on {
}
.off {
	visibility: hidden;
	display: none;
}
#navBar li a:hover {
	color: #1ECC19;
	text-decoration: none;
}

/* header css  finish here */

/* mainContent starts here */

#mainContent {
	height: auto;
	width: 820px;
	margin-top: -40px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#mainContent #leftContent, .messageBox {
	width: 650px;
	float: left;
	margin-left: 12px;
	min-height:400px;
}

#welcomeMsg {
	width: 628px;
	padding-top: 20px;
}

#welcomeMsg p {
	font-size: 13px;
	text-align: justify;
}

#welcomeMsg .generalForm {
	min-height: 150px;
}

#generalLeftContent .groupMenu {
	width: 90px;
}

#mainContent  #rightContent {
	width: 130px;
	float: right;
	min-height:400px;
	margin-right: 15px;
}
#footer  {
	height: 50px;
	width: 800px;
	border: 1px solid #dddddd;
	display: block;
	clear: both;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 12px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 12px;
}

#footer li a {
	padding-right: 10px;
	padding-left: 10px;
	color: #444444;
}#footer ul {
	width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.line {
	height: 1px;
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
}
p {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#player {
	margin: -6px;
}
#profileWindow  {
	background-color: #FFFFFF;
	height: auto;
	width: 648px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	float: left;
	padding: 0px;
	/*position: relative;*/
	/*z-index: auto;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
}
#profileWindow .profileImage {
	padding: 4px;
	height: auto;
	max-width: 140px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#profileWindow .profileLabel  {
	text-align: right;
	line-height: 18px;
	color: #6B6B6B;
	float: left;
}
#profileWindow .line {
	width: 465px;	
}

#profileWindow #profileDetail {
	float: left;
	width: 465px;
	margin-left:5px;
}
#profileWindow #bottomMenu {
	background-image: url(../img/profile/blueBanner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: left;
	float: left;
	width: 628px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 21px;
	position: relative;
}
#profileDetail p {
	font-size: 12px;
}
#bottomMenu  a {
	font-size: 12px;
	display: inline;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	color: #BBEDF9;
}
	
#bottomMenu .stbutton {
	vertical-align: baseline;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}
	
#bottomMenu  a:hover {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#profileWindow .gruLogo {
	height:auto;
	max-height:120px;
	max-width:120px;
	overflow:visible;
	position:absolute;
	right:-5px;
	top:-21px;
	width:auto;
	z-index:auto;
}
#profileWindow .extraDetail {
	float: left;
	clear: left;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 14px;
	width: 625px;
}
#profileWindow .extraDetail p {
	font-size: 12px;
}
#searchBar .searchInput {
	background-color: #FFFFFF;
	width: 95px;
	height: 11px;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 2px;
}

#searchBar2 .searchInput {
	background-color: #FFFFFF;
	width: 130px;
	/*height: 11px;*/
	height: auto;
	border: 1px solid #FFFFFF;
	font-size: 11px;
	margin-left: 10px;
	margin-top: 1px;
}


#rightContent #loginBox {
	font-size: 12px;
	text-align: right;
	margin: 5px;
}
#rightContent #loginBox a {
	color: #333333;
}
#rightContent #rightSubMenu {
	background-image: url(../img/rightSubMenu/rightSubMenu.png);
	background-repeat: no-repeat;
	width: 130px;
	height: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	float: left;
	background-position: left top;
			min-height:200px;

}
#rightSubMenu a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
#rightSubMenu ul {
	margin-left: 10px;
	list-style-position: outside;
	list-style-image: url(../img/rightSubMenu/dot.png);
	padding-top: 0px;
	padding-left: 10px;
}
#rightSubMenu li {
	padding: 3px;
}
#searchBar {
	background-image: url(../img/search/searchBar.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 128px;
}
#searchBar2 {
	background-image: url(../img/search/searchBarlong.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 160px;
	float: right;
}
#rightSubMenu .subMenuBottom {
	background-image: url(../img/rightSubMenu/rightSubMenuBottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 129px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
}
#leftSubMenu {
	width: 148px;
	float: left;
	clear: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	padding: 5px;
	background-color: #FFFFFF;
}
#leftContent h3  {
	width: auto;
	float: left;
	clear: none;
}

#rightContent #adSpace {
	float: left;
	width: 118px;
	padding: 5px;	
	min-height: 100px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
			min-height:200px;

}
.icons {
	vertical-align: baseline;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.iconsURL {
	vertical-align: baseline;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#miniFeed .icons {
	vertical-align: baseline;
	float: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 8px;
	clear: left;
}
#bottomMenu ul {
	margin: 0px;
	padding: 0px;
}
#bottomMenu .subMenu {
}
#leftSubMenuUp  .icons   {
	margin-top: 2px;
	
}
#leftSubMenu .line {
	width: 140px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#leftSubMenu .userThumb {
	float: left;
	margin: 7px;
}

.userThumb {
	height: 50px;
	width: 50px;
	border: 1px solid #CCCCCC;

	padding: 4px;
}
.leftAndClear {
	float: left;
	clear: left;
}
#leftContent #lefSubContent {
	width: 160px;
	float: left;
}
#rightSubContent #miniFeed {
	float: right;
	width: 478px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	padding-top: 5px;
	background-color: #FFFFFF;
			min-height:130px;

}
.groupThumb {
	height: 100px;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: left;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

#miniFeed .line {
	width: 465px;
	float: left;
	margin-left: 5px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#rightContent #searchBar {
	background-image: url(../img/search/searchBar.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 128px;
	margin-top: 35px;
}
#miniFeed p {
	font-size: 12px;
	float: left;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 440px;
}
.subText {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	margin-top: 10px;
}
.group .subText {
	margin-top: 15px;
}
#bottomMenu   .subText {
	position: relative;
	padding: 0px;
	margin: 0px;
}
#wineEntry .groupThumb {
	margin-left: 10px;
}
#wineEntry .groupThumb img {
	display: block;
	margin: auto;
}
#miniFeedUp  h3 {
	float: left;
}
#miniFeed .wineName {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	/* font-size: 14px; */
	font-size: 12px;
	text-transform: capitalize;
	float: left;
	height: 80px;
	width: 90px;
	margin: 10px;
}
#miniFeed #wineEntry {
	width: 230px;
	float: left;
	
}
#subMenu  ul, #editMenu ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:auto;
}
#subMenu  li, #editMenu li  {
	float: left;

}

#bottomMenu .subMenu {
	min-width:85px;
	background-color: #000000;
	top: 21px;
	left: -41px;
}
#bottomMenu .subMenu li a {
	display:block;
	padding:5px;
	background-color: #000000;
	margin: 0px;
	width: auto;
}

#miniFeed #seeAll, #bottomSubContent #seeAll, #leftSubMenu #seeAll a {
	font-size: 12px;
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
.seeAll {
	font-size: 12px;
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
.blogEntry .blogImage {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#miniFeed .blogEntry {
	float: left;
	width: 100%;
}
#miniFeed .pages, .pages {
	font-size: 12px;
	color: #86AAC6;
	float: right;
	width: auto;
	text-align: right;
	margin-right: 10px;
	height: 20px;
	min-width: 200px;
}
#miniFeedUp  .icons {
	margin-top: 2px;
}
#miniFeed #blogPost, #miniFeed #commentPost {
	margin-bottom: 10px;
	float: left;
}
#miniFeed .blogEntry p, #miniFeed .commentEntry p{
	margin-left: 5px;
	margin-right: 5px;
	width: 435px;
	font-size: 12px;
	line-height: 16px;
}
 #miniFeed .commentEntry p{
	
		width: 355px;

	
}

#commentComposer {
	height: auto;
	width: 455px;
	/*border: 1px solid #dddddd;*/
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#commentComposer .submitBut{
	margin-top:10px;
	margin-left:0px;	
	margin-bottom:10px;
}
.blogEntry img{
	padding: 4px;
	border: 1px solid #dddddd;
}
.blogEntry  .content {
	/*padding-left: 10px;*/
	background-color: #F7F7F7;
	border: 1px solid #dddddd;
	width: 446px;
	float: left;
	padding: 5px;
	position: relative;
	margin-left: 10px;
	margin-bottom: 15px;
	min-height:50px;
}
h4 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: normal;
}
.date {
	color: #7C7C7C;
}
.commentEntry .content {
	background-color: #F7F7F7;
	border: 1px solid #dddddd;
	width: 366px;
	float: left;
	padding: 5px;
	position: relative;
	margin-left: 89px;
	margin-bottom: 15px;
	min-height:50px;
}
.commentEntry .content p {
	font-size: 12px;
}
.commentEntry .selected {
	background-color: #D7D7D7;
	border: 1px solid #bbbbbb;
}
.commentEntry .userThumb {
	position: absolute;
	top: 0px;
	left: -80px;
}
.content #seeAll {
}
.commentEntry, .messageReply {
	float:left;
	clear: both;
}


#generalLeftContent .line {
	width: 628px;
	float: left;
}
#topMenu #searchBar {
	float: left;
	margin-left: 10px;
}

#generalLeftContent , .messageBox #message{
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	height: auto;
	width: 628px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	float: left;
	/*position: relative;*/
	/*z-index: auto;*/
	min-height:400px;
}
#generalLeftContent #topMenu {
	width: 648px;
	background-image: url(../img/profile/blueBanner.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 21px;
	margin-left: -10px;
}
#topMenu .createLink {
	float: right;
	font-size: 14px;
	line-height: 14px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#generalLeftContent .group {
	float: left;
	width: 628px;
	min-height:100px;

}
#generalLeftContent .groupImage {
	padding: 4px;
	height: 100px;
	width: 100px;
	border: 1px solid #dddddd;
	float: left;
}
#generalLeftContent .groupImage img {
	display: block;
	margin: auto;
}
.groupItem {
	width: 628px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	height: auto;
	font-size: 12px;
}
.groupItem .groupDetail {
	float: left;
	margin-left: 10px;
	width: 410px;
}
.groupItem .groupMenu {
	width: 90px;
	float: right;
	text-align: right;
}
.groupMenu a {
	font-size: 12px;
	color: #777777;
	margin-bottom: 5px;
	float: right;
	margin-right: 5px;
}
.groupItem p {
	margin-bottom: 10px;
	margin-top: 0px;
	width: 500px;
	height: auto;
}

.groupItem .detail {
	float: right;
	width: 340px;
	height: auto;
	clear: right;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size:12px;
}

.titles , .formLabel {
	text-align: left;
	float: left;
	width: 60px;
	clear: both;
	height: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}
#profileWindow .titles, #profileWindow .formLabel{
	color: #6B6B6B;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 80px;	
}
#profileWindow .detail, #profileWindow .formInput {
	width: 385px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
}
#profileWindow .detail.status{
	width: 465px;
	font-family: georgia;
	font-style:italic;
	font-size:14px;
	color:#6B6B6B;
	line-height:20px;
	padding-bottom:5px;
	float:left;
}
#profileWindow .detail.status.cru, h1.cru{
	width:355px;
}
.detail, .formInput {
	float: right;
	width: 360px;
	height: auto;
	clear: right;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size:12px;
}
.group .line {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}
.groupItem .line {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0;
}
.group p {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.group h3 {
	margin-bottom: 15px;
	margin-top: 15px;
}
#leftSubMenu ul {
	list-style-image: url(../img/leftSubMenu/listDot.jpg);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
}
#leftSubMenu li {
	float: left;
	clear: left;
	width: 130px;
}
#leftSubMenu li p{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#leftSubMenu p {
font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#leftSubMenu li a {
	width: 120px;
	float: none;
	margin-left: 0px;
}
#topMenu   ul, #subMenu  ul {
	list-style-type: none;
	padding: 0px;
	height: 21px;
	margin: 0px;
}
#topMenu    li, #subMenu   li {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	padding: 0px;
}
#generalLeftContent #searchBar {
	float: left;
}
#generalLeftContent .createLink {
	background-image: url(../img/topMenu/createGroupBut.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 150px;
	font-size: 12px;
	text-align: center;
	/*float: right;*/
	float: left;
	line-height: 20px;
	color: #FFFFFF;
	margin-left: 10px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topMenu li a, #subMenu li a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	height: 21px;
	display: block;
	line-height: 21px;
	color: #BBEDF9;
}
#topMenu   a:hover, #topMenu .on    {
	background-image: url(../img/topMenu/topMenuRollOver.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
#mainContent .messageBox {
	min-height:0px;
	width: 650px;
	margin-bottom: 0px;
	font-size: 12px;
}
.messageBox #message {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
		min-height:0px;

}
.flashMessage {
	color: #1E8903;
}
.errorMessage {
	color: #FF0000;
}
#bottomSubContent {
	width: 324px;
	float: left;
}
#bottomSubContent  .userThumb {
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	margin-left: 11px;
}

#bottomSubContent p {
font-size:12px;
color:#333333;

}
.generalForm #subMenu  li a {
	color: #4985C3;
	padding-left: 20px;
	padding-right: 5px;
}
.generalForm #subMenu  li {
	float: right;

}
.generalForm #subMenu ul {
	width:400px;
	float:right;
	height:20px;
}
.generalForm #subMenu {
	float: right;
		width:400px;

}
#bottomSubContent  h4 {
	margin-top: 10px;
	font-size: 14px;
	margin-left: 5px;
}
.commentEntry  .content  h4 {
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	float: none;
	line-height: 16px;
}
.read {
	font-weight: normal;
}
.commentEntry .content h4 a {
	color: #333333;
}
.commentEntry .content h4.floatLeft {
	float: left;
}
.unread {
	font-weight: bold;
}
.commentEntry  h4, .blogEntry h4 {
	font-size: 12px;
	margin-left: 5px;
	float: left;
	line-height: 20px;
	max-width: 420px;
}
.preview {
	color: #999999;
	font-size: 12px;
}

.notLogin #generalLeftContent #leftContent {
	width: 460px;
	padding: 0px;
	float: left;
	margin-left:0px;

}

.notLogin #generalLeftContent #leftContent p{
	line-height:20px;
	padding-bottom:10px;
}


.notLogin #generalLeftContent #rightContent {
	width: 160px;
	margin-right:0px;
	padding: 0px;
	float: right;

}
.notLogin #generalLeftContent #rightContent img{
	margin-bottom:10px;

}
.notLogin #generalLeftContent #leftContent .createLink {
	margin-left:0px;
}
#photoPage {
	width: 628px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	clear: both;
	float: left;
}
#photoPage #content {
	width: 610px;
	clear: both;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
#photoPage #content img {
	margin: 6px;
	width: auto;
	height: auto;
}
#content #image img {
	margin: 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
#photoPage  #content #image {
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 610px;
	margin-right: 10px;
	margin-left: 0px;
}
.rightPadding10px {
padding-right:10px;
}
.dropmenudiv li a {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: auto;
}
#image .tagSearch {
	/*height: 25px;*/
	height: 50px;
	width: 600px;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#image .leftDiv {
	float: left;
	margin: 0 20px 0 0;
}
#image #albumError {
	margin: 0 0 0 95px;
}
.albumGallery .groupThumb {
	margin: 5px;
}
.prevNav, .nextNav {
	float: left;
	height: 120px;
	width: 14px;
	display:block;
	pointer:cursor;
}
a.prevNav{
	background-image:url(../img/photos/prevNav.gif)
}
a.nextNav{
	background-image:url(../img/photos/nextNav.gif)

}
a:hover.prevNav{
	background-image:url(../img/photos/prevNavRolled.gif)
}
a:hover.nextNav{
	background-image:url(../img/photos/nextNavRolled.gif)

}
.albumGallery {
	width: 600px;
	float: left;
	height: 140px;
}
.albumImage {
	width: 110px;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.clearBoth {
	clear: both;
}
#image .submitBut {
	clear: both;
	float: left;
	margin-left: 5px;
}
.titles .groupThumb, .profileWindow .groupThumb {
	margin: 0px;
	float: right;
}
.generalForm h3 {
	margin-left: 0px;
	margin-bottom: 10px;
}
.extraDetail .detail {
}
#profileWindow .extraDetail .detail {
	width: 540px;
}
.scrollDown {
 float:left;
}

.inplaceeditor-empty {
    font-style: italic;
    color: #999;
}
.tag {
	float: left;
	width: 100%;
}

.generalForm .commentEntry, .generalForm .messageReply {
	width: 628px;
}
.generalForm #subMenu.messageListSub {
	width: 500px;
	float: right;
	height: 30px;
}

.generalForm #subMenu.messageListSub ul {
	width:500px;
}
.searchMenu {
	width: 320px;
	float: right;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 25px;
}

/*styles for modal windows */

#modalWindow {
font-size:12px;
color:#333333;
line-height:14px;
}


.modalTop{

float:left;
clear:both;
width:380px;
padding-bottom:5px;
padding-top:5px;
}

.modalMiddle{

float:left;
clear:both;
width:380px;
padding-bottom:5px;
}

.modalBottom {
float:left;
clear:both;

}

.modalBottom a{

padding-right:5px;
font-size:12px;
}
.centreImage{

width:100%;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}

/* styles for upload progress bar */
.queue_progress {
	width: 100%;
	height: 10px; 
	border: 1px solid black;
	background-color: #aaaaaa;
	margin: 0 10px;
}

.queue_progress div {
	width: 0px;
	height: 10px;
	background-color: #FF0000;
	text-align:center;
}

/* css for tour page */

.tour {
}

.tour p {
	font-size:13px;
	line-height:17px;
	float:left;
	width:300px;
}

