﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #364867;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #364867;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    height: 100%;
    background-color: White; 
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    border: 0px;

}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: withe;
    width: 100%;
	top: 13px;
	left: -4px;
	height: 83px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.headerTable
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: withe;
    width: 100%;
	height: 100%;
	top: 0px;
	margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.headerTable h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.headerAllPages
{
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 35px;  
    margin-bottom: 0px;
    margin-left: -1px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    vertical-align: top;
}

.LabelGeneral
{
    color: #333333;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1em;
    line-height: 16px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
}

.headerAllPages h1
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.BlankSpace
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: white;
    width: 100%;
    height: 5%;
    top: 0px;
}

.FilterSpace
{
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgb(245, 245, 245);
}

.FilterSpaceButton
{
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgb(238, 242, 247);
}

.GridSpace
{
    position: relative;
    margin: 10px;
    padding: 0px;
    background: white;
    top: 0px;
}

.FooterButtons
{
    /*
    position: relative;
    margin: 20px;
    padding: 0px;
    background: white;
    width: 100%;
    height: 8%;
    top: 0px;
    */
    margin-left: 10px;
    margin-right: 10px;
}

.FilterSpace h1
{
    font-weight: 100;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: black;
    border: none;
    line-height: 2em;
    font-size: 14px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 520px;
	width: 778px;
	height: 114px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width:464%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 131%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.TitleSiteMap
{
    display: block;
    float: left;
    text-align: left;
    width: 180px;
    font-size: 10px;
}

.TitleApp
{
    display: block;
    float: left;
    text-align: left;
    width: 180px;
    font-size:12px;
    color: Gray;
}

.TitlePage
{
    font-size: 20px;
    font-family: arial,verdana,helvetica,sans-serif;
    font-weight: normal;
    color: #0f50b4;
    vertical-align: 10px;
    line-height: 35px;
}

.DivisionLine
{
    display: block;
    float: left;
    text-align: left;
    width: 180px;
    font-size:11px;
    color: Gray;
}

.DivisionLineNew
{
    display: block;
    float: left;
    text-align: left;
    width: 80px;
    font-size:11px;
    color: Gray;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.bodyMasterPage
{
	background-image:url(Images/Background.png);
	height:100% !important;
}

.bodywithoutmargin
{
	 margin:0 0 0 0;
	 padding:0;
}

html
{
	height:100% !important;
}

.TextoTitulo {
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #ffffff; 
	FONT-SIZE: 12px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}
.PrintTermsPO {
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial; 
	COLOR: #000000; 
	FONT-SIZE: 6px; 
	TEXT-DECORATION: none;
}
.PrintPO {
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #000000; 
	FONT-SIZE: 12px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}
.TextoPOS {
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #000000; 
	FONT-SIZE: 14px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}

.TextoMsg {
	FONT-STYLE:normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR:Red; 
	FONT-SIZE: 16px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}
.Boton
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT-COLOR: #000066;
    BACKGROUND: #000066;
    BORDER-BOTTOM-COLOR: #000066;
    PADDING-BOTTOM: 5px;
    CURSOR: hand;
    COLOR: #ffffff;
    BORDER-TOP-COLOR: #000066;
    PADDING-TOP: 5px;
    PADDING-BOTTOM: 5px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #000066;
}

.Boton:hover
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT-COLOR: #3366ff;
    BACKGROUND: #3366ff;
    BORDER-BOTTOM-COLOR: #3366ff;
    PADDING-BOTTOM: 5px;
    CURSOR: hand;
    COLOR: #ffffff;
    BORDER-TOP-COLOR: #3366ff;
    PADDING-TOP: 5px;
    PADDING-BOTTOM: 5px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #3366ff
}

.Button
{
    /*color: #364867;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;*/
}

.Button:hover
{
    /*color: #364867;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;*/
}


/*
--TreeView Config
*/

