BODY {
	/*margin: 0px 0px 0px 0px;*/
	color : #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.toolbar {
	color: #415fa5;
	text-decoration: none;
}
a.toolbar:hover {
	color : #415fa5;
	text-decoration : underline;
}
a.toolbar:active {
	color : #415fa5;
	text-decoration : none;
}
a {
	color : #000000;
	font-weight: normal;
	text-decoration : none;
}
a:hover {
	color : #000000;
	font-weight: normal;
	text-decoration : underline;
}
a:active {
	color : #000000;
	text-decoration : none;
}
.pagenav {
	font-size : 11px;
	text-decoration : none;
}
a.pagenav {
	color : #808080;
	font-size : 11px;
	text-decoration : none;
}
a.pagenav:hover {
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
}
a.pagenav:active {
	color : #333333;
	font-size : 11px;
	text-decoration : none;
}
.sectionname {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
}
.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	background: url(../image/button_bg.gif) repeat-x;
	font-size : 11px;
	padding: 4px;
}
.inputbox3 {
	color: #000000;
	background: #FFFFCC;
	font-family: Verdana, Helvetica, sans-serif;
	z-index: -3;
	font-size: 10px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}
.inputbox2 {
	color: #000000;
	background: #E9EFF5;
	font-family: Verdana, Helvetica, sans-serif;
	z-index: -3;
	font-size: 10px;
	text-align:center;
	font-weight:bold;
	border:1px solid #000000;
}
.inputbox {
	color: #000000;
	background: #E9EFF5;
	font-family: Verdana, Helvetica, sans-serif;
	z-index: -3;
	font-size: 12px;
	border:1px solid #000000;
}
.inputbox:disabled
{
	COLOR: gray;
	BACKGROUND-COLOR: #EEEEE3 ;
	font-family: Verdana, Helvetica, sans-serif;
	z-index: -3;
	font-size: 12px;
	border:1px solid #000000;
}
.text_area {
        border : 1px solid #999;
        color: blue;
        background: #E9EFF5;
        font-family: Verdana, Helvetica, sans-serif;
        z-index: -3;
        font-size: 12px
}
INPUT, TEXTAREA, SELECT {
	color : #000000;
	z-index : -3;
	font-size: 12px;
}
.small {
	color : #FF9900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
}
.smallgrey {
	color : #999;
	font-size : 10px;
}
.error {
	color : #C40000;
	font-size : 15px;
	font-weight : bold;
}
.contentheading, .componentheading, .moduleheading {
	font-size: 14px;
	font-weight: bold;
}
table.menubar {
	width: 100%;
}
td {
	font-size: 12px;
}
/* header block */
table.adminheading {
	background-color: #FFF;
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	color: #FC6602;
	font-size : 18px;
	font-weight: bold;
	text-align: left;
}
table.adminheading th {
	height: 50px;
	padding-left: 50px;
	background: url(../../../images/asterisk.png) no-repeat left;
}
table.adminheading th.songreq {
	background: url(../image/icon/48_songsms.gif) no-repeat left;
}
table.adminheading th.cpanel {
	background: url(../image/cpanel.gif) no-repeat left;
}
table.adminheading th.allsms {
	background: url(../image/icon/48_allsms.gif) no-repeat left;
}
table.adminheading th.vote {
	background: url(../image/icon/48_vote.gif) no-repeat left;
}
table.adminheading th.event {
	background: url(../image/icon/48_spevent.gif) no-repeat left;
}
table.adminheading th.birthday {
	background: url(../image/icon/48_birth.gif) no-repeat left;
}
table.adminheading th.member {
	background: url(../image/icon/48_member.gif) no-repeat left;
}
table.adminheading th.changepass {
	background: url(../image/icon/48_login.gif) no-repeat left;
}

table.adminheading td {
	color : #000;
}
/* standard list style table */
.fullsolidheader
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	/*border: solid 1px #cccccc;*/
}
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;	
	line-height: 200%;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../images/login/background.gif);
	background-repeat: repeat;
	font-size: 12px;
	color: #ffffff;
	line-height: 200%;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a {
	color: #ff9900;
}

table.adminlist tr.row0 {
	background-color: #F5F5F5;
	border: 1px solid #FFF;
}
table.adminlist tr.row1 {
	background-color: #FFF;
}
table.adminlist td {
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
	line-height: 200%;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 12px;
}

