/* Start of CMSMS style sheet 'MyBarberSalon CSS' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.2em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background-color: #1097c9;
   background-image: url(/images/main-bg.gif);
   background-repeat: repeat-x;
   color: #000000;           
   margin:0em; /* gives some air for the pagewrapper */
}


.DivLogo {
	height: 100px;
	width: 227px;
	float: left;
}
.DivTopRight {
	height: 100px;
	width: 773px;
	float: right;
	vertical-align: top;
	fon
	
}
.BrowseBox {
	width: 572px;
	height: auto;
	margin: 10px;
	background: #c9e9ed;
}
.bsMainDiv { 
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.bsProp {
	height:400px;
	float:right;
	width:1px;
}

.bsMainBody { 
	width: 1000px;
	text-align:center;
	vertical-align: top;
} 
.bsSingleColContent {
	margin: 10px;
}
.bsHeaderLeft {
	float: left;
	width: 227px;
}
.bsHeaderRight {
	text-align:right;
	float: right;
	width: 200px;
}
.bsMenuBut {
	margin:0px;
}
.bsHeaderCenter {
	text-align: center;
	margin-right: 50px;
	margin-left: 227px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top: 72px;
}
.bsFullCol {
	background-color: #76BED1;
	background-image: url(http://www.mybarbersalon.com/images/left_bg_full.gif);
	background-repeat: repeat-x;
	width: 100%;
	vertical-align: top;
}

.bsFormTitle, .bsFormValue {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.bsFormValue {
	font-weight: normal;
	vertical-align: top;
}
/*****************
   Salon Detail Layout
*****************/

.bsDetailTitle {
	font-size: 20px;
                line-height:1.6em;
	font-weight: bold;
	text-align: center;
               color: #336699;
}
.bsDetailInfo {
	font-size: 12px;
	text-align: left;
}
.bsDetailHeader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.bsComment {
	background-color: #A3A089;
	padding: 2px;
	border: medium inset #767263;
	font-weight: normal;
	color: #000;
}
.bsCommentHeader {
	font-weight: normal;
	color: #CF6;
	margin: 2px;
	padding: 0px;
}
/*****************
   Homepage Center Layout
*****************/
.WelcomeBack {
	font-size: 11px;
	text-align: left;
        color: #d68533;
        font-weight: bold;
}
.WelcomeBackText {
	font-size: 11px;
	text-align: left;
        color: #d68533;
        font-weight: normal;
}
table.DottedTable {
   border-width: 1px;
   border-style: dotted;
   border-color: gray;
   margin-top: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 10px;
}
table.DottedTable td {
   padding-top: 10px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   background-color: #fff;
}
.NewsTitle {
	font-size: 11px;
	text-align: left;
        color: #d68533;
        font-weight: bold;
}
.NewsColumn {
	font-size: 10px;
	text-align: left;
        color: #000000;
        font-weight: none;
}
/* End of 'MyBarberSalon CSS' */

