﻿/* ------------------------------------------------------
//    Copyright (C) 2010 Viki Solutions Inc.
// 
//    www.vikisolutions.com
//    
//    Reproduction or disclosure of this file 
//    or its contents without the prior written 
//    consent of Viki Solutions Inc. is prohibited.
// ------------------------------------------------------
*/

.GridViewTableStyle
{
}

.GridViewStyle
{    
    border: 1px solid #8d8c8c;
    padding: 4px;
}

.GridViewStyle a
{
    color: #000000;
}

.GridViewHeaderStyle th
{
    border-width: 0px;
    border-bottom: 1px solid #8d8c8c;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    text-align:left;
}

.GridViewHeaderStyle td
{
    border-width: 0px;
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    text-align:left;
}

.GridViewHeaderStyle
{
    background-color: #cbddf7;
    font-weight: bold;
    color: #000000;
}

.GridViewHeaderStyle a
{
    background-color: #cbddf7;
    font-weight: bold;
    color: #000000;
}

.GridViewFooterStyle
{
    background-color: #cbddf7;
    font-weight: bold;
    color: #000000;
}

.GridViewRowStyle
{
    background-color: #ffffff;
    color: #000000;
}

.GridViewAlternatingRowStyle 
{
    background-color: #e8f0ff;
    color: #000000;
}

.GridViewSelectedRowStyle
{
    background-color: #abc1f9;
    color: #000000;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td, .GridViewSelectedRowStyle td
{
    border-width: 0px;
    padding-left: 10px;
    padding-top: 5px;
    vertical-align: top;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #ffffff;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    border-width: 0px;
    margin: 0 auto 0 auto;
}

.ExpandedGridViewStyle
{    
    width: 100%;
}

.ExpandedGridViewStyle a
{
    color: #000000;
}

.ExpandedGridViewRowStyle
{
    background-color: #ffffff;
    color: #000000;
}

.ExpandedGridViewAlternatingRowStyle 
{
    background-color: #e8f0ff;
    color: #000000;
}

.ExpandedGridViewRowStyle td, .ExpandedGridViewAlternatingRowStyle td
{
    border: 0px;
    padding: 10px;
}

.GridViewColumnCustomerWidth
{
    width: 350px;
}

.GridViewColumnHubWidth
{
    width: 200px;
}

.GridViewItem
{
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
}
