/* mlc find adviser styles: */
fieldset {
	border-bottom:1px solid #E5E5E5;
	padding:6px 12px 12px;
}

.floatleft {
	float:left;
}

.half {
	margin-right:2.2%;
	width:47.8%;
}

.fift {
	margin-right:1%;
	width:25%;
}

.sixt {
	margin-right:1.1%;
	width:15.5%;
}

label.chkb, label.rado {
	font-weight:normal;
	text-align:left;
}

label {
	display:block;
	font-size:1.2em;
	padding:0.2em 0 0.4em;
} 

label.chkb, label.rado {
	font-weight:normal;
	text-align:left;
}

label.chkb input, label.rado input {
	background-color:transparent;
	border:medium none;
	margin-right:3px;
	width:auto;
}

.clr {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
	margin:0;
}

input, textarea, select {
	background-color:#F7F7F7;
	border:1px solid #999999;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.1em;
	font-weight:normal;
	margin-top:2px;
	padding:1px 3px;
	width:98%;
}



form {		
	margin-bottom:2em;
	padding:0;
	position:relative;
}
* The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	
}



/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #CCCCCC;
	margin: 0px;	
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	_padding-top: 5px;
	padding-left: 10px;
        padding-right: 10px;
	height: 200px;
	color:#ffffff;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab H2 {
	background-color: #56769F;
        background-image: url(../images/ball_kids/new/down_arrow.jpg);


}

/* This is the closed panel style, needed for correct display in internet explorer!!!
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 */


.AccordionPanelClosed .AccordionPanelContent {
    //display:none;
    //height:0px;
}


/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #3399FF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
background-image: url(../images/ball_kids/new/down_arrow.jpg);
}

/************************ LAYOUT STYLES *************************/


body {
	font-size: 70%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans;
	text-align: center;
	background:#2d66af none repeat scroll 0% 50%
}

table {
	font-size: 100%;
	color:#ffffff;
}
	
div.mainContainer {
	clear: both;
        background:#ffffff;
	display:block;	
	margin-right: auto;
        margin-left: auto;
        margin-top:0;
        margin-bottom:20px;
	width: 1000px;
        min-height:615px;
        height:615px;
	padding: 0;
	text-align:left;
}

div.topbanner, div.topbanner img, div.topbanner a {
	padding:0px;
	margin:0px;
	float:left;
}

div.topContainer {
        margin-top:10px;
        margin-left:10px;
        display: inline;
        height: 40px;
        width:980px;
	float:left;     
        background: #6b93c7;
}


div.leftContainer { 
     	float:left; 
     	width:200px;     
     	margin-left:10px;
     	margin-top:10px;
        display: inline;
     	background:#6b93c7;
     	height:380px;
        overflow:hidden;
}

div.centreContainerFull {
	float:left;
	margin-left:10px;
        margin-top:10px;
        display: inline;
	width:560px;
	border:0;
	background: #6b93c7;
        height:380px;
        overflow:auto;
        color:#ffffff;
}

div.centrecontainer {
	float:left;
	width:570px;
        height:380px;
}

div.centrePanel {
	float:left;
	margin-left:10px;
        margin-top:10px;
        display: inline;
	width:275px;
	border:0;
	background: #6b93c7;
        height:185px;
        overflow:hidden;
}

div.centrePanelStretch {
	float:left;
	margin-left:10px;
        margin-top:10px;
        display: inline;
	width:530px;
	_width:560px;
	#width:560px;
	border:0;
	background: #6b93c7;
        height:155px;
        _height:185px;
        #height:185px;
        overflow:hidden;
        padding:15px;
        color:#fff;
}

div.centreContent {
	padding:15px;
        height:250px;
        _height:280px;
        #height:280px;
}

div.centreImage {
        height:100px;
}

div.centreImage img {
        //border-top:1px solid #fff;
}

div.rightContainer {
        float:left; 
        width:200px;
        margin-left:10px;
        display: inline;
        margin-top:10px;
        background:#6b93c7;
        height:380px;
        overflow:hidden;
}

div.auto {
        overflow:auto;
}


div.bottomContainer {
	background:#6b93c7;
	height:40px;
	font-size:90%;
        margin-left:10px;
        display: inline;
        margin-top:10px;
        margin-bottom:10px;
	padding:0px;
	width:980px;
	overflow: hidden; 
	position: relative;
	clear:both;
        float:left;
}

