﻿body
{
}

.CurrentPage
{
    padding: 2px 6px;
    color: black;
    border:1px solid #FF0EA0;
}
.PrevNext, .PageNumber
{
    padding: 2px 6px;
    border: solid 1px #ddd;
    text-decoration: none;
    color: #003466;
}
.PageNumber:hover, .PrevNext:hover
{
    background-color: #FFA500;
    color: White;
}

td.templatePager
{
        border:solid 1px #003466;
        height:30px;
        
}
/*------------css start for css End for create new message  ----------------------*/
.createnewmessage
{
width:365px;
background-color:#ffffff;
border-right:1px solid #ff0099;
border-left:1px solid #ff0099;
height:135px;
}

.createnewmessage .topleft
{
/* background:url(../images/previewpopup-topleft.gif) left top no-repeat;*/
height:29px;
width:4px;
float:left;

}

.createnewmessage .topbg
{
height:27px;
float:left;
width:340px;
background-color:#ffffff;
padding:2px 0px 0px 20px;
color:#ff0099;
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}

.createnewmessage .topright
{
/*background:url(../images/previewpopup-topright.gif) right top no-repeat*/;
height:29px;
width:3px;
/*float:right;*/

}

.createnewmessage .msgcontent
{
width:348px;
padding:5px 0px 10px 20px;
/*border-right:2px solid #ff0099;
border-left:2px solid #ff0099;*/
border-top:none;
}

.createnewmessage .templatebox .logo
{
width:91px;
float:left;
margin:7px 8px 0px 0px;
}

.createnewmessage .templatebox .disclaimer
{
width:400px;
float:left;
}

.messagecancel
{
border:1px none;
/*float:right; */
/*padding-right:17px;*/
}

.messagenext
{
    border:1px none;
   /* float:right;*/
}

.messagebuttoncontainer
{
	width: 180px; 
	margin-left: 165px;
}

.messagecancelcontainer
{
	width: 85px; 
	float: left;
}

.messagenextcontainer
{
	width: 85px;
	float:left;
	margin-left:5px;
}

#global-createmessage-container
{
	display:none;
	position:absolute;
	width:360px;
	background-color:#FFFFCC;
	min-height:30px;
	border:solid 1px #CCCC99;
	margin:2px 2px 0px 2px;
}

.messagetop
{
	background:transparent url(/images/message/popup_pinktop.png) no-repeat scroll 0 0;
	width:368px;
	height:6px;	
}

.messagebottom
{
	background:transparent url(/images/message/popup_pinkbottom.png) no-repeat scroll 0 0;
	width:368px;
	height:6px;
}

.clearer
{
clear:both;
}

.height1
{
height:1px;
clear:both;
}

.height2
{
height:2px;
clear:both;
}

.height3
{
height:3px;
clear:both;
}

.height5
{
height:5px;
clear:both;
}

.height7
{
height:7px;
clear:both;
}

.height10
{
height:10px;
clear:both;
}
.height13
{
height:13px;
clear:both;
}

.height15
{
height:15px;
clear:both;
}

.height20
{
height:20px;
clear:both;
}


.height30
{
height:30px;
clear:both;
}

.height40
{
height:40px;
clear:both;
}

.height83
{
height:83px;
clear:both;
}


.gray10-normal
{
color:#999999;
font-size:10px;
line-height:12px;
}

.gray11-normal
{
color:#999999;
font-size:11px;
font-style:italic;
}

.gray11
{
color:#999999;
font-size:11px;
}

.black12-normal
{
color:#333333;
font-size:12px;
}



.redbutton{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: ;
padding: 0px 0px 0px 0px;
float:;
height:25px;
}

.redbutton a.aero{ /*aero button CSS*/
background: transparent url('../images/redbutton-leftbg.png') no-repeat top left;
display: block;
float: right;
font: bold 11px Arial, Helvetica, sans-serif; /* Change 12px as desired */
line-height: 16px; /* This value + 8px should equal height of button background (default is 31px) */
height: 25px; /* Height of button background height */
padding-left:6px; /* Width of left menu image */
text-decoration: none;
color:#ffffff;
margin-left:0px; /*spacing between buttons*/
margin-right:2px;
}

.redbutton a.aero:link, .topnav a.aero:visited, {
color:#ffffff; /*button text color*/
}

.redbutton a.aero span{
background: transparent url('../images/redbutton-rightbg.png') no-repeat top right;
display: block;
padding: 4px 20px 5px 13px; /*Set 10px here to match value of 'padding-left' value above*/
}

.margin-right7
{
	margin-right:4px;
	margin-top:1px;
}

.leftposition
{
float:left;
}

.textfield9
{
border:1px solid #cccccc;
width:334px;
height:16px;
padding:2px 0px 0px 2px;
color:#333333;
font-size:11px;
}


.rightposition
{
float:right;
}

.templateimagewrapper
{
    height: auto; 
    max-height:500px;
    overflow:scroll; 
    border-top:1px solid #000000;
}

.bluebutton{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: ;
padding: 0px 0px 0px 0px;
float:;
height:25px;
}

.bluebutton a.aero{ /*aero button CSS*/
/*background: transparent url('../images/bluebutton-leftbg.gif') no-repeat top left;*/
display: block;
float: right;
font: bold 11px Arial, Helvetica, sans-serif; /* Change 12px as desired */
line-height: 16px; /* This value + 8px should equal height of button background (default is 31px) */
height: 25px; /* Height of button background height */
padding-left:6px; /* Width of left menu image */
text-decoration: none;
color:#666666;
margin-left:0px; /*spacing between buttons*/
margin-right:2px;
}

.bluebutton a.aero:link, .topnav a.aero:visited {
color:#666666; /*button text color*/
}

.bluebutton{
/*background: transparent url('/images/message/cancel.png') no-repeat top right;
display: block;
padding: 4px 16px 5px 10px; /*Set 10px here to match value of 'padding-left' value above*/
}


/*--------------css  start for red button-------------------*/
.register-sucess-popup-container {
height:100px;
}
.okbutton-popup-container
{
margin-left:108px;
width:180px;
}
