/*Appended on 10-7-2010*/
/*Created by Vidya*/
/*Contains design*/
/* CSS Document */

/* Global Classes */
body
{
	background:#ececec;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:1000px;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

a img
{
	border: none;
}

/* Global Classes END */

/* ###################*/
/* HOME PAGE CSS ENDS */
/* ###################*/

/* MAIN CONTAINER CLASS */

#divMainContainer
{
	width:1000px;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	background:#fff;
	border-right:1px solid #d7d6d6;
	border-left:1px solid #d7d6d6;
	border-bottom:1px solid #d7d6d6;
}
/* MAIN CONTAINER CLASS */

/* HEADER CLASSES */

#divHeader
{
	height:80px;
	margin:auto auto auto 7px;
	width:990px;
	background-image:url(../images/header_right_corner.jpg);
	background-position: right top;
	background-repeat:no-repeat;
}

.divLogoContainer
{
	float:left;
	background: #fff;
}

.divTopLinksContainer
{
	float:left;
	background: blue url(../images/header_bg.jpg);
	height:80px;
	width:740px;
}

.divTopLinksContainer ul
{
	float:right;
}

.divTopLinksContainer ul li
{
	display:inline;
	list-style-type:none;
	font-family:verdana;
	font-size:10px;
	padding: 0px 15px;
}

.divTopLinksContainer ul li a
{
	text-decoration:none;
	color:#fff;
}

.divTopLinksContainer ul li a:hover
{
	text-decoration:none;
	color:#24436c;
}

/*.divTopLinksContainer ul li a span
{
	position:relative;
	right:32px;
	text-decoration:none;
	top:16px;
}*/

.spanHome
{
	float:left;
	left:200px;
	position:relative;
	text-decoration:none;
	top:34px;

	/*position:absolute;
	right:412px;
	text-decoration:none;
	top:47px;*/
}

.spanDemo
{
	float:left;
	left:219px;
	position:relative;
	text-decoration:none;
	top:34px;
}

.spanViewFetchMMS
{
	float:left;
	left:228px;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:34px;
}

.spanLogin
{
	float:left;
	left:245px;
	position:relative;
	text-decoration:none;
	top:34px;
}

.divTopLinksContainer ul li img
{

}

.imgHeaderCurve
{
	bottom:62px;
	clear:both;
	float:right;
	position:relative;
}
/* HEADER CLASSES ENDS */

/* MIDDLE CONTENT CLASSES */


#divMidArea
{
	width:990px;
	margin:auto;
	position:relative;
	top:26px;
	margin-top:0px;
}

.divContentLeft
{
	width:665px;
	margin:13px;
	float:left;
	margin-top:0px;
}

.divContentLeft p
{
	font-size:9pt;
	color:#838383;
	margin-top:0px;
}

.divContentLeft p a
{
	font-size:9pt;
	color:#236ab4;
	text-decoration:none;
}

.divContentLeft p a:hover
{
	font-size:9pt;
	color:#236ab4;
	text-decoration:underline;
}

.divFeaturesPoints
{
	background:transparent url(../images/feature_points_container.png) no-repeat;
	width:680px;
	height:240px;
	padding:1px;
}

.divFeaturesPoints ul li
{

	color:#FFFFFF;
	font-size:10pt;
	list-style-image:url("../images/feature_points_bullet.png");
	padding:4px 0;
}

.divContentRight
{
	width:300px;
	margin:13px;
	float:right;
	background:transparent url(../images/sign_up_container.png) no-repeat;
	height:280px;
	width:270px;
	margin-top:0px;
}

.divContentRightComponents
{
	margin:17px 26px;
	width:220px;
}

.divContentRightComponents h3
{
	color:#EF7C0B;
	font-size:17pt;
	font-weight:normal;
}

.divContentRightComponents p
{
	color:#696969;
	font-size:9pt;
}

.inputSignUpTextbox
{
	height:26px;
	/*height:100px;*/
	width:200px;
	color:#bababa;
	border:1px solid #b9b9b9;
	background:#fff url(../images/textbox_bg.png) repeat-x;
	vertical-align:middle;
	padding:0px 5px;
}

.inputJoinForFreeButton
{
	background:url("../images/join_free_btn.png") no-repeat scroll 0 0 transparent;
	height:55px;
	margin-top:5px;
	width:222px;
	border:none;
        cursor: pointer;
}

.divContentRightComponents p span
{
	font-size:8pt;
}

.divStepsContent
{
	clear:both;
	width:877px;
	margin:auto;
	padding-top:20px;
}

.divStepsContent img
{
	bottom:25px;
	float:right;
	left:20px;
	position:relative;
}

.divStepsContent h2
{
	color:#357DCB;
	font-weight:normal;
	font-size:13pt;
	padding-left:15px;
}

.divStepsContent p
{
	padding-left:15px;
	text-align:justify;
	width:180px;
	color:#656565;
}

.divStepRegister
{
	background:transparent url(../images/step_container.png) no-repeat;
	height:129px;
	width:267px;
	float:left;
	margin:0 15px 0 0;
}

.divStepCompose
{
	background:transparent url(../images/step_container.png) no-repeat;
	height:129px;
	width:267px;
	float:left;
	margin:0 15px;
}

.divStepSend
{
	background:transparent url(../images/step_container.png) no-repeat;
	height:129px;
	width:267px;
	float:left;
	margin:0 15px;
}

/* MIDDLE CONTENT CLASSES ENDS */

/* FOOTER CSS CLASSES */
#divFooter
{
	width:990px;
	margin:auto;
	clear:both;
	height:312px;
}

.divFooterLeft
{
	background:transparent url(../images/footer_left_corner.png) no-repeat;
	height:312px;
	width:24px;
	float:left;
}

.divFooterMiddle
{
	background:transparent url(../images/footer_bg.png) repeat-x;
	height:312px;
	width:942px;
	float:left;
}

.divFooterRight
{
	background:#fff url(../images/footer_right_corner.png) repeat-x;
	height:312px;
	width:24px;
	float:right;
}

.divFooterMiddle p
{
	color:#737373;
	text-align:justify;
}

.divFooterContent
{
	width:900px;
	margin:auto;
	padding-top:21px;
}

.divFooterContent h3
{
	color: #2c89e7;
	font-size:9pt;
}

.divFooterContent a
{
	color:#555;
	font-size:9pt;
	text-decoration:none;
}

.divFooterContent a:hover
{
	color:#555;
	font-size:9pt;
	text-decoration:underline;
}

.divFooterLinksFirstColumn
{
	float:left;
	width:160px;
	border-right:1px solid #2C89E7;
}

.divFooterLinksSecondColumn
{
	float:left;
	width:160px;
	border-right:1px solid #2C89E7;
	padding-left:25px;
}

.divFooterLinksThirdColumn
{
	float:left;
	width:160px;
	border-right:1px solid #2C89E7;
	padding-left:25px;
}

.divFooterLinksForthColumn
{
	float:left;
	width:160px;
	border-right:1px solid #2C89E7;
	padding-left:25px;
}

.divFooterLinksFifthColumn
{
	float:left;
	padding-left:25px;
	width:155px;
}

.divCopyRight
{
	clear:both;
}
.divCopyRight p
{
	clear:both;
	text-align:center;
}

/* ###################*/
/* HOME PAGE CSS ENDS */
/* ###################*/


/* ###################*/
/* INNER PAGE CSS STARTS */
/* ###################*/

#divInnerPageMidArea
{
	width:990px;
	margin:auto;
}

.divLeftNavigation
{
	width:300px;
	margin:13px;
	float:left;
	background:transparent url(../images/sign_up_container.png) no-repeat;
	height:280px;
	width:270px;
}

.divLeftNavigationComponents
{
	margin:17px 26px;
	width:255px;
}

.divLeftNavigationComponents h3
{
	color:#EF7C0B;
	font-size:13pt;
	font-weight:normal;
}


/* ###################*/
/* INNER PAGE CSS ENDS */
/* ###################*/

/*////////////////////#############/\\\\\\\\\\\\\\\\\\\\\\--------------------====================================*/

/*Created by Mubin*/
/*Working without design*/
/*Styling IDs*/

body{
    padding:0px;
    margin: 1px;
    font-family: verdana;
    font-size: 12px;
}

#dvLogin{
        width:25%;
	text-align:center;
	margin-left:auto;
        margin-right: auto;
	margin-top:200px;
        border: 1px solid red;
        height: 145px;
}

