/* BUTTONS */
.buttons {
	height:30px;
}
.buttons a, .buttons button{
 	/*
	display:block;
	float:left;
	*/
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    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:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
.buttons button img.right, .buttons a img.right {
    margin:0 0 -3px 3px !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

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

/* NEGATIVE */

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

/* Publish */

.buttons a.publish, button.publish{
    color:#3b76c1;
}
.buttons a.publish:hover, button.publish:hover{
    background:#d7e8fe;
    border:1px solid #6492db;
    color:#3b76c1;
}
.buttons a.publish:active{
    background-color:#d7e8fe;
    border:1px solid #6492db;
    color:#fff;
}

/* Lock */

.buttons a.lock, button.lock{
    color:#cf7307;
}
.buttons a.lock:hover, button.lock:hover{
    background:#ffed93;
    border:1px solid #d3841a;
    color:#cf7307;
}
.buttons a.lock:active{
    background-color:#ffed93;
    border:1px solid #d3841a;
    color:#fff;
}


/*
** Tabs
*/

ul.subsection_tabs {
	border-bottom:1px solid #c7dae9;
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	width: 100%;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
	border:1px solid #c7dae9;
}

ul.subsection_tabs li.tab2 {
	float:left;
	margin-right:7px;
	text-align:center;
	border-top:1px solid #2f71ab;
	border-left:1px solid #2f71ab;
	border-right:1px solid #2f71ab;
}

ul.subsection_tabs li.tab3 {
	float:left;
	margin-right:7px;
	text-align:center;
	border:1px solid #c7dae9;
}

ul.subsection_tabs li.tab4 {
	float:left;
	margin-right:7px;
	text-align:center;
	border:1px solid #c7dae9;
}

ul.subsection_tabs li.tab a {
	background-color:#c7dae9;
	color:#4D4D4D;
	display:block;
	height:22px;
	padding:7px 6px 0 6px;
	width:105px;
	text-decoration: none;
}

ul.subsection_tabs li.tab a:hover {
	color:#fff;
	background-color:#479e4a;
	text-decoration: none;
}

ul.subsection_tabs li.tab a.active {
	background-color:#479e4a;
	color: #fff;
}


ul.subsection_tabs li.tab2 a {
	background-color:#c7dae9;
	color:#2F71AB;
	font-weight: bold;
	display:block;
	height:22px;
	padding:7px 6px 0 6px;
	width:105px;
	text-decoration: none;
}

ul.subsection_tabs li.tab2 a:hover {
	color:#fff;
	background-color:#479e4a;
	text-decoration: none;
}

ul.subsection_tabs li.tab2 a.active {
	background-color:#479e4a;
	color: #fff;
}


ul.subsection_tabs li.tab3 a {
	background-color:#c7dae9;
	color:#2F71AB;
	font-weight: bold;
	display:block;
	height:22px;
	padding:7px 6px 0 6px;
	width:150px;
	text-decoration: none;
}

ul.subsection_tabs li.tab3 a:hover {
	color:#fff;
	background-color:#479e4a;
	text-decoration: none;
}

ul.subsection_tabs li.tab3 a.active {
	background-color:#479e4a;
	color: #fff;
}


ul.subsection_tabs li.tab4 a {
	background-color:#c7dae9;
	color:#2F71AB;
	font-weight: bold;
	display:block;
	height:22px;
	padding:7px 6px 0 6px;
	width:210px;
	text-decoration: none;
}

ul.subsection_tabs li.tab4 a:hover {
	color:#fff;
	background-color:#479e4a;
	text-decoration: none;
}

ul.subsection_tabs li.tab4 a.active {
	background-color:#479e4a;
	color: #fff;
}
