﻿
/** CICA Online Form css **/
@media screen
{

	.dropDownList
	{
		width: 155px;
	}
	.timeBox
	{
		width: 35px;
	}
	.dateBox
	{
		width: 75px;
	}
	.tdstyles
	{
		width: 290px; 
		margin: 0px; 
		padding: 0px;			
	}
	
	.helptext
	{
		margin-top:5px;
		margin-bottom: 20px;
	}

	.myapplicantdetails
	{
		width: 100%;
		padding: 0;
		margin: 0;
		font-size: 13px;
	}

	.myapplicantdetails tbody tr.alternatingStyle
	{
		background-color: #DCDBED; /*#DCDBED;*/
	}

	.myapplicantdetails tr.alternatingStyle
	{
		background-color: #DCDBED;
	}
	
	table.myapplicantdetails,
	table.GridView 
	{
	    width:580px !important;
	}

	table.GridView th
	{
	    
	}
	
	.colQuestion
	{
		width: 290px;
		vertical-align: top;
	}

	/* 3 columns table on YourDetails . First column = 40% */
	td.colQuestionPerson, td.colQuestionPerson + td
	{
		width: 290px;
		vertical-align: top;
	}
		
	#divError
	{
		visibility: hidden;
		min-height: 10px;
		color: #b00000;
	}

	.submitRow
	{
		height: 40px;
		padding-right: 20px;
	}

	.radiobutton
	{
		background-color: Transparent;
	}

	/* Online Application Form (Start) */
	.whitebg
	{
		background-color: #fff;
	}

	.bgTransparent
	{
		background-color: green; /*Transparent;*/
	}

	.buttonForm
	{
		/*background: transparent url(/Images/ContactUsButton.gif) repeat-x scroll left top;*/
		background-color: #218DCD;
		border: 0px;
		border-color: #fff;
		border-style: none;
		color: #fff;
		font-weight: bold;
		font-size: 13.33px;
		line-height: 16px;
		height: 21px;
		padding: 2px 5px 2px 5px;
		cursor: pointer;
		margin-left:5px;
	}

	.headingMargin
	{
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.marginTop
	{
		margin-top: 20px;
	}

	/* Online Application Form (End) */

	.textbox, textarea
	{
		width: 266px;
	}

	textarea
	{
		height: 96px;
	}

	select.multiple
	{
		width: 266px;
	}

	/* Address User Control with QAS integration - Start */
	.findButton
	{
		display: block;
		text-align: center;
		color: White;
		background-color: #5D2067;
		cursor: pointer;
	}

	div.findAddressOverlay
	{
		position: absolute;
		background-color: #fff;
		width: 370px;
		height: 180px;
		z-index: 5;
		padding: 10px;
		display: block;
	}

	.addressTable td
	{
		padding: 0px;
		margin: 0px;
	}

	.addressTable span.button
	{
		margin: 5px;
	}
	/* End */

	/* Login Form*/

	.errortext
	{
		color: Red;
		cursor: default;
	}

	#content .loginform
	{
		width: 290px;
	}
	/* Login Form (End)*/

	.listpadding
	{
		padding-right: 30px;
	}
	/** GridView (Start) **/
	div.AspNet-GridView
	{
		min-height: 1px;
	}

	div.AspNet-GridView table tr
	{
		text-align: left;
	}

	/* grid view header only */
	div.AspNet-GridView table thead tr, div.AspNet-GridView table thead tr th
	{
		line-height: 20px;
		background-color: #DCDBED;
	}

	div.AspNet-GridView table tbody tr td
	{
		padding: 2px 6px 2px 4px;
	}

	/** GridView (End) **/
	
	/** Lost password (Start) **/
	
	div.AspNet-PasswordRecovery-QuestionPanel input, div.AspNet-PasswordRecovery-Question-UserPanel input, div.AspNet-PasswordRecovery-AnswerPanel input
	{
		width:230px;
	}
	/** Lost password (End) **/
	
	
	/* AutoComplete item */
	.AutoCompleteExtender_CompletionList 
	{
		background-color : window;
		color : windowtext;
		padding : 1px;
		font-size: small;
		background-color:Gray;
		/*creates border with
		autocomplete_completionListElement
		background-color*/
	}

	/*AutoComplete flyout */
	.AutoCompleteExtender_CompletionListItem 
	{ 
		text-align : left;
		background-color:White;
	}

	/* AutoComplete highlighted item */
	.AutoCompleteExtender_HighlightedItem
	{
		background-color: Silver;
		color: windowtext;
		font-weight:bold;
		font-size: small;
	}
	
}

