/* CSS for News Text START */

.googleimg
{
    background-image: url(eng/images/google_custom_search_watermark.gif);
}

.hoverdiv
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    text-align: left;
}

.hoverdiv:hover
{
    background-color: #DADADA;
}

.headerselected
{
    font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #4F4F4F;
    background-color: #D1D1D1;
    border-left-color: #efefef;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    border-right-color: #efefef;
    text-align: justify;
    border-collapse: collapse;
    border-top-style: double;
    border-right-style: double;
    border-left-style: double;
    border-bottom-style: double;
    text-align: left;
    vertical-align: middle;
    width: 500px;
    cursor: hand;
    height: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: underline;
}

.accordionHeader
{
    font-family: 'Century Gothic';
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #4F4F4F;
    background: #F8F8F8;
    border-left-color: #efefef;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    border-right-color: #efefef;
    text-align: justify;
    border-collapse: collapse;
    border-top-style: double;
    border-right-style: double;
    border-left-style: double;
    border-bottom-style: double;
    vertical-align: middle;
    width: 500px;
    cursor: hand;
    height: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.accordionContent
{
    font-family: 'Century Gothic';
    font-size: 10px;
    font-weight: 200;
    color: #000000;
    text-align: left;
    background-color: #F8F8F8; /*border-color: #808080;     border-right-style: dashed;     border-bottom-style: dashed;     border-left-style: dashed;     border-right-width: thin;     border-bottom-width: thin;     border-left-width: thin;*/
    padding: 5px;
    margin: 5px;
    height: 200px;
    display: table;
}
.pancontainer
{
    position: relative; /*keep this intact*/
    overflow: hidden; /*keep this intact*/
    width: 300px;
    height: 300px;
    border: 1px solid black;
}

img.expando
{
    /*sample CSS for expando images. Not required but recommended*/
    border: none;
    vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}

.arrowlistmenu
{
    width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader
{
    /*CSS class for menu headers in general (expanding or not!)*/
    font: bold 14px Arial;
    color: white;
    background: black url(../eng/images/titlebar.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
}

.arrowlistmenu .openheader
{
    /*CSS class to apply to expandable header when it's expanded*/
    background-image: url(../eng/images/titlebar-active.png);
}

.arrowlistmenu ul
{
    /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
    color: #A70303;
    background: url(../eng/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.arrowlistmenu ul li a:visited
{
    color: #A70303;
}

.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    color: #A70303;
    background-color: #F3F3F3;
}

/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme .ajax__tab_header
{
    background: url(img/msngallery/Copy of tab-line.png) repeat-x bottom;
    font-size: 11px;
    display: block;
}

.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_outer
{
    padding: 1px 1px 0px 1px;
    border-bottom: solid 2px #A8D4D9;
    background-color: #E6E6E6;
    border-style: solid;
    border-width: 1px;
    border-color: #D7DCE1 #D7DCE1 #808080 #D7DCE1;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab
{
    padding: 6px 10px 6px 10px;
    color: #444444;
    width: 16%;
    display: block;
    text-align: center;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab img
{
    height: 24px;
    width: 24px;
    text-align: center;
}
.ajax__tab_msngallery-theme .ajax__tab_header .ajax__tab_tab div
{
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    white-space: nowrap;
    line-height: 145%;
    font-size: 92%;
}
.ajax__tab_msngallery-theme .ajax__tab_active .ajax__tab_outer
{
    border-style: solid;
    border-width: 2px;
    border-color: #808080 #808080 #ffffff #808080;
    padding: 0px 0px 0px 0px;
    background-color: #ffffff;
}
.ajax__tab_msngallery-theme .ajax__tab_body
{
    border-top-width: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #FFFFFF #808080 #808080 #808080;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
    background-color: #ffffff;
}


.newsheading
{
    font-family: Verdana;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
}
.eNewstext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
}
.newstext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}
/* CSS for News Text END */

/* CSS for PAGE Text START */
/*--------------- */
/* for Page Heading */
.heading
{
    font-family: "Century Gothic" , Arial;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

/* for Page Sub Heading in RED color*/
/* Added by Chital Panchal on 11th May,07 */
.subheadingRed
{
    font-family: "Century Gothic" , Arial;
    font-size: 14px;
    color: Red;
    font-weight: bold;
}

/* Sub Heading Style for Inner Sub Heading */
/* Added by Chital Panchal on 11th May,07 */
.subheading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    font-weight: bold;
}
.subheading4chkout
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    font-weight: bold;
    text-align: left;
}
.subheadingSmallRed
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: Red;
    font-weight: bold;
}

/* Whole website Text CSS Class */
.regulartext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    text-align: left;
}
.regulartext2012
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    text-align: left;
}

.regulartextDate
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    text-align: center;
    padding-top: 6px;
}

.regulartext4chkout
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    text-align: center;
}

/* CSS Class for text under Image */
.imagetext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: Gray;
}

/* CSS Class for Submit Buttons */
.text4vote
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
}
.button4vote
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: White;
    text-align: center;
    background-color: transparent;
    font-weight: bold;
}
a:hover.button4vote
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: White;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.button
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #333333;
    text-align: center;
    background-color: #CECECE;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.buttonsearch
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
    text-align: center;
    background-color: #CECECE;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}

/* CSS Class for Validation Text */
.validationtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: red;
    vertical-align: middle;
    direction: ltr;
    text-align: left;
}
/* End here */

.printtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: x-small;
    color: red;
    vertical-align: middle;
    direction: ltr;
    text-align: left;
}