div.PanelContent {
	color:#ffffff;
	padding: 10px;
	height: 24px;
	_height: 54px;
	#height: 54px;
}

div.PanelPadding {
	color:#ffffff;
	padding: 10px;
}

div.MoreLink {
	padding: 0 10px 10px 10px;
}

div.clear { clear:both;
}

div.yellow {
	background:#FFF5BF;
}

div.adviser {
	  background: #6B93C7 none repeat scroll 0%;
        overflow:auto;
}

div.adviser h2, div.CentrePanel h2 {
	background-position: right;
	background-color: #56769f;
	padding:7px 15px;
	color:#ffffff;
	font-weight:bold;
	font-size:9pt;
	cursor:hand;
	border-bottom:2px solid #ffffff;
}


div.adviser h1 {
	background: #ffd900;
	padding:15px 10px;
	color:#000000;
	margin:0;
	font-size:120%;
}

div.results {
	padding: 5px;      
        height: 324px;
}

div.details {
	padding: 10px;
	background:#ffffff;
	border-top:1px solid #ffd900;
	border-bottom:1px solid #ffd900;
}

div.mainmenu {
	float:left;
	margin:0;
	padding:0;
}


/***************** HEADERS **********************/
h1 { font-size:150%; font-weight:bold; margin-top:0;
}

h2 { font-size:100%; margin:0px; padding:0px;
}

h3 { font-size:100%; margin: 14px 0 14px 0; clear:both;
}

h4 { font-size:100%; font-weight:bold; clear:both; margin:0px;
}

/************************************ Ticker and Accordion menus ************************************/


h2.accordion_header_down {
	background-image: url(../images/ball_kids/new/down_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #56769f;
	padding:7px 15px;
	color:#ffffff;
	font-weight:bold;
	font-size:9pt;
	cursor:hand;
	border-bottom:2px solid #ffffff;
}


h2.accordion_header {
	background-image: url(../images/ball_kids/new/right_arrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #56769f;
	padding:7px 15px;
	color:#ffffff;
	font-weight:bold;
	font-size:9pt;
	cursor:hand;
	border-bottom:2px solid #ffffff;
}

h2.header {
	background-color: #56769f;
	padding:7px 15px;
	color:#ffffff;
	font-weight:bold;
	font-size:9pt;
	border-bottom:2px solid #ffffff;
}



h2.down {
	background-image: url(../images/ball_kids/new/down_arrow.jpg);
}

h2.yellow {
	background: #ffd900;
	padding:8px 10px;
	color:#000000;
	cursor:hand;
	border-bottom:3px solid #ffffff;
}

div.accordion_content {
	background-color: #c8ddf9;
	overflow: hidden; 
	//height: auto; 
	//display: block;
	padding:10px;
	color:#000000;
}

div.accordion_footer {
	background-image: url(../images/ball_kids/new/acc_bottom.gif);
	background-repeat: repeat-x;
	height:12px;
}

div.accordion_img {
	background-color: #c8ddf9;
	overflow: hidden; 
	height: auto; 
	display: block;
}

div.ticker {
	margin-top:5px;
	font-size:10pt;
	position:relative;
	left:25px;
	top:5px;
	visibility:hidden;
	width:950px;
	color:#ffffff;
}
div.clstsu {
	color:green;
	cursor:pointer;
	margin:0px;
	padding-bottom:2px;
	padding-left:2em;
	padding-right:2em;
}
div.clstsd {
	color:red;
	cursor:pointer;
	margin:0px;
	padding-bottom:2px;
	padding-left:2em;
	padding-right:2em;
}
div.clstimg {
	height:12px;
	width:18px;
}

/***************** MENU LINK STYLES *****************/

div.bottombar {
	text-align:center;
	background-color:#2d66af;
	padding:15px;
        width:1000px;
        color:#ffffff;
        clear:both;
}

span.item { padding: 0 20px 0 0;
}


span.item a, span.item a:visited { color: #ffffff; text-decoration: underline;
}


span.item a:hover, span.item a:active, span.item a:focus {
	color: #b3cd83;
	text-decoration: underline;
}

div.topbar ul li a:hover, div.topbar ul li a:active, div.topbar ul li a:focus {
	color: #191500;
	text-decoration: none;
}


/*********************** FORM STYLES ****************************/

form { margin:0; display:block;
}

fieldset { border:0; margin:0; padding:0;
}

.adviserinput {
	width:160px;
	font-size:8pt;
	padding:2px;
}

.advisersubmit {
	width:80px;
	font-size:8pt;
	margin-top:5px;
}

form p {
	margin:12px 0 12px 0;
}

/****************************** LINKS ******************************/
.bold { /* use only when bold does not emphasis a word, ie, is used for design purposes only */
	font-weight:bold;
}

.nobold { font-weight:normal;
}

p.links { line-height:150%;
}

a:link, a:visited  { color: #ffffff; text-decoration: underline;
}

a:hover, a:active, a:focus, a.lit:link, a.lit:visited { color: #b3cd83; text-decoration: underline;
}

a.invisibleLink:link, a.invisibleLink:visited { color: #000000; text-decoration: none;
}

a.invisibleLink:link .featurelink, a.invisibleLink:visited .featurelink  { text-decoration: underline;
}

a.invisibleLink:hover, a.invisibleLink:active, a.invisibleLink:focus,
a.invisibleLink:hover .featurelink, a.invisibleLink:active .featurelink, a.invisibleLink:focus .featurelink {
	color: black;
	text-decoration: none;
}

.small { font-size: 90%;
}

a img{ border:0;
}

.red { color:#FFCABF;
}


div.submenu ul { list-style-type:none; padding:0; margin:10px 0px;
}

div.submenu ul li { list-style-type:none; padding: 8px 5px;
}


div.submenu ul li a, div.submenu ul li a:visited{ font-weight:bold; 
}

div.submenu ul li a:hover, div.submenu ul li a:active, div.submenu ul li a:focus {
	font-weight:bold;
}


/****************************** LINKS ******************************/

table.resultstable {
	margin-top:10px;
	background-color:#6B91BF;
	border:1px solid #c4d4e9;
}

.resultstable td {
	text-align:center;
}

.row1, .row3, .row5, .row7, .row9 {
	background-color:#7DAADF;
}

/****************************** Googlemaps ******************************/

.adviseraddress {
color:#000000;
}

.noaddress span.adviseraddress {
color:#ffffff;
}

/****************************** Media Centre ******************************/

div.newstable div.item {
margin-bottom:10px;
}

/****************************** Image Flow ******************************/

#images{
	visibility:hidden;
}

/*  IE layout fix */
#images_surround {
	_margin-top: 80px;
	#margin-top: 80px;
}

