﻿/*****************************/
/* General Page Settings
/*****************************/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}


/*****************************/
/* Text Settings
/*****************************/

p
{
    color: #3f3f3f;
	font-size: 12px;
	font-family: arial;
}

a 
{
	text-decoration: none;	
	cursor: pointer;
	color:#2466b4;
}
a:hover
{
	color:#DD3409;
	cursor: pointer;
	text-decoration:underline; 
}

.webSubTitle
{
	color: #616161;
	font-size: 14px;
	font-family: arial;	
	font-weight:bolder;
}

.webSubHeader
{
	color: #E22D32;
	font-size: 11px;
	font-family: arial;	
	font-weight:bolder;
}

.webSubText
{
	color: #616161;
	font-size: 11px;
	font-family: arial;	
}

.webSubLink
{
	color: #E22D32;
	font-size: 10px;
	font-family: arial;	
	font-weight:bolder;
}
.webSubLink:hover
{
	color: #616161;
	font-size: 10px;
	font-family: arial;	
	font-weight:bolder;
}


.maintxt
{
	color: #3f3f3f;
	font-size: 12px;
	font-family: arial;
}
.maintxt2
{
	color: #3f3f3f;
	font-size: 11px;
	font-family: arial;
}
.maintxtleftpad
{
	color: #3f3f3f;
	font-size: 11px;
	font-family: arial;
	padding-left:3px;
}

.hiddentxt
{
	color: Gray;
	font-size: 12px;
	font-family: arial;
}

.mainlink
{
	color: #e23033;
	font-size: 12px;
	font-family: arial;
	text-decoration :underline;
}

.mainlink:hover
{
	color: black;
	font-size: 12px;
	font-family: arial;
	text-decoration :underline;
}

.validation
{
	color: Red;
	font-size: 11px;
	font-family: arial;
} 


.noDataLabel
{
	font-family:@Arial Unicode MS;
	color: #E22D32;
	font-size: 12px;
}

.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.5em 0;
	color:#0F2543;
	font-weight:bold;
	font-family:Arial, Sans-Serif;
	font-size:1.1em;
}


/*****************************/
/* For the ADN Conference Page
/*****************************/
.confheader
{
	font-family:tahoma;
	font-weight:bold;
	font-size:14pt;
	color:#616161;
	font-weight:bold;
}

.confdates
{
	font-family:tahoma;
	font-weight:bold;
	font-size:10pt;
	color:#616161;
	font-weight:bold;
}
.confarrow
{
	vertical-align:text-top;	
}

.conpadleft
{
	padding-left:50px;
}
.confpresentation
{
	font-family:tahoma;
	font-size:9pt;
	color:#616161;
	padding-left:10px;
	text-align:left;
	width:240px
}

/*****************************/
/* Application and User Management Buttons
/*****************************/


.add_button
{
	height: 23px;
	width: 48px;
	background-color:#FFFFFF;
	border-style:none;
	cursor:pointer;
	background-image:url(images/User_Management_Addbutton.gif);	
}

.remove_button
{
	height: 23px;
	width: 48px;
	background-color:#FFFFFF;
	border-style:none;
	cursor:pointer;
	background-image:url(images/User_Management_Removebutton.gif);	
}

.infomanage_button
{
	height: 22px;
	width: 180px;
	background-color:#FFFFFF;
	border-style:none;
	cursor:pointer;
	background-image:url(images/info_management_btn.gif);	
}


.appmanage_button
{
	height: 22px;
	width: 180px;
	background-color:#FFFFFF;
	border-style:none;
	cursor:pointer;
	background-image:url(images/app_management_btn.gif);	
}



/*****************************/
/* Application Management Padding Styles
/*****************************/

.padding_left{
   padding-left:30px;
}    

.imgdivider_padding{
   padding-top:5; 
   padding-left:35; 
   padding-bottom:10px;
}

.title_padding{
    padding-left:30px; 
    padding-top:20px;
}



