/*========================================================*/
/*       Cascading Style Sheet for BelmopancityOnline.com */
/*         created by Mervin Budram of TAS Belize         */
/*                                                        */
/*         http://www.tas-portfolio.blogspot.com          */
/*                 tasbze@gmail.com                       */
/*========================================================*/


/*========================================================*/
/*  Main Menu                                             */
/*========================================================*/
.maintable {
	background: #FFFFFF;
	width: 900px;
	height: 100%;
}
.Innertable {
	width: 100%;
	height: 100%;
}
.contenttable {
	width: 100%;
	height: 100%;
}
.footertable {
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	width: 100%;
}
.footerbackground {
	background: #dedede url(footer_bg.gif) repeat-x left;
	height: 30px;
	border-top: 2px solid #9c9b9b;
	width: 100%;
}

.headertable {
	height: 0px;
}

.leftside {
	background: #79ade2 url(left_bacground.gif) repeat-y right top;
	width: 34px;
}
.rightside {
	background: #79ade2 url(right-bacground.gif) repeat-y left top;
	width: 35px;
}

/* Default link syle */
a:link {
	color: #3e5c7a;
	text-decoration: none;
	font: normal 12px verdana;
}
a:visited {
	color: #3e5c7a;
	text-decoration: none;
	font: normal 12px verdava;
}
a:hover {
	color: #3e5c7a;
	text-decoration: underline;
	font: normal 12px verdana;
}
a:active {
	color: #3e5c7a;
	text-decoration: none;
	font: normal 12px verdana;
}

/* Left Pane */
.leftpane {
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
}

/* Content Pane */
.contentpane {
	text-align: left;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}

.HeaderPane {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
/* Right Pane */
.rightpane {
	text-align: left;
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
}

/* Bottom Pane */
.bottompane {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
/* Bottom Pane */
.Footerpane {
	text-align: left;
	vertical-align: top;
	width: 100%;
}

/* Footer text style */
.Footer {
	color:#333333;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font: normal 9px verdana;
}

/* Footer link syle */
A.Footer:link {
	text-decoration: none;
	color:333333;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
A.Footer:visited  {
	text-decoration: none;
	color:#333333;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
A.Footer:active   {
	text-decoration: none;
	color:333333;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
A.Footer:hover    {
	text-decoration: underline;
	color:333333;
	font-weight: normal;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
/* Command button admin text syle */
.CommandButton {
	font-family: Arial, Helvetica;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #000000;
}

/* Command button admin link syle */
A.CommandButton:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}

/* GENERAL */
/* style for generic container titles */
.Head   {
    font-family: verdana;
    font-size:  14px;
    font-weight: bold;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 9pt;
    color:#666666;
    font-family: Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#666666;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#666666;
}

/* Normal bold text syle */
.NormalBold  {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: middle;
}

/* Normal text syle */
.Normal  {
	color: #333333;
	font: 12px verdana;
}

/* Subhead text syle */
.SubHead {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

/* Gray Subhead text syle */
.SubHeadgray {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	color: #555555;
}


body {
	color: #333333;
	font: 12px verdana;
	background: #79ade2;
}

.title {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* Gray text syle */
.Gray {
	color: #A4A4A4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	font: normal 12px verdana;
}
ul {
	list-style-image: url(arrow2.gif);
	list-style-position: outside;
}
/*  Footer Links                                          */
/*========================================================*/
.dnnlinks {	font: bold 9px verdana;	color: 333333;}
A.dnnlinks:link {font: bold 9px verdana; color: 333333; text-decoration : underline;}
A.dnnlinks:visited  {font: bold 9px verdana; color: 333333; text-decoration : underline;}
A.dnnlinks:active {font: bold 9px verdana; color: 333333;	text-decoration : underline;}
A.dnnlinks:hover {font: bold 9px verdana; color: 333333;	text-decoration : none;}
