/*------------------------------------------------------------------------
# Copyright (C) 2006-2008 Switch! All Rights Reserved.
# Website:  http://www.switch.sc
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
        height: 100%;
        width: 100%;
        color: #e5e5e5;
	background: #d2d2d2;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.6;
}

body#bd {
}

body#ep {
	background: #FFFFFF;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 13px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #017bdd;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #017bdd;
	text-decoration: underline;
}

/* Title text */
h1, h2, h3 {
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
	color: #002071;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	text-decoration: none;
}
.contentheading, .componentheading {
	white-space: nowrap;
	width:160px;
	margin-right:6px;
	padding: 12px 8px 4px 8px ;
}
.contentheading a:hover {
	text-decoration: none;
}

#ctsdiv {
	background:#fff9d7;
	padding: 5px;
	height:30px;
	text-align:center;
	border:3px solid #fff9d7;
}

#ctsdiv:hover {
	background:#fff9d7;
	padding: 5px;
	height:30px;
	text-align:center;
	border:3px solid #992246;
}

#ctsdiv a:hover {
	text-decoration: none;
}

/* Small text */
.small, .smalldark, .smallgrey, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon, #ja-pathway {
	font-size: 0.85em;
	line-height: 1.4em;
}

/* Heading */
h1 {
	font-size: 1.7em;
	letter-spacing: 1px;
	font-weight: bold;
}

h2 {
	font-size: 1.45em;
	letter-spacing: 0.02em;
}

h3 {
	font-size: 1.25em;
	letter-spacing: 0.02em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

h5 {
	font-size: 1.2em;
	color: #022b76;
}

h6 {
	font-size: 1em;
	color: #2249a7;
} 
.h6class {
	font-size: 1.1em;
	font-weight: bold;
	color: #2249a7;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
    margin: 7px 0;
    height: 1px;
    border: none;
    background: #CCCCCC;
    color: #CCCCCC; /* line color in IE */
}

* html hr {margin: 0; /* for IE6 */}
*+html hr {margin: 0; /* for IE7 */}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #0B71F4;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/quote.gif) 20px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #0B71F4;
	font: 50px/40px Georgia, Times, serif;
}


/* Tips, Error, Message, Hightlight*/
.error {
	color: #ff0000;
	padding-left: 25px;
	background: url(../images/error.png) no-repeat top left;
}

.message {
	color: #0B71F4;
	padding-left: 25px;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	color: #0B71F4;
	padding-left: 25px;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	background: #0B71F4;
	color: #121212;
	padding: 0 5px;
	font-weight: bold;
}

.linedash {
	clear: both;
	display: block;
        border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	padding: 3px 4px;
}

