/*----------------------------------------------------------------------------------------------------------
[Layout Stylesheet of all website pages]
Project:	The Classical Music Community - Musbook.com
Version:	1.0
Author: 	Interberry Solutions 
----------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
1. GLOBAL RESET
---------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
/*---------------------------------------------------------------------------------
2. GLOBAL BASIC STYLING FOR COMMON HTML ELEMENTS
---------------------------------------------------------------------------------*/
fieldset, img {
	border:0;
	padding:0px;
	margin:0px;
}
a {
	outline:none;
	padding:0;
	margin:0;
	border:0;
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
}
input, select, textarea {
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc7b0;
	background:#faf6ed;
	padding:3px;
}
h1 {
	font-size:34px;
	font-weight:normal;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:4px;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
h4 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
/*---------------------------------------------------------------------------------
3. COMMON CSS CLASSES
---------------------------------------------------------------------------------*/
html, body {
	height: 101%;
}
body {
	background:url(../images/bg.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.imgfleft {
	float:left;
	padding:0px 10px 10px 0px;
}
.imgfright {
	float:right;
	padding:0px 0px 10px 10px;
}
.clr {
	clear:both;
}
.jusify {
	text-align:justify;
}
.normaltext {
	color:#333333 !important;
	text-decoration:none;
}
.normallink {
	color:#f1471f !important;
	text-decoration:none;
}
.normallinkbold {
	color:#f1471f !important;
	font-weight:bold;
	text-decoration:none;
}
.normallinkbold:hover, .normallink:hover {
	text-decoration:underline;
}
.textbox {
	border:1px solid #a5acb0;
	font-size:11px;
	color:#000000;
	height:16px;
}
.bntstyle {
	border:1px solid #a5acb0;
	font-size:11px;
	color:#000000;
	background-color:#c7c2bc;
	border:1px solid #3c3c3c;
	padding:1px 3px;
	cursor:pointer;
}
.nomargins {
	margin: 0px 0px 0px 0px !important;
}
.nopadding {
	padding: 0px 0px 0px 0px !important;
}
.nomarginsorpadding {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
}
.inblock {
	display:inline-block;
}
.commodiv {
	width:auto;
	overflow:hidden;
}
/*---------------------------------------------------------------------------------
4. GLOBAL LAYOUT
---------------------------------------------------------------------------------*/
#page_outter {
	margin:0 auto;
	width:982px;
	overflow:hidden;
}
/*---------------------------------------------------------------------------------
5. COMMON SITE HEADER
---------------------------------------------------------------------------------*/
#header {
	width:982px;
	height:130px;
	clear:both;
	padding:20px 0px 0px 0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#header .wlinks {
	color:#FFFFFF;
	line-height:20px;
	padding:0px 3px;
}
#topnavouter {
	background:url(../images/bg_topnav.gif) no-repeat top left;
	width:982px;
	height:70px;
	margin-top:22px;
	padding-left:0px;
}
html>body #topnavouter {
	background:url(../images/bg_topnav.gif) no-repeat top left;
	width:982px;
	height:70px;
	margin-top:17px;
	padding-left:0px;
}
#topnavouter .toplinks {
	width:982px;
	height:39px;
	clear:both;
}
#topnavouter .toplinks ul {
	padding:0px;
	margin:0px;
}
#topnavouter .toplinks ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}
#topnavouter .toplinks ul li a {
	display:block;
	padding:13px 15px;
	text-transform:uppercase;
	color:#000018;
	font-size:12px;
	font-weight:normal;
}
#topnavouter .toplinks ul li a:hover, #topnavouter .toplinks ul li a.selected {
	background:url(../images/bg_linksbtm.gif) no-repeat bottom center #eeedeb;
	border-top:1px solid #cbcac8;
	border-right:1px solid #cbcac8;
	border-left:1px solid #cbcac8;
	border-bottom:none;
	display:block;
	padding:12px 14px;
	text-decoration:none;
}
.searchouter {
	width:250px;
	height:32px;
	margin-right:0px;
	float:right;
	padding:7px 0px 0px 0px;
}
html>body .searchouter {
	width:228px;
	height:32px;
	margin-right:18px;
	float:right;
	padding:7px 0px 0px 0px;
}
.searchouter .textbox {
	width:152px;
	height:15px;
	border-right:1px solid #9f9f9f;
	border-top:1px solid #9f9f9f;
	border-left:none;
	border-bottom:none;
	float:left;
	padding:4px;
	background:#FFFFFF;
}
.searchouter .btn {
	text-transform:uppercase;
	background:none;
	border:none;
	padding:4px;
	margin:0px;
	font-size:12px;
	width:60px;
}
#topnavouter .bottomlinks {
	width:982px;
	height:29px;
	clear:both;
}
#topnavouter .bottomlinks ul {
	padding:0px;
}
#topnavouter .bottomlinks ul li {
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
	display:block;
	padding:5px 11px 0px 11px;
}
#topnavouter .bottomlinks ul li a {
	color:#575757;
	font-size:11px;
	font-weight:normal;
}
#topnavouter .bottomlinks ul li a:hover {
	color:#494848;
}
.ulhome {
	margin:0px 0px 0px 10px;
}
.ulbuzz {
	margin:0px 0px 0px 155px;
}
.ulbuzz {
	margin:0px 0px 0px 155px;
}
/*---------------------------------------------------------------------------------
6. COMMON SITE MIDDLE
---------------------------------------------------------------------------------*/
#middle {
	width:851px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#middle h1 {
	margin-bottom:15px;
}
.vlet {
	color:#6f3ca5;
}
.bborderhead {
	padding:7px 0px;
	border-bottom:1px solid #000000;
	margin-bottom:12px;
	overflow:hidden;
}
.mtop15 {
	margin-top:15px;
}
.btmborder {
	border-bottom:1px solid #000000;
}
.btmbordergrey {
	border-bottom:1px solid #CCCCCC;
}
.tbborder {
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	padding:6px 0px;
	margin-bottom:5px;
	overflow:hidden;
	height:15px;
	width:99%;
}
.vletlink {
	color:#6f3ca5;
	font-weight:bold;
}
.lvletlink {
	color:#a89abd;
	font-weight:bold;
}
.mleft {
	width:200px;
	margin-right:8px;
	float:left;
}
.mright {
	width:630px;
	float:right;
}
.middleleft {
	width:200px;
	margin-right:8px;
	float:left;
}
.middleright {
	width:642px;
	float:right;
}
.greyfont {
	color:#7e7e7e;
	font-size:11px;
}
.rleftcurveouter {
	background:url(../images/curveleft_middle.gif) repeat-y top left;
	width:200px;
	overflow:hidden;
	margin-bottom:6px;
}
.rleftcurveouter .rlefttop {
	background:url(../images/curveleft_top.gif) no-repeat top left;
	width:200px;
	overflow:hidden;
}
.rleftcurveouter .rleftbottom {
	background:url(../images/curveleft_bottom.gif) no-repeat bottom left;
	width:198px;
	padding:6px 0px 0px 2px;
	overflow:hidden;
}
.rinnercontdiv {
	border-bottom:1px solid #c0afd4;
	padding:4px 3px 10px 3px;
	width:192px;
	overflow:hidden;
	margin-bottom:5px;
}
.leftcurveouter {
	background:url(../images/curveleft_graymiddle.gif) repeat-y top left;
	width:200px;
	overflow:hidden;
	margin-bottom:6px;
}
.leftcurveouter .lefttop {
	background:url(../images/curveleft_graytop.gif) no-repeat top left;
	width:200px;
	overflow:hidden;
}
.leftcurveouter .leftbottom {
	background:url(../images/curveleft_graybottom.gif) no-repeat bottom left;
	width:198px;
	padding:6px 0px 0px 2px;
	overflow:hidden;
}
.innercontdiv {
	border-bottom:1px solid #c6c2bf;
	padding:4px 3px 10px 3px;
	width:192px;
	overflow:hidden;
	margin-bottom:5px;
}
.underlinelinks {
	text-decoration:underline;
}
.videoimg {
	width:80px;
	height:70px;
	margin:5px;
}
.rightcurveouter {
	background:url(../images/curveright_middle.gif) repeat-y top left;
	width:630px;
	overflow:hidden;
	margin-bottom:9px;
}
.rightcurveouter .righttop {
	background:url(../images/curveright_top.gif) no-repeat top left;
	width:630px;
	overflow:hidden;
}
.rightcurveouter .rightbottom {
	background:url(../images/curveright_bottom.gif) no-repeat bottom left;
	width:628px;
	padding:6px 0px 6px 2px;
	overflow:hidden;
}
.rightinnercontdiv {
	border-bottom:1px dotted #cfcecd;
	padding:7px 7px 5px 7px;
	width:614px;
	overflow:hidden;
	margin-bottom:5px;
}
.rightinnercontdiv .grey {
	color:#7e7e7e;
}
.rightinnercontdiv .imgleft {
	float:left;
	margin:6px;
}
.bgadd {
	text-align:center;
	background:url(../images/bg_add.gif) no-repeat top left;
	width:630px;
	height:67px;
	padding:10px 0px 0px 0px;
	margin-bottom:9px;
}
.rightadd {
	width:120px;
	overflow:hidden;
	float:right;
}
.mbottom20 {
	margin-bottom:20px;
}
.f11 {
	font-size:11px;
}
.uppercase {
	text-transform:uppercase;
	font-size:10px;
}
.buzz_outer {
	padding:7px 0px 7px 7px;
	overflow:hidden;
}
.buzzimgdiv {
	width:360px;
	overflow:hidden;
	margin-right:4px;
	float:left;
}
.buzzimgdiv .imgdiv {
	width:360px;
	height:299px;
	margin-bottom:11px;
}
.buzztextdiv {
	width:254px;
	overflow:hidden;
}
.buzztextdiv .headers {
	border-bottom:1px dashed #9f9f9f;
	padding:6px 9px 9px 9px;
	overflow:hidden;
	width:236px;
}
.buzztextdiv .headers span {
	font-size:15px;
	font-weight:bold;
	line-height:23px;
	font-family:Arial, Helvetica, sans-serif;
}
.buzztextdiv .headers a {
	color:#6f3ca5;
}
.m10 {
	margin:10px 10px;
}
/* New */
.curvefullouter {
	width:842px;
	overflow:hidden;
	margin:10px 0px;
	background:url(../images/curvefull_middle.gif) repeat-y top left;
}
.curvefullouter .curvefull_top {
	background:url(../images/curvefull_top.gif) no-repeat top left;
	padding-top:0px;
	overflow:hidden;
}
.curvefullouter .curvefull_bottom {
	padding:10px;
	background:url(../images/curvefull_bottom.gif) no-repeat bottom left;
	overflow:hidden;
}
.divmusic {
	width:125px;
	height:100px;
	float:left;
	margin:10px 18px;
}
html>body .divmusic {
	width:125px;
	height:100px;
	float:left;
	margin:10px 19px;
}
.divmusic a {
	font-weight:bold;
}
.img_music {
	width:120px;
	height:72px;
	margin-bottom:7px;
	border:1px solid #999999;
	padding:1px;
}
.rightborder {
	border-right:1px solid #999999;
	padding:0px 5px;
}
.mright8left {
	margin-right:8px;
	float:left;
}
.curveavgouter {
	background:url(../images/curveavg_middle.gif) repeat-y top left;
	overflow:hidden;
	width:274px;
}
.curveavgouter .curveavg_top {
	background:url(../images/curveavg_top.gif) no-repeat top left;
	overflow:hidden;
	width:274px
}
.curveavgouter .curveavg_bottom {
	background:url(../images/curveavg_bottom.gif) no-repeat bottom left;
	overflow:hidden;
	padding:5px;
}
.mlistouter {
	border-bottom:1px dotted #666666;
	margin:3px 0px;
	padding:0px 0px 5px 0px;
}
.mlistouter .icnimg {
	float:left;
	margin:0px 3px;
}
/*---------------------------------------------------------------------------------
7. COMMON SITE FOOTER
---------------------------------------------------------------------------------*/
#footer {
	background:url(../images/bg_footer.gif) repeat-x top left;
	height:144px;
	color:#FFFFFF;
	padding-top:15px;
	margin-top:30px;
}
#footer .innerfooter {
	width:982px;
	margin:0 auto;
}
.footerlinks {
	float:right;
}
.footerlinks a {
	color:#FFFFFF;
	padding:0px 10px;
	font-size:11px;
}
.footerbottom {
	clear:both;
	float:right;
	margin-top:40px;
	width:135px;
}
.footerbottom a {
	color:#FFFFFF;
	font-size:11px;
}
/*-------------------- New Updates for Consafron------------------------*/
.commonlist {
	width:auto;
	overflow:hidden;
}
.commonlist ul {
	padding:0px;
	margin:0px;
}
.commonlist ul li {
	padding:3px 5px;
	margin:0px;
	list-style:none;
	display:block;
}
.padleft5 {
	padding-left:5px;
}
.consafronvideo {
	width:332px;
	margin-right:10px;
	float:left;
}
.conslist {
	width:292px;
	overflow:hidden;
	background:#EAEAEA;
	margin:0px 4px 8px 4px;
	padding:0px 2px;
	float:left;
	border:1px dotted #666666;
}
.conslist strong {
	border-bottom:1px solid #333333;
	display:block;
	padding:4px 0px;
	background:#D7D7D7;
	padding-left:5px;
}
.conslist a {
	padding-left:5px;
	line-height:21px;
}
.smallvideo {
	width:140px;
	overflow:hidden;
	margin:2px 6px;
	float:left;
}
.borderleft {
	border-left:1px dotted #999999;
	padding:0px 0px 7px 0px;
}
.latestpost {
	width:290px;
	overflow:hidden;
	border-bottom:1px solid #666666;
	margin:5px;
}
.latestpost .rightsect {
	width:260px;
	overflow:hidden;
	float:right;
}
.mright5 {
	margin-right:5px;
}
.subhead {
	padding:5px 5px;
	border-bottom:1px solid #666666;
}
.commonpad {
	padding:0px 3px 5px 3px;
}
.innercnsfimg {
	width:188px;
	height:192px;
	border:1px solid #CCCCCC;
	margin-bottom:8px;
}
.bloglist {
	width:auto;
	overflow:hidden;
	margin:4px;
	padding:2px 0px;
}
.bloglist .listleft {
	width:10%;
	overflow:hidden;
	float:left;
}
.bloglist .listright {
	width:90%;
	overflow:hidden;
	float:right;
}
.bggrey {
	width:46%;
	overflow:hidden;
	float:left;
	margin:1%;
	padding:3px;
	background:#E0E0E0;
	border:1px solid #CCCCCC;
}
.bggrey .imgsect {
	float:left;
	width:20%;
	overflow:hidden;
}
.bggrey .contentsect {
	float:right;
	width:75%;
	overflow:hidden;
}
.bggrey .imgteacher {
	width:63px;
	height:60px;
	border:1px solid #000000;
}
.bggrey p {
	padding:2px 0px;
	font-size:11px;
}
.commonform {
	width:100%;
	overflow:hidden;
}
.commonform dd {
	float:left;
	width:20%;
	height:19px;
	padding-top:5px;
	margin:0% 1% 2% 1%;
}
.commonform dt {
	float:right;
	width:70%;
	height:24px;
	margin:0% 1% 2% 0%;
}
.commonbtn {
	border:1px solid #613491;
	padding:2px 4px;
	background:#341456;
	color:#FFFFFF;
	font-weight:bold;
	margin:2px 0px;
}
.imgvideos {
	width:100px;
	height:70px;
	border:1px solid #000000;
}
.imgvideosmall {
	width:50px;
	height:50px;
}
/* SEARCH BOX 09-12 */
.searchbox {
	width:838px;
 background:url(../images/searchbox_centerbg.png) repeat-y top left #f5f5f5;
	margin:0px 0px 5px 0px;
}
.searchboxleft {
	width:838px;
	background:url(../images/searchbox_leftbg.png) no-repeat top left;
}
.searchboxright {
	width:818px;
	padding:13px 10px 13px 10px;
	background:url(../images/searchbox_rightbg.png) no-repeat bottom left;
}
.labeltext {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.selectbox {
	border:1px solid #a5acb0;
	font-size:11px;
	color:#000000;
}
.vletlinkdisabled {
	color:#aaa0c3;
	font-weight:bold;
}
.curveavgouter_rss {
	background:url(../images/curveavg_rss_middle.gif) repeat-y top left;
	overflow:hidden;
	width:419px;
	float:left;
	margin-bottom:4px;
}
.curveavgouter_rss .curveavg_top {
	background:url(../images/curveavg_rss_top.gif) no-repeat top left;
	overflow:hidden;
	width:419px;
}
.curveavgouter_rss .curveavg_bottom {
	background:url(../images/curveavg_rss_bottom.gif) no-repeat bottom left;
	overflow:hidden;
	padding:5px;
	height:160px;
}
.curveavgouter_rss .head {
	font-weight:bold;
}
.curveavgouter_rss .category {
	font-size:12px;
	color: #333;
}
.curveavgouter_rss .content {
	padding-top:3px;
	font-size: 9pt;
	color: #7d7d7d;
}
/*888888888888888888888888888888*/
.newslist {
	width:95%;
	overflow:hidden;
	margin:4px;
	padding:5px 5px;
}
.newslist .newslistinner {
	width:99%;
	overflow:hidden;
	float:right;
}
.newslist .newslistinner {
	width:99%;
	overflow:hidden;
	float:right;
}
.newslist .newslistinner span {
	display:inline-block;
	font-weight:bold;
	padding:0px 0px;
}
.inblock {
	display:inline-block
}
.new_listing {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	border-bottom:1px dotted #9a9a9a;
	margin-bottom:7px;
	padding:5px 0px 10px 0px;
}
.new_listing .head {
	padding:7px 0px;
	margin:0px;
}
.new_listing .head a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
.new_listing .head a:hover {
	text-decoration:underline;
}
.new_listing p {
	font-size:12px;
	color:#838383;
	text-decoration:none;
	margin:0px;
	padding:3px 0px;
	line-height:18px;
}
.new_listing .listitems {
	font-size:12px;
	color:#333;
	text-decoration:none;
	padding:2px 0px;
	display:inline-block;
}
.new_listing a {
	color:#693aa4;
	text-decoration:none;
}
.new_listing a:hover {
	color:#333;
	text-decoration:underline;
}
.curve600outer {
	background:url(../images/curve600_middle.gif) repeat-y top left;
	width:537px;
	overflow:hidden;
	margin-bottom:6px;
}
.curve600outer .curvetop {
	background:url(../images/curve600_top.gif) no-repeat top left;
	width:537px;
	overflow:hidden;
}
.curve600outer .curvebottom {
	background:url(../images/curve600_bottom.gif) no-repeat bottom left;
	width:521px;
	padding:6px 8px 6px 8px;
	overflow:hidden;
}
.curve300outer {
	background:url(../images/curve300_middle.gif) repeat-y top left;
	width:297px;
	overflow:hidden;
	margin-bottom:6px;
}
.curve300outer .curvetop {
	background:url(../images/curve300_top.gif) no-repeat top left;
	width:297px;
	overflow:hidden;
}
.curve300outer .curvebottom {
	background:url(../images/curve300_bottom.gif) no-repeat bottom left;
	width:297px;
	overflow:hidden;
	line-height:18px;
}
.dashedborder {
	width:auto;
	border-bottom:1px dashed #999999;
	margin:5px 0px;
}
.imgwid60
{
width:60px;
height:60px;
}
.divwid60
{
width:60px;
overflow:hidden;
}
.searchusersouter
{
padding:7px;
width:283px;
overflow:hidden;
border-bottom:1px solid #dddad9;
}
.videoleft
{
width:490px;
overflow:hidden;
float:left;
margin-right:10px;
}
.mbooktvbrder
{
border-bottom:1px dashed #9f9f9f;
padding:20px 0px;
width:312px;
overflow:hidden;
}
.f18
{
font-size:18px;
}
.f16
{
font-size:16px;
}
.mbooktvlisting
{
width:312px;
overflow:hidden;
margin-top:5px;
}
.mbooktvlisting ul
{
padding:0px;
margin:0px;
}
.mbooktvlisting ul li
{
background:url(../images/li_vletsquare.gif) no-repeat top left;
padding-left:10px;
line-height:20px;
}
.btmbordergrey
{
border-bottom:1px solid #dddad9;
padding:1px 0px; 
}
.greytext
{
color:#7e7e7e;
}
.lineheight19
{
line-height:19px;
}
.curvefscreenouter {
	width:980px;
	overflow:hidden;
	margin:10px 0px;
	background:url(../images/curvefscreen_middle.gif) repeat-y top left;
}
.curvefscreenouter .curvefscreen_top {
	background:url(../images/curvefscreen_top.gif) no-repeat top left;
	padding-top:0px;
	overflow:hidden;
}
.curvefscreenouter .curvefscreen_bottom {
	padding:10px;
	background:url(../images/curvefscreen_bottom.gif) no-repeat bottom left;
	overflow:hidden;
}