#images img { border:1px solid #fff; }

#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
        /* visibility:hidden; */
        display:none;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
        margin-top:30px;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar_surround {
	margin-left: -50px;
}
#scrollbar{
	visibility:hidden;
	position:relative;
	border-bottom:1px solid #efefef;
	z-index:10001;
}
#scrollbar_slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../images/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	/* margin-left:50px; */
        /* margin-bottom:50px; */
	text-align:left;
}

#lower_surround {
	_margin-top: -70px;
	#margin-top: -70px;
}

.coverFlowImg { 
	position:absolute; 
	top:0px;
	border:none;
}
div.none{
	display:none;
}

.clear{
	clear:both;
}
.ticker {
	color:yellow;
        font-size:130%;
        font-weight:bold;
}

/******************* Competition Form *******************/

div.competition { width: 100%; color:#fff; font-weight:bold;
}

div.competition h2 {font-size:120%}

div.competition p { clear:both; 6px 0;
}

div.competition p.question { font-size:130%;
}

div.competition .red {color:#DCFFAF}

div.competition label { width:160px; float: left; margin-right: 20px; display: block; padding:5px 5px 5px 15px;
}

div.competition input { width: 220px; font-size:11px; color:#666;
}

div.competition input.radio { width: 20px; margin-right:15px;
}

div.competition select { width: 220px; font-size:11px; color:#666;
}

div.competition input.submit  { width: 80px; color:#666;
}

div.competition .checkbox  { width: 14px; float:left; margin-right:15px;
}

div.competition div.green { background-color: #A2C277; padding: 5px 15px; }

div.comp_dblue {background-color:#0069af;color:#fff;padding:20px;font-weight:bold;}
p.main_question {font-size:14px;}


/******************* New Adviser Search *******************/

form#registration legend {font-weight:bold;padding:10px 0}
form#registration label {margin-top:6px;float:left}
form#registration fieldset.button {clear:both}
form#registration label.hidn {display:none}
form#registration input {margin-top:1px;padding:1px;width:150px;font-size:11px}
.buttn {width:80px;margin-top:8px}

.whiteline {border:0;margin:0;padding:0;height:1px;color:#fff;background-color:#fff}