.bgyel { background-color: #faeb74; }

.blocknumber {
	position: relative;
	clear: both;
	padding: 5px 15px 10px; 
}

.bignumber {
	float: left;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
	color: #0B71F4;
	display: block;
	margin-right: 8px;
	margin-bottom: 5px;
	padding: 0 2px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

input {
	font: 15px/normal Tahoma, Arial, sans-serif;
}

select {
	font: 13px/normal Tahoma, Arial, sans-serif;
}

select, .inputbox {
	padding: 1px;
}

textarea {
	padding-left: 2px;
}

.button, .button:hover {
	border: 1px solid #CCCCCC;
	padding: 1px 10px!important;
	padding: 1px 5px;
	background: #FFFFFF;
	color: #2F2F2F;
}

.button:active, .button:focus {
	background: #0B71F4;
	border: 1px solid #222222;
}

.ddbutton {
	border-style:none;
	height:27px;
        width:26px;
        background:url(../images/dropdownarr.png) no-repeat top right #FFE100;
	color: #000000;
}

.inputbox {
	border-style:none;
        height:19px;
        width:231px;
        padding: 4px 4px;
        background:url(../images/inputbox.png) no-repeat top right #FFE100;
	color: #000000;
}
.selectboxss {
	font: 13px/normal Tahoma, Arial, sans-serif;
        height:22px;
        margin: 1px 0;
        padding: 1px 1px;
        background:#FFFFFF;
        border: 1px solid #888888;
	color: #888888;
}
.inputboxss {
	font: 14px/normal Tahoma, Arial, sans-serif;
        border-style:none;
        height:19px;
        padding: 2px 2px;
        background:#FFFFFF;
        border: 1px solid #888888;
	color: #888888;
}
.inputboxss:hover .inputboxss:active, .inputboxss:focus {
        color: #3d0015;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	color: #000000;
	font-size: 1.4em;
	line-height: normal;
}

div.moduletable {
	padding: 3px;
	clear: both;
	height: 74px;
	background: #fff9d7;
}

div.moduletable a {
	color: #3d0015;
}

.ypnh{
	cursor: hand;
	cursor: pointer;
	clear: both;
        border-top: 1px dashed #CCCCCC;
}

.ypnh h5 {
	padding: 4px;
}

.ypnh h5:hover{
	color: #0B71F4;
}

.ypnc{
	clear: both;
	padding: 4px 4px;
	border-top: 1px dashed #CCCCCC;
}

.openypn{
color: #000000;
}

.closedypn{
color: #000000;
}

/* JOOMLA STYLE
--------------------------------------------------------- */

#ja-leftcol .article_separator, #ja-rightcol .article_separator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 2em;
	line-height: normal;
	font-weight: bold;
	background: url(../images/seperator.gif) repeat-x bottom;
}

.contentdescription {
	padding-bottom: 30px;
}

.contentheading {
}

.tabheading {
	font-size: 1.8em;
	color: #f37800;
}

a.contentpagetitle {
	text-decoration: none!important;
	color: #000000;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 2px 0 15px 18px;
	line-height: 10px;
	font-weight: bold;
	background: url(../images/bullet-date.gif) no-repeat top left;
}

.modifydate {
	color: #7E7E7E;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 3px 5px;
	border: 1px solid #222222;
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

.small {
}

.smalldark {
	text-align: left;
	color: #181818;
}

.smallgrey {
	text-align: left;
	color: #aaaaaa;
}

.caption {
	color: #508e5a;
	font: italic 80% Georgia, Times, serif;
}

.txtdark {
	color: #181818;
}

.txtblack {
	color: #181818;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 998px;
	margin: 0 auto;
	background: #FFFFFF;
}

#ja-headerwrap,
#ja-mainnavwrap,
#ja-topslwrap,
#ja-crumbwrap,
#ja-adswrap,
#ja-bflstwrap,
#ja-botslwrap,
#ja-containerwrap,
#ja-footerwrap {
	width: 100%;
	clear: both;
}

#ja-header,
#ja-topsl,
#ja-crumb,
#ja-ads,
#ja-botsl,
#ja-bflst,
#ja-container,
#ja-container-fl,
#ja-container-fr,
#ja-container-f,
#ja-footer {
	margin: 0 auto;
	width: 998px;
	text-align: left;
}


#ja-containerwrap{
	background: url(../images/bgds.png) repeat-x top left;
	color: #111111;
	padding: 10px 0;
}

#ja-container, #ja-container-fr {
	background: url(../images/blank.gif) repeat-y 22% 0;
}

#ja-container-f {
	background: none;
}



#ja-container-fl {
	background: url(../images/v-seperator.gif) repeat-y 77.5% 0;
}

#ja-container-fl #ja-content {
	background: none;
	padding-left: 0;
}

#ja-container-f #ja-content {
	background: none;
	padding: 0;
}

#ja-contentwrap {
}

#ja-content {
	padding: 6px;
    clear: both;
	display: block;
	margin: 14px 0 0 14px;
	border: 1px solid #CCCCCC;
	overflow:visible;
}


/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
}

#ja-header {
	background: url(../images/header.jpg) no-repeat top left;
	clear: both;
	line-height: normal;
	position: relative;
}

