/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:active   {
}
A.SelectedTab:hover    {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}
/* GENERAL */
/* style for module titles */
.Head   {
}
/* style of item titles on edit and admin pages */
.SubHead    {
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}
/* text style used for most text rendered by modules */
.Normal
{
font-family:Verdana, Arial, sans-serif; font-size:11.5px; font-weight:bold; color:#000000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}
.NormalRed
{
}
.NormalBold
{
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited  {
}
A.CommandButton:active   {
}
A.CommandButton:hover    {
}
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
}
A:visited   {
}
A:active    {
}
A:hover {
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
HR {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}
/* *********************FormMaster Styles by Mike******************** */
.main_spkrRequest{
/*border: #cccccc 1px solid;*/
}
.AddressInfo
{
background:#ffffff;font-family: arial; font-size:10px; font-weight:bold;
/*border-left: #ffffff 5px solid !important;*/ 
padding-bottom:7px !important;
}
.target
{
background:#cccccc;
/*border-bottom: #cccccc 15px solid;*/
}
.innerTbl TD{
width: 450px; padding:5px;
}
.MyFormClass TD {padding:5px;}
/****************** END FormMaster Styles by Mike **********************/
/*********** BEGIN FREE REPORT SAMPLE FORM *************************/
.frmReport
{
border-right: black 1px solid;
border-top: black 1px solid;
border-left: black 1px solid;
width: 500px;
border-bottom: black 1px solid;
border-collapse: collapse;
}
.frmPadding
{
padding:3px 3px 3px 3px;
}
.addressInfo
{
background:#eeeeee;
padding:3px 0px 6px 6px;
}
.frmSeparator
{
border-bottom:1px black solid;	
height:10px;
}
.widgetHeading
{
background:brown;
padding:3px 3px 3px 8px;	
}
.chkLstShip
{
background:wheat;
width:250px;
padding:3px;
}
.chkLstMake
{
background:silver;
width:250px;
padding:3px;
}
/*********** END FREE REPORT SAMPLE FORM *************************/


.GCSearchButton
{
 margin:0px;
 padding:0px;
 border:none;
 width:20px;  /*Same as Background Image's Width */
 height:19px; /*Same as Background Image's Height */
 background-image:url(/Portals/_default/Skins/Rzim_S/images/search.gif);
 background-repeat: no-repeat;
 background-position: center center;
 background-color: transparent;
}

.GCSearchBox
{
padding:0px; border:1px solid #ffffff; font-size:11px; color:#000000; WIDTH:130px; HEIGHT:19px; background-color:#FFFFFF; margin-right:-4px; vertical-align:bottom;
}

/*----------- India Academy Application Form Form Styles--------------- */
.indForm {
	width:690px;
	margin: 0 auto;
	background-color: rgb(244, 248, 249);
	border-bottom: 1px dotted #cccccc;
        border-left: 1px dotted #cccccc;
        border-right: 1px dotted #cccccc;
}

.ind_radiobutton{
                margin-bottom: 15px;
                padding-bottom: 15px;
               margin-left: 15px;
}
.NormalTextBox_ind {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 6px;
        margin-bottom: 8px;
	color:#000000;
        background-color: #e7ebeb;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top:5;
        margin-left: 15px;
        height: 20px;
}
.inner_indTbl TD{
    	width: 550; 
    	text-align: left;
    	
}

.indLabel{
    
    	font-family:Verdana, Arial, Helvetica;
    	font-size:11px;
    	font-weight:bold;  
    	color:#293036;
        line-height:20px;
        margin-left: 15px;
}

.indPadding
{
	/*background:#eeeeee;*/
	padding: 10px;
}
/* End India Academy Application Form Styles */






