select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}
/* standard form style table */
table.adminform {
	background-color: #ffffff;
	border: solid 1px #d5d5d5;
	padding: 10px;
	width: 100%;
	border-collapse: collapse;
}

table.border {
	background-color: #ffffff;
	border: solid 1px #787878;
	border-collapse: collapse;
}

table.border2 {
	background-color: #ffffff;
	border: solid 1px #787878;
	border-collapse: collapse;
}

table.border2 td {
	border-bottom: 1px solid #e6e6e6;
	padding: 4px;
	color: black;
	font-family: MS Sans serif;
	font-size:12px;
}
table.border2 tr.row0 {
	background-color: #FFF;
}
table.border2 tr.row1 {
	background-color: #F7F7F7;
}

table.adminform tr.row0 {
	background-color: #f5f5f5;
}
table.adminform tr.row1 {
	background-color: #eeeeee;
}
table.adminform th {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	color: #ffffff;
	background: url(../images/login/background.gif);
	background-repeat: repeat;
}
table.adminform td {
	padding: 3px;
	text-align: left;
}
table.adminform td.editor {
	font-size: 9px;
}

table.adminform2 {
	background-color: #ffffff;
	border: solid 1px #787878;
	padding: 10px;
	border-collapse: collapse;
}
table.adminform2 tr.row0 {
	background-color: #f5f5f5;
}
table.adminform2 tr.row1 {
	background-color: #eeeeee;
}
table.adminform2 th {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	color: #ffffff;
	background: url(../images/login/background.gif);
	background-repeat: repeat;
}
table.adminform2 td {
	padding: 3px;
}
table.adminform2 td.editor {
	font-size: 9px;
}

table.cpanel td {
	text-align: center;
}

form {
	margin: 0px 0px 0px 0px;
}
/* Styles for dhtml tabbed-pages */
.ontab {
	font-size: 12px;
	background-color: #ffae00;
	border: 1px solid #cccccc;
	width: 14%;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	font-size: 12px;
	background-color : #e5e5e5;
	border: 1px solid #cccccc;
	width: 14%;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}
.tabheading {
	background-color: #FFAE00;
	color: #FFF;
	font-size: 10px;
	text-align: left;
}
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}
.menubackgr {
	background: #000000;
	border-bottom: 1px solid #FFC401;
}
.menubg {
	background: #787878;
	border-bottom: 1px solid #FFC401;
}
.menudottedline {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;
	background-color: #F1F3F5;
}
.pathway {
	border: 1px inset;
	background-color: #FFF;
	padding: 2px;
	width: 95%;
	margin: 3px;
}
.adminheader {
	color : #FF9900;
	font-size : 24px;
}
/* Text passed with mosmsg url parameter */
.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #FF9900;
	text-align: center;
}
.main {
	border: 0x solid #d5d5d5;
	width: 98%;
}
.quote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}

.fontwhite
{
	color:white;
	font-weight: bold;
}

.fontchoose
{
	color:#FF7700;
	font-weight: bold;
}

.text_white_bold13
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

.text_black
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.text_msg
{
	color: black;
	font-family: Tahoma;
	font-size:13px;
}