#ja-header-title {
	background: url(../images/header-title.jpg) no-repeat top left;
	float: left;
	padding: 10px;
	/*padding: 20px;*/
	width: 468px;
	height: 170px;
	position: relative;
}

#ja-header-img {
	float: left;
	width: 510px;
	height: 190px;
	line-height: normal;
	position: relative;
}

#ja-topmenu {
	background: url(../images/topmenu.png) no-repeat top left;
        clear:both;
        height:22px;
        padding: 0 20px;
        font-size: 10px;
        line-height: normal;
}

#ja-header h1 {
	font-size: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
}

#ja-header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#ja-header h1 img {
	float: left;
}

#logodiv {
	font-size: 300%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 78px;
}

#ja-searchwrap {
	padding: 0;
	margin-bottom:8px;
}

#ja-usertoolswrap {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	padding: 0;
}

#ja-usertools {
	padding: 0;
	float: right;
	display: block;
	font-size: 11px;
	line-height: 32px;
	height: 32px;
	width:630px;
}

#ja-usertools span {
	float: right;
	display: block;
	text-align: right;
}

#ja-usertools img {
	padding: 10px 2px;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	float: right;
	display: block;
	margin: 12px 3px 5px 5px;
	width: 200px;
}

#ja-search div {
	background: url(../images/default/icon-search.gif) no-repeat center left;
}

#ja-search .inputbox {
	border: none!important;
	width: 150px;
	color: #888888;
	background: none!important;
	padding-left: 5px;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}

/* MAIN NAVIGATION                                    
--------------------------------------------------------- */
#ja-mainnavwrap {
	clear: both;
        border-bottom: 4px solid #072781;
}

#ja-mainnav {
	padding: 0 8px;
}

#ja-mainnavwrap a,
#ja-mainnavwrap a:hover,
#ja-mainnavwrap a:active,
#ja-mainnavwrap a:focus {
	outline: none;
}

#ja-crumbwrap {

}

#ja-crumb {
        padding: 6px 8px;
}

#ja-ads {
        padding: 16px 0;
}

#ja-paging {
	width: 98.6%;
        float: left;
        background: #E8E8E8;
        padding: 4px 6px;
        margin-top: 3px;
        color: #000000;
}

#ja-sitemap ul {
	list-style: disc;
}

#ja-sitemap ul ul {
	list-style: circle;
}
#menuSystem	 { visibility: hidden; width: 172px;
        margin-left:12px;
        margin-top:18px;
        padding: 12px 0;
        background: #e1eff8; }
#menuSystem table { border: 0pt; border-collapse: collapse }
#menuSystem table td { padding: 0; border-collapse: collapse }

#mainTable table { font-family: "Lucida Grande", Arial, sans-serif; border-width: 0; border-collapse: collapse; }
#mainTable th { height:18px; text-align:left; }
#mainTable table td { height:18px; text-align:left; border-collapse: collapse; }

#mainTable a, #mainTable a:link, #mainTable a:visited { display:block;color: #012345;padding:3px 3px 3px 20px;text-decoration: none;font-weight: bold; }

#mainTable a:hover  { text-decoration: none;color:#FFFFFF;padding:3px 3px 3px 20px; background: #3470cc; }


.bevArrowPLUS { background: url(../images/bevArrowPLUS.gif) no-repeat top left; }
.bevArrowNONE {	text-decoration: none!important; }
.bevArrowNONE2 {
        background: url(../images/mmnubgs.png) no-repeat top left;
	text-decoration: none!important;
}
.bevArrowMINUS {
	text-decoration: none!important;
        background: url(../images/bevArrowMINUS.gif) no-repeat top left; }
.bevArrowMINUS2 {
	text-decoration: none!important;
        background: url(../images/mmnubgsub.png) no-repeat top left;
}
.submactive  {
        background: url(../images/mmnubgs.png) no-repeat top left;
        color: #FFFFFF;
        text-decoration: none!important;
}
.submitm {
        color: #FFFFFF; }

/* SPOTLIGHT
--------------------------------------------------------- */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	float: left;
	overflow: hidden;
}

