﻿@charset "utf-8";
/* CSS Document */
/*Simple Buttons*/
a.btnHolderC,
a.btnColoredC {
    display:            -moz-inline-stack;
    display:            inline-block;
    zoom:               1;
    *display:           inline;
	
	font-size:			11px;
	font-weight:		bold;
	color:				#555555;
	text-decoration:	none;
	text-transform:		uppercase;
	line-height:		21px;
	background:			url(../images/ButtonImages/dynamic-btnC.gif) right top no-repeat;
	height:				26px;
	padding:			1px 5px 0px 10px;
	position:			relative;
}

a.btnHolderC ins,
a.btnColoredC ins {
	position:			absolute;
	top:				0px;
	left:				0px;
	background:			url(../images/ButtonImages/dynamic-btnC.gif) 0px 0px no-repeat;
	/*width:				20px;*/
	height:				26px;
	overflow:			hidden;
}

a.btnHolderC:hover {
	color:				#333333;
    text-decoration:    none !important;
}
/*Button With Arrow Right*/
a.btnHolderR,
a.btnColoredR {
    display:            -moz-inline-stack;
    display:            inline-block;
    zoom:               1;
    *display:           inline;
	
	font-size:			11px;
	font-weight:		bold;
	color:				#555555;
	text-decoration:	none;
	text-transform:		uppercase;
	line-height:		21px;
	background:			url(../images/ButtonImages/dynamic-btnR.gif) right top no-repeat;
	height:				26px;
	padding:			1px 5px 0px 26px;
	position:			relative;
}

a.btnHolderR ins,
a.btnColoredR ins {
	position:			absolute;
	top:				0px;
	left:				0px;
	background:			url(../images/ButtonImages/dynamic-btnR.gif) 0px 0px no-repeat;
	width:				20px;
	height:				26px;
	overflow:			hidden;
}

a.btnHolderR:hover {
	color:				#333333;
    text-decoration:    none !important;
}
/*Button With Arrow Left*/
a.btnHolderL,
a.btnColoredL {
    display:            -moz-inline-stack;
    display:            inline-block;
    zoom:               1;
    *display:           inline;
	
	font-size:			11px;
	font-weight:		bold;
	color:				#555555;
	text-decoration:	none;
	text-transform:		uppercase;
	line-height:		21px;
	background:			url(../images/ButtonImages/dynamic-btnL.gif) right top no-repeat;
	height:				26px;
	padding:			1px 5px 0px 26px;
	position:			relative;
}

a.btnHolderL ins,
a.btnColoredL ins {
	position:			absolute;
	top:				0px;
	left:				0px;
	background:			url(../images/ButtonImages/dynamic-btnL.gif) 0px 0px no-repeat;
	width:				20px;
	height:				26px;
	overflow:			hidden;
}

a.btnHolderL:hover {
	color:				#333333;
	text-decoration:    none !important;
}
/*Personal messages menu item*/
a.btnHolderMenu
{
    display:            -moz-inline-stack;
    display:            inline-block;
    zoom:               1;
    *display:           inline;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:			12px;
        color:          #555555;
	text-decoration:	none;
	font-weight:bold;
	text-transform:		uppercase;
	line-height:		21px;
	height:				26px;
}
a.btnColoredMenu {
    display:            -moz-inline-stack;
    display:            inline-block;
    zoom:               1;
    *display:           inline;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:			12px;
        color:          #00ADEF;
	text-decoration:	none;
	font-weight:bold;
	text-transform:		uppercase;
	line-height:		21px;
	height:				26px;
}
a.btnColoredMenuEnabled
{
    display:            -moz-inline-stack;
    display:            inline-block;
    zoom:               1;
    *display:           inline;
	font-family:        "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:			12px;
        color:          #00ADEF;
	text-decoration:	none;
	font-weight:bold;
	text-transform:		uppercase;
	line-height:		21px;
	height:				26px;
}

a.btnHolderMenu ins,
a.btnColoredMenu ins {
	position:			absolute;
	top:				0px;
	left:				0px;
	        color:          Red;
	/*width:				20px;*/
	height:				26px;
	overflow:			hidden;
}

a.btnHolderMenu:hover {
	color:				#333333;
    text-decoration:    none !important;
}