﻿/*login page*/
#wrapper .logheader {
    margin-bottom: 20px;
	background-color:#555;
	padding:20px 0px
}
#wrapper .Logpanel
{
	background-image:url(images/Opaque.png);
	max-width:700px;
	border:solid 1px #ccc;
	margin:0px auto;
	padding:20px;
	
}
.FC_WebLogin
{
	width:100%;
	}
.FC_WebLogin table
{
	padding:20px;
	width:95%;
	max-width:500px;
	margin:0px auto;
	}
.FC_WebLogin td
{
	width: 100%;
	display:block;
	text-align: center;
	}
.FC_WebLogin td input
{
	width:100%;
	}

/*Buttons*/

.ContentMain a
{
	color:#3FA8F4;
	font-weight:bold;
}
.FC_WebLogin a, .Actions a, a.Actions
{
	display:inline-block;
	background-color:#3FA8F4;
	margin:5px;
	text-align:center;
	padding:15px 25px;
	color:white;
	text-decoration:none;
}
.FC_WebLogin a:hover, .Actions a:hover, a.Actions:hover, .actionButton:hover
{	
	background-color:#666;
}
.actionButton{
	display:inline-block;
	background-color:#3FA8F4;
	margin:5px;
	text-align:center;
	padding:15px 25px;
	color:white;
	text-decoration:none;
	border:none;
}
.actionButton[disabled] {
    color: #ccc !important;
    background-color: #999 !important;
}
/*Terms*/
.agreementCaption {
	text-align: center;
        }

.agreementButtonsContainer {
	text-align: center;
	margin-top: 20px;
        }

.agreementBody {
	background-color:#666;
	color:white;
 	height: 500px;
	width: 500px;
	margin: auto;
	padding: 10px;
  	overflow: auto;
	border: solid 1px #ccc;  
        }

 .agreementCaption {
	 display: block;
        }
/*Dashboard*/
.supplier
{
	float:left;
	text-align:center;
	outline:solid 1px #ccc;
	margin:10px;   
}
.supplier a
{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	width: 270px;
    height: 260px;
}
.supplier:hover
{
	outline:solid 1px #3fa8f4;
}
.supplier img
{
	max-width:250px !important;
	max-height:158px !important;
}
.Alert
{
	color:red;
}
.NotificationPanel a
{
	color:#333
}
.mainFieldset, Fieldset
{
	border:none;
}
.itemFieldset
{
    width:45%;
	display:inline;
	border:solid 1px #ccc
}
.itemFieldset legend
{
    font-weight:bold;
}

/*Labels*/
.LabelDesign
{
	max-width:700px;
	width:100%;
	padding:20px;
	margin:20px;
	border:solid 1px #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior: url(css/PIE.htc);
	font-size:small;display:inline-block;
}
.LabTitle
{
    line-height: normal;
    font-weight: bold;
    font-size: 1.5em;
}
.LabInfo
{
	display:block
}
.NutriInfoPanel
{
	float:right;
	width:45%;
	margin-left:1%;
}
.LabelDesign td
{
	padding:0px 5px;
}
/*Demo Forms*/

.demo-container .RadInput, .demo-container .RadComboBox
{
    margin:5px 0px;
}
/*RadGrids*/

.rgFilterBox {
    background-image: url(images/Search.jpg);
    background-repeat: no-repeat;
}
.CompanyHolder Fieldset
{
	border-bottom:solid 1px #ccc
}
.fieldData
{
	display:block;
	margin:5px 0px;
}
.fieldData b
{
	width:120px;
	display:inline-block
}
.Productdets
{
	
	border:solid 1px #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	behavior: url(css/PIE.htc); padding:5px;
	margin:10px 0px;
}
.Dropdown
{
	border:solid 1px #ccc;
	padding: 5px;
}
.warn
{
	display:inline-block;
}
.LogoImage
{
	max-width: 200px;
	max-height: 80px;
}