.ja-box-left div.moduletable {
	padding-right: 3px;
	background: url(../images/brands.png) no-repeat top left #fff9d7;
}

.ja-box-right div.moduletable {
	padding-left: 5px;
}

.ja-box-center div.moduletable {
} 

.cnttbl td {
	padding: 5px 0;
}

.ja-dtls {
	clear:both;
        padding:4px;
        line-height: 18px;
}

.dylyop {
	margin-left:1px;
	margin-top: 0;
	float:left;
	width: 13px;
}

#ja-topslwrap {
	clear: both;
	background: #FFE100;
	color: #222222;
}

#ja-topsl {
}

#ja-eptop {
	clear:both;
        background: url(../images/epbg.png) repeat-x bottom left #FFE100;
        padding:10px;
        height: 38px;
}

#ja-topmenu a {
	text-decoration: none;
	color: #ffffff;
}

#ja-topmenu a:hover, a:active {
	text-decoration: underline;
	color: #ffffff;
} 
#ja-topmenu a:focus {
        text-decoration: none;
        background: #FFFFFF;
}
#ja-topsl h3 {
	padding: 0;
	margin: 0 0 5px;
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #222222;
}

#ja-topsl div.moduletable {
	margin: 0;
}

#ja-bflstwrap {
	background: #CCCCCC;
	color: #2F2F2F;
}

#ja-bflst {
	padding: 6px 0;
}

#ja-botslwrap {
	color: #2F2F2F;
}

#ja-botsl {
	padding: 6px 0;
}



/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	padding: 2px;
	display: block;
	float: left;
	clear: left;
	color: #7E7E7E;
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway a:hover, #ja-pathway a:active {
	text-decoration: none;
}


/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody {
}

#ja-mainbody a {
	color: #0077db;
}

#ja-mainbody {
	float: left;
}

#ja-mainbody #ja-contentwrap {
	float: right;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-fr {
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 80%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}
#ja-cntbody {
	float:left;
}
.imgborder {
	margin: 4px;
	padding: 1px;
	border: solid thick #eaeaea;
}
#ja-cntbody ul {
	margin-left: 20px;
        list-style:disc;
}
#catsdiv {
  	visibility:hidden;
  	background:#FFFFFF;
        z-index:20;
        position:absolute;
        width:400px;
        margin-left: -468px;
        left:50%;
        border: 1px solid #BBBBBB;
}

#islsdiv {
  	visibility:hidden;
  	background:#FFFFFF;
        z-index:20;
        position:absolute;
        width:250px;
        margin-left: -186px;
        left:50%;
        border: 1px solid #BBBBBB;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 21%;
	margin-top: 14px;
}

#ja-leftcol table,
#ja-rightcol table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
}

#ja-rightcol div.moduletable h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

#ja-rightcol div.moduletable {
	padding: 10px 10px;
	margin: 3px 0 3px;
	background: #FFFFFF;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
}

#ja-footer {   	 
        background: url(../images/bgds.png) repeat-x top left #FFFFFF;
        border-top: 4px solid #072781;
        color: #888888;
	font-size: 90%;
	line-height:1.8em;
	height:150px;
}

#ja-footer a {
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	text-decoration: underline;
}

#ja-bottomline {
	position: absolute;
	top: 5px;
	left: 0;
}

#ja-cert {
	position: absolute;
	top: 12px;
	right: 0;
}

#ja-cert a {
	padding-left: 5px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}
#form-login p {
	margin:0px;
}
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}

.tabs-container-bg {
    background: url(../images/tab-bg.png) no-repeat bottom left;
}
.ep-tab {
    padding:12px;
    color:#666666;
    clear:both;
    background: #fff9e9;
    border: 1px solid #E5E5E5;
    font-size: 95%;
}

a.info {
    position:relative; /*this is the key*/
    z-index:24;
    color: #808080;
    text-decoration: none;}