#dvInternalLogin{
        border: 1px solid red;
}


#dvTop{
	height:80px;
	width:100%;
	text-align:center;
	vertical-align:middle;
	border:1px solid #dcdcdc;
}

#dvLeft{
	text-align:left;
        margin-right: 5px;
        width: 26%;
        /*padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 5px;*/
        /*background: #dcdcdc;*/
        font-size: 12px;
        
}
#dvLeft a{
    text-decoration: none;
}

#dvLeft ul {
        padding:0;
        margin-left:5px;
}


#dvLeft ul li{
    display: block;

        padding-bottom: 5px;
        margin: 0;
}

#dvFooter{
	height:30px;
	width:99%;
	text-align:center;
	border-top:1px solid #dcdcdc;
}

#dvContainer{
	margin:0px;
	text-align:left;
	padding-bottom:30px;
        width:98%;
        padding-left: 10px;
       /* background: url("../images/sign_up_container.png") no-repeat scroll 0 0 transparent;*/
}

#divAvailable{
    margin-left:150px;
    padding-left: 10px;
    width: 25%;
    float: left;
}

#divPendingAuth{
    margin-right:150px;
    padding-left: 10px;
    width: 28%;
    float: right;
}

#divBuy{
    width: 30%;
    margin-left:30%;
    height: 70px;
    
    padding-left: 10px;
    padding-bottom: 2px;
}

/*Styling Classes*/
.tdFoot{
	width:150px;
	background-color:#f1f1f1;
	border-top:1px solid #DCDCDC;
}

.tdLeft{
	width:140px;
	background-color:#f1f1f1;
	border-right:1px solid #DCDCDC;
}

.impMsg{
	color: #990000;
}

.tblText
{
    font-size:10px;
}

.divSubHeader
{
    font-size: 14px;
    font-weight: bold;
    color:#336699;
    padding-bottom: 5px;
}

.divSpecial{
  border:1px solid blue;
}

.tblMain{
    width: 100%;
    padding-left: 5px;

    font-size: 12px;
    background: url("../images/sign_up_container.png") no-repeat scroll 0 0 transparent;
}


#divMessage
{
    font-family: verdana;
    font-size: 11px;

}

#divLeft a{
    text-decoration: none;
}

#divLeft ul {
        padding:0;
        margin-left:5px;
}


#divLeft ul li{
    display: block;

        padding-bottom: 10px;
        margin: 0;
}

#dvContainer h3{
    color:#EF7C0B;
    font-size:17pt;
    font-weight:normal;
}

#dvLeft h3{
    color:#EF7C0B;
    font-size:17pt;
    font-weight:normal;
}

.button{
    height:40px;
    width: 110px;
    background:url("../images/button.png")no-repeat scroll 0 0 transparent;
    border: none;
}