.MenuItem
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 0.9e;
    BORDER-LEFT-COLOR: #000066;    
    BORDER-BOTTOM-COLOR: #000066;
    PADDING-BOTTOM: 5px;
    CURSOR: hand;
    COLOR: #364867;
    BORDER-TOP-COLOR: #000066;	
    PADDING-TOP: 5px;
    PADDING-BOTTOM: 5px;
    
    FONT-FAMILY: arial,verdana,helvetica,sans-serif;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #000066;
    width:100px;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */ 
	white-space: -pre-wrap;      /* Opera 4-6 */ 
	white-space: -o-pre-wrap;    /* Opera 7 */ 
	white-space: pre-wrap;       /* css-3 */ 
	word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}

.MenuItemSelected
{
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 0.9e;
    font-weight: bold;
    color: #364867;
    cursor: hand;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */ 
	white-space: -pre-wrap;      /* Opera 4-6 */ 
	white-space: -o-pre-wrap;    /* Opera 7 */ 
	white-space: pre-wrap;       /* css-3 */ 
	word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}

a.MenuItemSelected
{    
    background-color:transparent;
    color: #364867;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */ 
	white-space: -pre-wrap;      /* Opera 4-6 */ 
	white-space: -o-pre-wrap;    /* Opera 7 */ 
	white-space: pre-wrap;       /* css-3 */ 
	word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}
.MenuItemHover
{
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 0.9e;
    font-weight: bold;
    color: #364867;
    cursor: hand;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */ 
	white-space: -pre-wrap;      /* Opera 4-6 */ 
	white-space: -o-pre-wrap;    /* Opera 7 */ 
	white-space: pre-wrap;       /* css-3 */ 
	word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}
a.MenuItemHover
{
	background-color:transparent;
    color: #364867;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */ 
	white-space: -pre-wrap;      /* Opera 4-6 */ 
	white-space: -o-pre-wrap;    /* Opera 7 */ 
	white-space: pre-wrap;       /* css-3 */ 
	word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
}

.BotonIn td input
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT-COLOR: #000066;
    BACKGROUND: #000066;
    BORDER-BOTTOM-COLOR: #000066;
    PADDING-BOTTOM: 5px;
    WIDTH: 100px;
    CURSOR: hand;
    COLOR: #cccccc;
    BORDER-TOP-COLOR: #000066;
    PADDING-TOP: 5px;
    PADDING-BOTTOM: 5px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #000066
}
.BotonIn:hover td input
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT-COLOR: #3366ff;
    BACKGROUND: #3366ff;
    BORDER-BOTTOM-COLOR: #3366ff;
    PADDING-BOTTOM: 5px;
    WIDTH: 100px;
    CURSOR: hand;
    COLOR: #ffffff;
    BORDER-TOP-COLOR: #3366ff;
    PADDING-TOP: 5px;
    PADDING-BOTTOM: 5px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #3366ff
}

.BotonLibre
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT-COLOR: #000066;
    BACKGROUND: #000066;
    BORDER-BOTTOM-COLOR: #000066;
    PADDING-BOTTOM: 5px;
    CURSOR: hand;
    COLOR: #cccccc;
    BORDER-TOP-COLOR: #000066;
    PADDING-TOP: 5px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #000066
}
.BotonLibre:hover
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BORDER-LEFT-COLOR: #3366ff;
    BACKGROUND: #3366ff;
    BORDER-BOTTOM-COLOR: #3366ff;
    PADDING-BOTTOM: 5px;
    CURSOR: hand;
    COLOR: #ffffff;
    BORDER-TOP-COLOR: #3366ff;
    PADDING-TOP: 5px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    BORDER-RIGHT-COLOR: #3366ff
}
INPUT.Boton
{
    FONT-SIZE: 8pt;
    WIDTH: 70px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    HEIGHT: 19px;
    BACKGROUND-COLOR: #9999ff
}
.LoginLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.LoginInstructions
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: small;
	font-style:italic;
	color: #0f1f60;
}