.field
{
    font-family: Verdana;
    font-size: 1em;
    color: #333333;
    font-weight: normal;
    background-color: #FFFFFF;
    border: 1px groove #CCCCCC;
}

/* Table Heading Style for Table's Heading */
/* Added by Chital Panchal on 11th May,07 */
.tableheading-news-search
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: Red;
    width: 100%;
}

.tableheading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: gray;
}

.tableheading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: gray;
}

/* Table Border Style with No Background*/
.tableborder
{
    border-left-color: #efefef;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    border-right-color: #efefef;
    text-align: justify;
    border-collapse: collapse;
    border-top-style: double;
    border-right-style: double;
    border-left-style: double;
    border-bottom-style: double;
}
/* Table Border Style with Background*/
.tableborder1
{
    border-left-color: #efefef;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    border-right-color: #efefef;
    background-color: #fafafa;
    text-align: justify;
    border-collapse: collapse;
    border-top-style: double;
    border-right-style: double;
    border-left-style: double;
    border-bottom-style: double;
    border: 1;
}

/* Mail Heading Style for HTML Mail */
/* Added by Chital Panchal on 16th May,07 */

.mailheading
{
    font-family: "Century Gothic" , Arial;
    font-size: 12px;
    color: Red;
    font-weight: bold;
}
/* Signature Text Style for HTML Mail */
.signaturetext
{
    font-family: "Century Gothic" , Arial;
    font-size: 10px;
    color: #333333;
}

/* Link Text Style
A 
{
    color:#FF0000;	
    font-weight:normal;
    font-size:x-small;
    text-decoration: none;
}

A:Hover
{
	font-size:x-small;
	color:#FF0000;
	text-decoration:underline;    
}*/

/* Use when needed

.download {
	font-family: Verdana;
	font-size: 8pt;
	color: #666666;
	text-align: justify;
	font-weight: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

}*/
.menu
{
    text-transform: capitalize;
    font-family: 'Century Gothic';
}
a:hover.newstext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: normal;
}
.hover
{
    color: #FF0000;
}

/* added by vcan technologies (Rhythm)*/


.shadetabs
{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}

.shadetabs li
{
    display: inline;
    margin: 0;
}

.shadetabs li a
{
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    background-color: #999999;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
}

.shadetabs li a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

.shadetabs li a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
    background-color: #666666;
}

.shadetabs li a.selected
{
    /*selected main tab style */
    position: relative;
    top: 0px;
    text-decoration: underline;
    background-color: #666666;
}

.shadetabs li a.selected:hover
{
    /*selected main tab style */
    text-decoration: underline;
}

a.link1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #FF0000;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}
a.link1:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #FF0000;
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
}
a.link2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #FF0000;
    text-align: left;
    text-decoration: none;
}
a.link2:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 15px;
    color: #FF0000;
    text-align: left;
    text-decoration: underline;
}

/* ending of css by vcan technologies (Rhythm)*/


/* Ajax Calander control CSS - Rachana Shah date:28th Jan 2011 */
.cal_Theme1 .ajax__calendar_container
{
    background-color: #e2e2e2;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_header
{
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title, .cal_Theme1 .ajax__calendar_next, .cal_Theme1 .ajax__calendar_prev
{
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body
{
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
}

.cal_Theme1 .ajax__calendar_dayname
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
}

.cal_Theme1 .ajax__calendar_day
{
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_month, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_year, .cal_Theme1 .ajax__calendar_active
{
    color: #004080;
    font-weight: bold;
    background-color: #ffffff;
}

.cal_Theme1 .ajax__calendar_today
{
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, .cal_Theme1 .ajax__calendar_hover .ajax__calendar_title
{
    color: #bbbbbb;
}
/* Ajax Calander control CSS - Rachana Shah date:28th Jan 2011 */

.NewsLinkFromXML A:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 27px;
    color: White;
    text-decoration: none;
    vertical-align: top;
    padding-left: 8px;
    display: block;
}

.NewsLinkFromXML A:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 27px;
    color: White;
    text-decoration: none;
    vertical-align: top;
    padding-left: 8px;
    display: block;
}
.NewsLinkFromXML A:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 27px;
    color: White;
    text-decoration: underline;
    vertical-align: top;
    padding-left: 8px;
    display: block;
}
.NewsLinkFromXML A:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 27px;
    color: White;
    text-decoration: none;
    vertical-align: top;
    padding-left: 8px;
    display: block;
}

.NewsLinkFromXMLHM A:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    color: White;
    text-decoration: none;
    vertical-align: top;
    padding-left: 8px;
    display: block;
}

.NewsLinkFromXMLHM A:visited
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    color: White;
    text-decoration: none;
    vertical-align: top;
    padding-left: 8px;
    display: block;
}
.NewsLinkFromXMLHM A:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    color: White;
    text-decoration: underline;
    vertical-align: top;
    padding-left: 8px;
    display: block;
}
.NewsLinkFromXMLHM A:active
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 16px;
    color: White;
    text-decoration: none;
    vertical-align: top;
    padding-left: 8px;
    display: block;
}

.wm2012
{
    background-image: url('../eng/images/2012/wm 2012 banner.png');
    height: 600px;
    width: 150px;
}

.modalbackground
{
    filter: alpha(opacity=50);
    opacity: 0.5;
    background-color: #6699FF;
}

.tdright
{
    border-right: Dashed 1px Silver;
    vertical-align:middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    font-weight: bold;
}

.tdrightwb
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    font-weight: bold;
}

.tdbottom
{
    border-bottom: Dashed 1px Silver;
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    font-weight: bold;
}

.tdbottomwb
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    line-height: 15px;
    color: #333333;
    font-weight: bold;
}


