﻿.button_standard
{
	margin: 2px;
	border: 1px solid #000000;
	color: #FFFFFF;
	height: 25px;
	background-image: url(/images/gridview/image_header_blue_glass.gif);
}

.button_standard:link, visited, active
{
	text-decoration: none;
	background-image: url(/images/gridview/image_header_blue_glass.gif);
}

.button_standard:hover
{
	color: #000000;
	cursor: hand;
	text-decoration: underline;
	background-image: url(/images/gridview/image_header_yellow_glass.gif);
}


.button_3d_rdp
{
	background-position: center center;
	background-image: url(/images/button/image_rdp.jpg);
	width: 223px;
	height: 65px;
	background-repeat: no-repeat;
}

.button_3d_outlook_web_access
{
    background-position: center center;
    background-image: url(/images/button/image_outlook_web_access.png);
    background-size: 100% auto;
    width: 460px;
    height: 174px;
    background-repeat: no-repeat;
}
.justified
{
	text-align: justify;
}
