﻿/* ================================

    CSS STYLES FOR Module IDGL_Links

   ================================

*/


.IDGL_DirectorioEnlacesVertical{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 500px;
}
.IDGL_DirectorioEnlacesHorizontal{
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.IDGL_TablaEnlacesVertical{
}
.IDGL_TablaEnlacesHorizontal{
    text-align:center;
}

/* Label style */

.IDGL_LinksFormLabel{}



/* Messages */

.IDGL_LinksFormSubmitted{font-weight:bold; font-size: 16px;}

.IDGL_LinksFormError{color:Red; font-size: 16px;}



/* Form table */

.IDGL_LinksFormTable{width:500px}

.IDGL_LinksFormLabelCell{vertical-align:top; width:150px}

.IDGL_LinksFormControlCell{}



/* Controls */

.IDGL_LinksFormCheckbox{}

.IDGL_LinksFormMultipleSelect{}

.IDGL_LinksFormDropDownList{}

.FormLabelControl{}

.IDGL_LinksFormTextArea{}

.IDGL_LinksFormTextBox
    {
    width:200px;
    }
.IDGL_LinksFormDdl
    {
    width:200px;
    }
.IDGL_LinksFormSubmit{}

.IDGL_LinksFormRadioButtonList{}