/* BUTTONS */
.errorfield
{
	color:#990000;
}
.normalfield
{
	color:#000000;
}
.buttons, #expandButton, .uploadButton
{
	font-variant:small-caps;
}
.buttons a, .buttons button, #expandButton, .uploadButton
{
	margin:0 2px 0 2px;
	border:1px solid #1D5776;
    background-color:#1D5776;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:4px 4px 4px 4px; /* Links */
}

.CollapsiblePanelContent .buttons a, .CollapsiblePanelContent .buttons button, #expandButton, .uploadButton
{
	margin:0 2px 0 2px;
	border:1px solid #bbbbbb;
    background-color:#EEEEEE;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
	padding:4px 4px 4px 4px; /* Links */
}

.buttons button, #expandButton, .uploadButton{
    width:auto;
    overflow:visible;
    padding:1px 1px 1px 1px; /* IE6 */
}
.buttons button[type], #expandButton, .uploadButton{
    padding:1px 1px 1px 1px; /* IE6 */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:1px 1px 1px 1px; /* IE6 */
}
.buttons button img, .buttons a img{
    padding:0;
    border:none;
    width:16px;
    height:16px;
	vertical-align:bottom;
}

/* STANDARD */

table.titlebar tr td button, #expandButton, .uploadButton
{
    background-color:#ffffff;
}


table.titlebar tr td button:hover, #expandButton, .uploadButton:hover
{

    background-color:#f5f5f5;
}

table.filterbar tr td button, #expandButton, .uploadButton
{
    background-color:#ffffff;
}



#footer table tr td button:hover, #footer table tr td .buttons a:hover{
	/*	border:1px solid #46BEFF;
	background-color:#ffffff;*/
    color:#43BBDE;
}

.CollapsiblePanelContent .buttons a:hover, .CollapsiblePanelContent .buttons button:hover
{
	color:#1A748E;
	border: 1px solid #1A748E;
}
#footer table tr td button, #footer table tr td .buttons a
{
	color:#FFFFFF;
}
.buttons a:active, #expandButton, .uploadButton:active{
    color:#43BBDE;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

#expandButton
{
	background-color:#fff;
	color:#211492;
	background-image:url(../../images/icons/action_expand.gif);
	background-repeat:no-repeat;
   border:1px solid #C2C7FB;
}
#expandButton:hover
{
	background-color:#E4E3FB;
   border:1px solid #C2C7FB;
	
}
#collapseButton
{
	display:none;
}
.uploadButton
{
	width:75px;
}