﻿/*************************
* Author:Md. Saiful Islam (palash)
* Create Date: 30-04-09  
* Purpose: personal website
************************/

/* control main body of page #DADADA */
body
{
    text-align:center;
    padding:20px;
    background-color:Gray; 
}

/* control h2 label */
h2,h3
{
   margin: 2px 0 2px 0;
   padding:0px;
   color: #5377A9;  
}

h4
{
   margin: 2px 0 2px 0;
   padding:0px;
   color:Black ;  
}

h1
{
    margin: 0px 0 0px 0;
    font-weight:bold;
    color:White;
    
}

/* Single line create */
.line
{
    height:3px;
    border-top-style:dotted;
    border-top-width:1px;
    border-top-color:#5377A9;
    
}


/*....................... Master Page ..............................*/

/* main div block's css code for design */
.GM_Home_MainBlock
{
    width:950px;
    border-style:solid;
    border-width:5px;
    border-color:White;
    background-color:White;
}

/* Header div block's css code for design */
.GM_Home_HeaderBlock
{
    height:200px;
    background-color:#5377A9;
}

/* Footer div block's css code for design */
.GM_Home_FooterBlock
{
    font-weight:bold;
    color:White;
    background-color:#5377A9;
    padding:10px;
    border-top-color:Silver;
    border-top-style:solid;
    border-top-width:3px;
    
}

/* Logo div block*/
.GM_Home_HeaderBlock_MyLogo
{
    float:left;
    width:300px;
    padding:10px;
}


/* Motto div block*/
.GM_Home_HeaderBlock_MyMotto
{
    height:180px;
    float:right;
    width:600px;
    padding:10px;
}

/* Motto font style*/
.GM_Home_HeaderBlock_Font
{
     padding:30px;
     font-family:Verdana;
     font-size:small;
     font-weight:bold;
     color:White;

}


/* Menu div block's css code for design */
.GM_Home_MenuBlock
{
    background-color:#5377A9;
    border-bottom-width:3px;
    border-bottom-color:Silver;
    border-bottom-style:solid;
    height:30px;
}

/* CSS code for controlling Main menu */

.item 
{
	padding:10px 7px;
	border-width:1px 0 0 1px; 
	border-style:solid; 
	border-color:Silver;
	/**border-top-color:#5377A9;*/
	background-color:#5377A9; 
	color:White;
	font-weight:bold;
}

* html .item {padding:0 20px;}

.selected 
{
	background-color:White; 
	color:Black;
}

.hover 
{
	color:Black; 
	background-color:White;
}

/*...#FF284E.........#FF9900;......#FF9900...........................................................*/


/* ............#99CCFF.......... css code start for home page .........................*/


/* for default page setup */
.GM_Home_PageSetup
{
    text-align:left;
    padding:10px;
    background-color:White;
}

/* Each content block design */
.GM_Home_ContentBlock
{
    padding:10px;
    border-style:solid;
    border-width:1px;
    border-color:#5377A9;
}


/* home pages left block */
.GM_Home_HomePage_LeftBlock
{
    height:350px;
    width:600px;
}

/* home pages right block */
.GM_Home_HomePage_RightBlock
{
    height:350px;
    width:320px;
}

/* my photo */
.GM_Home_HomePage_MyPhoto
{
    padding-left:15px;
    border-style:solid;
    border-width:3px;
    border-color:Silver;
    height:230px;
    width:270px;
    /*background: url(Images/sheemu.jpg) no-repeat;*/
}


/*................................................................................*/

/* ............................. css code for myprofile page ....................*/

/* for table's td design */
.GM_MyProfile_TdTitle
{
    font-size:small;
    padding:4px;
    text-align:right;
    font-weight:bold;
}

.GM_MyProfile_TdDetail
{
    font-size:small;
    padding:4px;
    text-align:left;
}

/* for controlling p block */
.GM_MyProfile_PStyle
{
    font-size:small;
}
/*................................................................................*/