.TitleLogin
{
    font-weight: normal;
    font-size: 14pt;
    color: #666666;
    font-family: Arial
}
.InfoCopyrigth
{
    font-size: 7pt;
    color: #666666;
    font-family: Arial;
    line-height:normal;
}
.Links
{
    font-size: 12px;
    color: #3366cc;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
table.webparts tr th {
	background-color: #009;
	padding: 5px;
	color: #FFF;
	font-size: 10pt;
	border: 1px solid #009;
}
table.list, td.details table.list {
	width: 100%;
	border: 1px solid #000;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #666;
	color: #FFF;
	font-size: 10pt;
	border-style: none;
	padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #999;
	padding: 2px 20px 2px 2px;
}
table.list tr {
	background-color: #FFC;
}
table.list tr.odd {
	background-color: #CCC;
}
.repeaterheader td
{
	BORDER-RIGHT: #cccccc 1px;
    BORDER-TOP: #cccccc 0px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #cccccc 1px;
    COLOR: #cccccc;    
    BORDER-BOTTOM: #cccccc 0px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #000066;
    TEXT-ALIGN: center;

}

.repeaterheaderfix td
{
	BORDER-RIGHT: #cccccc 1px;
    BORDER-TOP: #cccccc 0px solid;
    BORDER-LEFT: #cccccc 0px solid; 
	BORDER-BOTTOM: #cccccc 0px solid;     
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #cccccc 1px;
    COLOR: #cccccc;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #000066;
    TEXT-ALIGN: center;
	POSITION: relative; 
	TOP: expression(this.offsetParent.scrollTop  ); 
	BORDER-COLLAPSE: collapse; 
	border-style:None; 
	Z-Index:20;  

}


.repeateritem td
{
	BORDER-RIGHT: #cccccc 1pt;
    BORDER-TOP: black 0pt solid;
    FONT-SIZE: 7pt;
    BORDER-LEFT: #999999 1pt;
    BORDER-BOTTOM: #cccccc 0pt solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    /*background-color: #cbcffe;*/
    background-color: rgb(245, 245, 245);
    
}
.repeateralter td
{
	BORDER-RIGHT: #ffffff 1pt;
    BORDER-TOP: white 0pt solid;
    FONT-SIZE: 7pt;
    BORDER-LEFT: #999999 1pt;
    BORDER-BOTTOM: #ffffff 0pt solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background-color: rgb(238, 242, 247);
}
/*Aplicacion de Celda en Repeaters*/
.celdapar td
{
    BORDER-RIGHT: #cccccc 1pt;
    BORDER-TOP: black 0pt solid;
    FONT-SIZE: 7pt;
    BORDER-LEFT: #999999 1pt;
    BORDER-BOTTOM: #cccccc 0pt solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background-color: #cbcffe;
}
.celdanone td
{
    BORDER-RIGHT: #ffffff 1pt;
    BORDER-TOP: white 0pt solid;
    FONT-SIZE: 7pt;
    BORDER-LEFT: #999999 1pt;
    BORDER-BOTTOM: #ffffff 0pt solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

/*Header o Busquedas de la Paginas*/
.HeadersPage
{
	background-color: #F0F0F0; 
	padding-left: 5px; 
	padding-bottom: 5px;
}

.PrintTable td
{
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
    height: 22px;
    border-left: solid 1px #888888;
	border-bottom: solid 1px #888888;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}
.tblRight
{
    border-top: solid 1px #888888;
    border-right: solid 1px #888888;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}
.PrintTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px; 
    font-weight: bold;
}
.PrintTitle2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px; 
    font-weight: bold;
}
.PrintTitle3
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 32px; 
    font-weight: bold;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}



.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	/*width: 180px;
	height: 65px;*/
	vertical-align:middle;
	text-align:center;
}


/*CollapsiblePanel*/
.collapsePanel {
	
	/*background-color:white;*/
	overflow:hidden;
}

.collapsePanelHeader{
	/*width:100%;
	height:30px;
	background-image: url(~/Images/bgmain.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;*/
	BORDER-BOTTOM: #cccccc 0px solid; 
	TEXT-ALIGN: center; 
	BORDER-LEFT: #cccccc 1px; 
	BACKGROUND-COLOR: #000066; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #cccccc; 
	FONT-SIZE: 8pt; 
	BORDER-TOP: #cccccc 0px solid; 
	FONT-WEIGHT: bold; 
	BORDER-RIGHT: #cccccc 1px;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}
