Tuesday, July 31, 2012

Basic Style

/* #FE9A2E #FF8000 style="background-image:url(~/Images/Icons/1.jpg);background-color:Green; " */

body
{
    /*background-color:#FE9A2E; */
    background-image:url(../../images/bg/bg.png);   
    font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;  
    font-size:11px;
    margin:0px;
    padding:0px;


   
}
img {     padding-right: 0px; }

/*-------------Menu Style-------------  */

.MenuStyle
{
    background-image: url(../../images/bg/menuitem.gif);
    padding:4px;
    color:White;
    text-align:left; 
}
.MenuStyle a
{
    padding-right:8px;     
}

.MenuStyleSide
{   
    padding:4px;
    color:White;
    border:solid 1px #C6B58A;
}

.MenuItemStyle
{
    background-image: url(../../images/bg/menuitem.gif);
    padding:5px;
    border:solid 1px #C6B58A;
    border-top:none;
    color:White; 
    z-index: -1;
    width:40px;
   
     
}
.StaticMenuItemStyle
{   
    padding:2px 2px 2px 2px; 
}
.MenuItemHover
{
    background-image: url(../../images/bg/mouseovermenuitem.gif);
    padding:5px;
    border:solid 1px #C6B58A;
    border-top:none;
    color:White; 
    z-index: -1;
    width:40px;
    background-color:Red;
}
.MenuHover
{   
    padding:2px 2px 2px 2px;
    color:White;
    text-align:left;
    background-color:RED;
}

.HomeMenuItemStyle
{
    margin-right:2px;
}
.HomeMenuStyle
{
    /*background-image:url(../../images/bg/menu_home.jpg);*/
    text-align:center; 
}


/*-----------GridView Style--------------------*/

.GridStyle
{
    border: 3px double #336666;
    font-size:12px;
    background-color:White;
   
}
.GridStyle table th {text-align:left; background-color:Yellow; }
.GridStyle table td {text-align:left; background-color:Yellow;}
.GridStyle th a { float: left; }

.GridRow
{
    text-align:left;
    height:10px; 
    background-color:White; 
}
.GridHeader
{   
    background-color:#79BAEC;
    font-weight:bold;
    height:20px;    
    text-decoration:none;
    text-align:left;
    background-image: url(../../images/bg/gridheading.gif); 
}
.GridRowSel
{
    text-align:left;
    height:10px; 
    background-color:#95B9C7; 
    font-weight:bold;   
}
.GridFooter
{
    background-color:#79BAEC;
   
}
.GridPager
{
    background-color:#79BAEC;
    background-image: url(../../images/bg/gridheading.gif);
}
.GridPager table td
{
    background-color:#79BAEC;
}
.GridPager a
{
    background-color:#79BAEC;
}
.GridPager a:hover
{
    text-decoration: underline;
}
/*-----------Details View Style--------------------*/
.DViewStyle
{
    border: 3px double #336666;
    font-size:12px;
    text-align:left; 
}

.DViewRowStyle
{
    background-color:White;
}
.DViewAltRowStyle
{
    background-color:White;
}
.DViewEditRowStyle
{
    background-color:White;
}
.DViewFieldHeaderStyle
{
    background-color:#E1FDFD;
    width:100px;   
}
.DViewHeaderStyle
{
    background-color:#79BAEC;
    font-weight:bold; 
    color:White;
    background-image: url(../../images/bg/gridheading.gif);   
}
.DViewFooterStyle
{
    background-color:#507CD1;
    font-weight:bold; 
    color:White;
   
   
}
.DViewCmdRowStyle
{
    background-color:#79BAEC;
    font-weight:bold; 
    background-image: url(../../images/bg/gridheading.gif);   
}
.DViewTextBox
{
    width:99%;
    font-family:Verdana; 
    font-size:12px;
    border:solid 1px blue;
    height:18px; 
   
}
.DViewEditRowStyle td input[type=text]
{
    font-family: Verdana,Sans-Serif,Arial;
    font-size:12px;
    border: 1px solid #336666;
    width:98%;
   
}
.DViewEditRowStyle td input[type="checkbox"]
{
    border: 1px solid #336666;
   
}
.DViewEditRowStyle td input[type="radio"]
{
    font-family: Verdana,Sans-Serif,Arial;
    font-size:12px;
   
}
/*
# input[type=text],
# input[type=button],
# input[type=submit],
# input[type=reset],
# input[type=password],
# input[type=file]
*/  

/*-----------Login Style--------------------*/

.LoginStyle
{
    background-color: #FFF8C6;
    border-color:#DF7401;
    border-style:solid;
    border-width:1px;
    font-size:12px;
    color:#333333;

}
.LoginTextBox
{
    Font-Size:12px;
    font-family:Verdana;  
    border-color:#DF7401;
}

.LoginButton
{
    background-color: White;
    border-color:#DF7401;
    border-style:solid;
    border-width:1px;
    font-size:12px;
    color:#284E98;
}
.LoginInstruction
{
    font-style:italic;
    color:Black;   
}
.LoginTitle
{
    background-color: #FE9A2E;
    font-weight:bold;
    font-size:12px;
    color:White;  
    background-image: url(../../images/bg/menu.gif);
}


/*-------------------Grid Style for Contents--------------------*/

.GridStyleWeb
{       
    margin:3px 8px 3px 0px;
}
.GridStyleWeb table th {text-align:left;  }
.GridStyleWeb table td {text-align:left; }
.GridStyleWeb th a { float: left; }
.GridStyleWeb table td a {text-align:left; }

.GridRowWeb
{
    text-align:left;
    height:30px; 
    padding-left:3px;
}
.GridRowWeb td
{
    border:none;
}

.GridHeaderWeb
{   
    font-weight:bold;
    height:20px;    
    text-decoration:none;
    text-align:left;
    color:Black;  
}
.GridHeaderWeb th
{
    text-align:left;   
    border:none;
}

.GridRowSelWeb
{
    text-align:left;
    height:10px; 
    font-weight:bold;   
}
.GridFooterWeb
{
   
}
.GridFooterWeb th
{
   
}
.GridPagerWeb
{
}
.GridPagerWeb td
{
    border:none;
}
.GridPagerWeb table td
{
   
}
.GridPagerWeb a
{
}
.GridPagerWeb a:hover
{
    text-decoration: underline;
}


/*------------------- Style for Page Contents--------------------*/

.tablePageContent
{
    width:100%;
    background-color:#E7D8B9;
    border:solid 1px #C6B58A;
    height:450px;
}

.tdPageHeading
{
    padding:12px 12px 0px 12px;
    height:50px;
    vertical-align:top;  
   
}

.PageHeading
{
    font-size:15px;
    color:Red;
}

.tdPageContent
{
    padding:0px 12px 12px 12px;
    line-height:1.5em;
    vertical-align:top;
    text-align:left;   
}

No comments: