﻿@import url("css/menu.css");

/* CSS Document */
#Body { height:100%; margin:0; padding:0; background-color:#FFFFFF; text-align:center; font-size:13px; font-family:Trebuchet MS; color:#666666; }


/*-------- Default Style --------*/
body,th,td,table,h1,h2,h3,h4,h5,h6,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton{color:#333333; font-family:Trebuchet MS;}
body,th,td,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:14px;}
h1, h2, h3, h4, h5, h6, h2 input{color:#333333;font-weight:bold;margin:1ex 0;}
h1, .TitleHead{ color:#f32f9d;font-size:30px;font-weight:bold;margin:15px 0;}
h2, h2 input{font-size:20px;font-weight:bold;margin:5px 0;}
h3{font-size:17px;font-weight:bold;}
h4{font-size:15px;font-weight:bold;}
h5{font-size:11px;}
h6{font-size:10px;}


a,a:link,a:visited,a:active{color:#666666; text-decoration:none; font-weight:normal; }
a:hover{color:#f32f9d; text-decoration:underline;}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox {font-family:Trebuchet MS;}
.Head{color:#333333;font-weight:bold;}
.SubHead {color:#333333;}
.SubSubHead{color:#333333;}
.NormalRed {color:#F00;}
.GRLmobilePink {color:#f32f9d;}


/*-------- design style --------*/

#logo {
  width: 115px;
  border: 0;
  float:left;
  margin-top: 25px;
}
#login_style{ float:right; line-height:34px; padding-right:18px;}
#bread_style{ float:left; line-height:34px; padding-left:18px;color:#000000;}
.clear_float{clear:both; line-height:0; font-size:0; height:0;}


/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}
a.CommandButton:link, a.CommandButton:visited{color:#CB2027; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#666666; text-decoration:underline;}


/*-------ControlPanel ---------------*/
/* ControlPanel style */
.ControlPanel {background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left  {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#666666;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:hover, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}
.ControlPanel a[disabled="disabled"]{color:#888 !important;text-decoration:none !important;}

/*--------- pane style/Structure ----------*/
#Container { width:1010px; margin:0 auto; }
#TopLinkPane { width:603px; height:39px; float:right; background-image:url('images/bg_toplink.gif'); background-repeat: no-repeat;}
#LogoPane {
  width: 115px;
  border: 0;
  float:left;
  margin-top: 25px; 
}
#TopNavPane { 
  width:880px;
  float:right;
  margin-top: 28px;
  text-align:right;
}

#TopNavPane span.root {
  display:inline;
  float:right;
}

#FooterPane {
  clear: both;
  font-family:Trebuchet MS;
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;
}

#LeftNavPane {
  width:208px;
  padding:0;
  padding-top: 10px;
  clear:left;
  float: left;
  overflow:visible;
  text-align:center;
  padding-bottom:50px; 
  background-image:url('images/leftnav_bg.jpg'); background-repeat: no-repeat; background-position: bottom center;
  min-height:300px;
  height:auto !important;
  height:300px;

}



.BannerPane {display:inline-block;float:right;padding-right:17px;width:auto;}
.ContentPane, .TopPane, .BottomPane{ padding:0; margin:0;}
.LeftPane{ padding:0 20px 0 0; width:20%; margin:0; overflow:auto;}
.RightPane{  width:20%; margin:0;}


/*------------ TopLink Pane Style ------------*/
#TopLinkPane table{
  width:603px;
  height:39px;
  margin-right:5px;
  font-size:13px;
  font-family:Trebuchet MS;
  color:#666666;
 }

#TopLinkPane a:link, #TopLinkPane a:visited {
  font-size:13px;
  font-family:Trebuchet MS;
  color:#666666;
  text-decoration:none;
}
#TopLinkPane a:hover {
  color: #f32f9d;
  text-decoration: underline;
}


/*------------- TopNavPane Style ----------*/





/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#666666;}
a.Breadcrumb:hover{color:#f32f9d;}

/*-------------- Link Style --------------*/
.linkscontainer{padding-top:20px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#666666; text-transform:uppercase;}
a.links:hover{color:#f32f9d;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#666666;}
a.user:hover{color:#f32f9d;}

/*-------------- Footer Pane Style --------------*/
#FooterPane a:link, #FooterPane a:visited { color: #666666; text-decoration: none; }
#FooterPane a:hover { color: f32f9d; text-decoration: underline; }
#FooterNav { float: left; }
#FooterLogin { float:right; text-align: right; }
  
/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}



/*-------------- Form&List Module --------------*/
.UDT_Form input {
	border: solid 1px #cccccc;
}

.UDT_Form textarea {
	border: solid 1px #cccccc;
}

.UDT_Form .UDT_Field {
	padding-bottom: 15px;
}

.UDT_Separator {
	font-size:20px;
	font-weight:bold;
	margin:15px 0 5px 0;
	border-bottom: dotted 1px #f32f9d;
}
.UDT_Separator hr {
	display: none;
}


/* .DNN_UserDefinedTableContent table {
	background-image: url('images/bg_box_294x286.gif'); 
	background-repeat: no-repeat; 
	background-position: center top; 
	width: 294px; 
	height: 286px;
	float: right;
}

.DNN_UserDefinedTableContent HR {
	display: none;
} */