﻿/*************** Common control starts here ******************/

.CommonButton
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	margin: 1px;
	padding: 2px 10px 2px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EEEEEE;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.CommonButton:hover
{
	background-color: #DDDDDD;
}

.CommonButton:LINK
{
	text-decoration: none;
	color: #333333;
	background-color: #EEEEEE;
}

.CommonButton:VISITED
{
	text-decoration: none;
	color: #333333;
	background-color: #EEEEEE;
}

/*************** Common control ends here ******************/

.CommonImageBox
{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.CommonTextBox
{
	font-size: 11px;
	border: 1px solid gray;
	color:#333333;
	padding: 2px 2px 2px 2px;
	background-color:#FFFFFF;
	width: 200px;
}

.CommonFileField
{
	font-size: 11px;
	border: 1px solid gray;
	color:#333333;
	padding: 2px 2px 2px 2px;
	background-color:#FFFFFF;
	width: 250px;
}

.WaterMarkedTextBox 
{
    background: #ffffff url(Images/search.gif) no-repeat scroll 3px 4px;
	border:1px solid gray;
	width: 200px;
	font-size:11px;
	padding:3px 3px 3px 17px;
	color: #b7b7b7;
}


.SearchTextbox
{
	background: #ffffff url(Images/search.gif) no-repeat scroll 3px 4px;
	border:1px solid gray;
	width: 200px;
	font-size:11px;
	padding:3px 3px 3px 17px;
}

.CommonDropDownList
{
	font-size: 11px;
	border: 1px solid #546180;
	color:#333333;
	padding-left:2px;	
	background-color:#FFFFFF;
}

.CommonMessage
{
	font-weight: bold;
	text-align: left;
	width: 30%;
	white-space: nowrap;
}

.FieldSet
{
	border: 1px solid #7B88A3;
	padding: 10px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.FieldSetLegend
{
	font-weight: bold;
	color: #000000;
}

.CommonValidatorContent
{
	text-align: left;
	vertical-align: top;
	float: left;
	margin-left: 158px;
}

.BreadCrumbNoLink
{
	font-weight: bold;
	color: #BE633E;
	font-size: 11px;
	text-decoration: none;
}

.BreadCrumb
{
	font-weight: bold;
	color: #0F71B0;
	font-size: 11px;
	text-decoration: none;
}

.BreadCrumb:hover
{
    color: #BE633E;
}

.NormalLink
{
	font-weight: bold;
	color: #0F71B0;
	font-size: 11px;
	text-decoration: none;
}

.NormalLink:hover
{
    color: #BE633E;
}

.LinkTitle
{
	color: #0055FF;
	font-size: 11px;
	text-decoration: none;
}

.LinkTitle:hover
{	
	color: #BE633E;
	text-decoration: underline;
}

.CommonLink
{
	color: #0055FF;
	font-size: 11px;
	text-decoration: none;
}

.CommonLink:hover
{	
	color: #0F71B0;
}

.TableForm
{
    text-align:left;
}

.TableRow
{
    clear:both;   
}

.TableHeading
{
	font-weight: bold;
	text-align: left;	
	white-space: nowrap;
}

.TableFormLeble
{
	font-size: 11px; 
	color: #444444; 
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	width: 34%;
	height: 20px;
	padding: 5px 5px 3px 4px;
	float:left;
}

.legendBold
{
    font-size: 11px; 
    color: #444444; 
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

.TableFormContent
{
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 3px 20%;
	/*padding: 5px 0px 2px 5px;*/
}

.TableFormValidatorContent
{
    text-align: left;	
	padding-left: 22%;
	vertical-align: top;
}

.TableSubmit
{
    clear: both;
    text-align:center
}

.RolesListBox
{
	width:150px;
	height:250px;
	border: solid 1px #000000;
}

.CommonImageButton
{
}

.MediaPlayerStyle
{
    float: right;
    border: solid 1px #666666;
}