a.info:hover {
    z-index:25;
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    z-index:999;
    width:210px;
    font-size: 12px;
    font-weight: normal;
    top:14px; left:54px;
    background:#ffffcc;
    text-decoration: none;
    padding:4px;
    margin-bottom:-20px;
    color:#555;
    text-align: left;}
    
.infoemail { color: #0B71F4; }

.faqc{
cursor: hand;
cursor: pointer;

margin: 10px 0;
padding:2px;
background-color:#eef4f8;
}
.faqi{
margin-left: 18px;
color: #121212;
}

.openfaq{
color: #203755;
font-weight: bold;
}

.closedfaq{
color: #203755;
font-weight: normal;
}

/* FRONTPAGE STYLE
--------------------------------------------------------- */

#cntTable{
	width:750px;
	/*width:970px;*/
	padding:40px 15px 10px 15px;
	color:#444444;
}
#content{
	width:970px;
	height:360px;
	padding:10px 10px 0px 15px;
	}
	
#pscroller1{
width: 196px;
height: 84px;
margin: 40px 0 0 0;
color : #fff; 
font-size: 13px; 
font-family: "Trebuchet MS", arial, verdana, Helvetica, sans-serif;
background-color: transparent;
}
#pscroller1 a {	color : #2c6192; text-decoration:none; }
#pscroller1 a:visited {	color : #2c6192; text-decoration:none; }
#pscroller1 a:active {	color : #2c6192; text-decoration:none; }
#pscroller1 a:hover { color : #940000; text-decoration: underline; }
.someclass{ }

.c_img1, .c_img2, .c_img3, .c_img4{
	float:left;
	width:239px;
	height:170px;
}
.c_img2{
	margin-left:5px;
}
.c_img3{
	margin-top:5px
}
.c_img4{
	margin-left:5px;
	margin-top:5px;
}
.c_img5{
	float:right;
	width:239px;
	height:170px;
	margin-top:5px;
}
.news_rss{
	float:right; 
	padding: 8px 10px 10px 0px;
}

.tableheader { color: #012345; font-size: 13px; padding: 3px; font-weight: bold; line-height: 20px; text-decoration: none; background-color: #e1eaf4; }
.tableheadbg { background-color: #ffffff; }
.tablerow { padding-top: 3px; }
.tbrowcol { background-color: #ffffff; }
.tbcell { padding: 3px; background-color: #ffffff; border-bottom: 1px solid #cccccc; }
.bgyel { background-color: #faeb74; }           

#month_view_calender .swcalnum {
  font-size: 1.4em;
  font-weight: bold;
color: #555555;
}

#month_view_calender a {
  color: #555555;
}

.my-calander-area{
	width:604px;
	float:right;
	}
.calander-outer{
	width:604px;
	float:left;
	}
.my-calander-top{
	width:604px;
	height:65px;
	padding:0;
	margin:0;
	}
.my-calander-middle{
	background-image:url(../images/my-calander-middle.gif);
	background-repeat:repeat-y;
	width:604px;
	border:0px #FF0000 solid;
/*	vertical-align:middle;
	z-index:1;
	position:static;*/
	}
.my-calander-bottom{
	background-image:url(../images/my-calander-bottom.gif);
	width:603px;
	height:10px;
	background-repeat:no-repeat;
	}
.calander-day{
	border-bottom:#e3e3e3 1px solid;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#194a7e;
	padding:7px 0px 7px 0px;
	text-align:center;
	}
.my-calander-name{
	font-family:Arial;
	font-size:11px;
	color:#2f2f2f;
	height:auto;
	margin:0px;
	padding:0px;

	}
.my-calander-name a{
	font-family:Arial;
	font-size:11px;
	color:#2f2f2f;
	text-decoration:none;
	}
.my-calander-name a:hover{
	font-family:Arial;
	font-size:11px;
	color:#2f2f2f;
	text-decoration:underline;
	}

.my-calander-name-active{
	font-family:Arial;
	font-size:11px;
	color:#d60a0a;
	}

.pd-top{
	padding:2px  0px 0px 0px;
	font-family:Arial;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	}