.button2 {
	border : solid 1px #787878;
	background: #E1E1E1;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 1px;
}
.text_foot
{
	color: white;
	FONT-FAMILY: Tahoma;
	font-size:11px;
	font-weight:bold;
}
.text_gray
{
	color: #50504E;
	font-family: Tahoma, 'MS Sans Serif';
	font-size:12px;
}
.submitbtn
{
    FONT-SIZE: 12px;
	FONT-WEIGHT:bold;
    CURSOR: pointer;
    COLOR: black;
    FONT-FAMILY: 'MS Sans Serif';
    BACKGROUND-COLOR: #EEEEE3 ;
}
.submitbtn:disabled
{
    FONT-SIZE: 12px;
	FONT-WEIGHT:bold;
    CURSOR: pointer;
    COLOR: gray;
    FONT-FAMILY: 'MS Sans Serif';
    BACKGROUND-COLOR: #EEEEE3 ;
}
.text_black_head
{
	color: black;
	FONT-FAMILY:  MS Sans Serif;
	font-size:11px;
	font-weight:bold;
}
.solidleft
{
	border-left: solid 1px black;

}
.solidlefttop
{
	border-left: solid 1px black;
	border-top: solid 1px black;
}
.solidtopbottom
{
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}
.solidlefttopbottom
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}
.smallTextbox
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:40;
	border: solid 1 px black;
}
.midTextbox
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:80;
	border: solid 1 px black;
}
.longTextbox
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:180;
	border: solid 1 px black;
}
.vlongTextbox
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:280;
	border: solid 1 px black;
}
.fullsolid
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: solid 1px #8a8a8a;
}
.halfsolid
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-right: solid 1px black;
}
.news
{
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bottomdot
{
	border-bottom: dotted 1px black;
	padding-top: 10px;
	padding-bottom: 10px;
}
.textBig
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
}
.textSmall
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
table{
	FONT-FAMILY: Arial,Tohoma,Ms Sans Serif, Microsoft San Serif;
	font-size:12px;	
	/*font-weight:bold;*/
}
.solidfull{
	border: solid 1px #CCCCCC  ;
}
.solidbottom2{
	border-bottom: solid 1px #CCCCCC  ;
}
.solidfullwhite{
	border: solid 1px #FFFFFF  ;
}
.solidfull2{
	border: solid 2px #888888  ;
}
.solidfullgrey{
	border: solid 1px #888888 ;
}
.solidrightgrey{
	border-right: dotted 1px #b6b6b6 ;
}
.solidbottomgrey{
	border-bottom: solid 1px #b6b6b6 ;
}
.solidbottomgrey2{
	border-bottom: dotted 1px #b6b6b6 ;
}
.solidbottomgame{
	border-bottom: solid 2px #ebe1e2 ;
}
.solidnotop{
	border-left: solid 1px #f29991  ;
	border-right: solid 1px #f29991  ;
	border-bottom: solid 1px #f29991  ;
}
.solidnobottomConfig{
	padding: 4px;
	border-top: solid 1px #e5e5e5  ;
	border-left: solid 1px #e5e5e5  ;
	border-right: solid 1px #e5e5e5  ;
}
.solidnotopConfig{
	padding: 4px;
	border-bottom: solid 1px #e5e5e5  ;
	border-left: solid 1px #e5e5e5  ;
	border-right: solid 1px #e5e5e5  ;
}
.textmenu{
	color:#ffffff;
	FONT-FAMILY: Tohoma,Ms Sans Serif, Microsoft San Serif,  Arial;
	font-size:11px;	
	font-weight:bold;
}
.textradio{
	color:#ffffff;
	FONT-FAMILY: Tohoma,Ms Sans Serif, Microsoft San Serif,  Arial;
	font-size:12px;	
}
.textNochart{
	color:#ffffff;
	FONT-FAMILY: Tohoma,Ms Sans Serif, Microsoft San Serif,  Arial;
	font-size:14px;	
	font-weight:bold;
}
.textchart{
	color:#ffffff;
	FONT-FAMILY: Tohoma,Ms Sans Serif, Microsoft San Serif,  Arial;
	border-right: dotted 1px #b6b6b6 ;
	font-size:8px;
}
.textchart2{
	color:#ffffff;
	FONT-FAMILY: Tohoma,Ms Sans Serif, Microsoft San Serif,  Arial;
	font-size:8px;
}
.buttonlogin {
	border : solid 1px #cccccc;
	background: #2c4085;
	color : #ffffff;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}
.textlogin {
	border : solid 1px #cccccc;
	background: #d8f7fb;
	color : #560b0c;
	font-size : 12px;
	height:22px;
}
.txtMenuPanel{
	color:#000000;
	FONT-FAMILY: Arial,Tohoma,Ms Sans Serif, Microsoft San Serif;
	font-size:12px;	
	font-weight:bold;
}
.textDomain{
	color:#000000;
	border:solid 2px #cccccc;
	padding:8px;
	FONT-FAMILY: Tohoma,Ms Sans Serif, Microsoft San Serif,  Arial;
	font-size:15px;	
	font-weight:bold;
}

/*#lightbox
{
    BORDER-RIGHT: #666 2px solid;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    PADDING-BOTTOM: 10px;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: #666 2px solid;
    BACKGROUND-COLOR: #eee
}
#lightboxDetails
{
    FONT-SIZE: 0.8em;
    PADDING-TOP: 0.4em
}
#lightboxCaption
{
    FLOAT: left
}
#keyboardMsg
{
    FLOAT: right
}
#closeButton
{
    RIGHT: 5px;
    TOP: 5px
}
#lightbox IMG
{
    CLEAR: both;
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
#overlay IMG
{
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BORDER-LEFT: medium none;
    BORDER-BOTTOM: medium none
}
#overlay
{
    BACKGROUND-IMAGE: url(image/overlay.png)
}
 HTML #overlay
{
    FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/image/overlay.png", sizingMethod="scale");
    BACKGROUND-IMAGE: url(image/blank.gif);
    BACKGROUND-COLOR: transparent
}*/
.solidbanner{
	border:solid 1px black;
}
.solidbox{
	border:solid 1px #4463a6;
}

.BorderCurve{
	font-family: Tahoma; 
	font-size: 0px;
	margin: 0px;
	color: #FFFFFF;
}
.solidbottom{
	border-bottom:solid 1px #CCCCCC;
}

.textPrintHead
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
}
.textPrintHead2
{
	color: #000000;
	font-family :  Tahoma,MS Sans Serif;	
	font-size:13px;
}
.textAllPrintAdd
{
	color: #000000;
	font-family :  Tahoma,MS Sans Serif;	
	font-size:11px;
}
.textAllPrint
{
	color: #000000;
	font-family :  Tahoma,MS Sans Serif;	
	font-size:13px;
}
.textAllPrint1
{
	color: #000000;
	font-family :  Tahoma,MS Sans Serif;	
	font-size:13px;
	border:solid 1px #000000;
}
.textAllPrint2
{
	color: #000000;
	font-family :  Tahoma,MS Sans Serif;	
	font-size:13px;
	padding: 4px;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
.textAllPrint3
{
	color: #000000;
	font-family :  Tahoma,MS Sans Serif;	
	font-size:13px;
	padding: 4px;
	border-right:solid 1px #000000;
}
.solidPrintFull{
	border:solid 1px #000000;
}
.solidPrintTRB{
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
.solidPrintT{
	border-top:solid 1px #000000;
}
.solidPrintB{
	border-bottom:solid 1px #000000;
}
.solidPrintBB{
	font-size:2px;
	border-bottom:solid 1px #000000;
}
.solidPrintTB{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
.solidPrintRB{
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
.solidPrintLRB{
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
.solidPrintB{
	border-bottom:solid 1px #000000;
}

.textAll
{
	color: #808080;
	font-family :  Tahoma,MS Sans Serif;	
	font-size:13px;
	line-height: 140%;
}
.textAllPay
{
	color: #FFFFFF;
	font-family :  Tahoma,MS Sans Serif;	
	font-size:13px;
	font-weight:bold;
}
.textAll1
{
	color: #FF9900;
	font-family :  Tahoma,MS Sans Serif;	
	font-weight:bold;
	font-size:13px;
}
.textBig
{
	color: #FF6600;
	font-family: Tahoma,MS Sans Serif;
	font-weight:bold;
	font-size:12px;
}
.textBig2
{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
}
.textBig3
{
	color: #FFFFFF;
	font-family: Tahoma,MS Sans Serif;
	font-weight:bold;
	font-size:12px;
	background: #5281D1;
}

.text_table_detail
{
	font-weight:bold;
}

.space_head{
	line-height: 30%;
}

/*------ Class Button -------*/
.btnSave{
	background:url(/image/bt-save.gif);
	height:25px;
	width:66px;
	font-weight:bold;
	cursor:pointer;
	line-height: 200%;
	text-indent: 20px;
}
.btnCancel{
	background:url(/image/bt-cancel.gif);
	height:25px;
	width:66px;
	font-weight:bold;
	cursor:pointer;
	line-height: 200%;
	text-indent: 18px;
}
.btnDefault{
	background:url(/image/pic-bg.gif);
	height:19px;
	width:121px;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 150%;
}
.btnAddMenu{
	background:url(/image/add-menu.gif);
	height:19px;
	width:74px;
	font-weight:bold;
	cursor:pointer;
	line-height: 150%;
	text-indent: 25px;
}
.btnAddSubMenu{
	background:url(/image/add-menu2.gif);
	height:19px;
	width:74px;
	cursor:pointer;
	line-height: 200%;
	text-indent: 12px;
	font-size:6px;
}
.btnArrange{
	background:url(/image/arrange-menu.gif);
	height:19px;
	width:74px;
	font-weight:bold;
	cursor:pointer;
	line-height: 150%;
	text-indent: 25px;
}